@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Montserrat/Montserrat.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat.woff") format("woff"), url("./fonts/Montserrat/Montserrat.ttf") format("ttf"), url("./fonts/Montserrat/Montserrat.eot") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("./fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("./fonts/Montserrat/Montserrat-ExtraBold.ttf") format("ttf"), url("./fonts/Montserrat/Montserrat-ExtraBold.eot") format("eot");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Gilroy/Gilroy-Light.woff2") format("woff2"), url("./fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("./fonts/Gilroy/Gilroy-Light.ttf") format("ttf"), url("./fonts/Gilroy/Gilroy-Light.eot") format("eot");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/Gilroy/Gilroy-ExtraBold.woff2") format("woff2"), url("./fonts/Gilroy/Gilroy-ExtraBold.woff") format("woff"), url("./fonts/Gilroy/Gilroy-ExtraBold.ttf") format("ttf"), url("./fonts/Gilroy/Gilroy-ExtraBold.eot") format("eot");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Circe/Circe-Regular.woff2") format("woff2"), url("./fonts/Circe/Circe-Regular.woff") format("woff"), url("./fonts/Circe/Circe-Regular.ttf") format("ttf"), url("./fonts/Circe/Circe-Regular.eot") format("eot");
}
@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Circe/Circe-Bold.woff2") format("woff2"), url("./fonts/Circe/Circe-Bold.woff") format("woff"), url("./fonts/Circe/Circe-Bold.ttf") format("ttf"), url("./fonts/Circe/Circe-Bold.eot") format("eot");
}
.what {
  position: relative;
}
.what__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.what__subtitle {
  color: #5e82db;
  font-size: 40px;
  font-family: Gilroy;
  font-weight: 800;
  letter-spacing: 3.46px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.what__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.what__video iframe {
  width: 500px;
  max-width: 100%;
  height: 280px;
  margin: auto;
  display: block;
}
.what__text {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}
.what__text span {
  font-weight: 800;
}
.what .justify-content-between {
  justify-content: center !important;
}
.what .item__image {
  display: flex;
  justify-content: center;
  position: relative;
}
.what .item__image .bg {
  position: absolute;
  z-index: -1;
  bottom: 15%;
  right: 15%;
}
.what .item__description {
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}

.sale {
  position: relative;
  background: #fafafa;
  padding-top: 60px;
}
.sale canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.sale__sale {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.sale__title {
  font-size: 40px;
  font-family: Gilroy;
  font-weight: 700;
  letter-spacing: 3.46px;
}
.sale__title span {
  color: #5e82db;
}
.sale__subtitle {
  font-size: 40px;
  font-family: Gilroy;
  font-weight: 700;
  letter-spacing: 3.46px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.sale__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.sale__subtitle span {
  color: #5e82db;
}
.sale .item {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 60px auto 0;
  position: relative;
  max-width: 350px;
}
.sale .item:hover {
  box-shadow: -9px 5px 24px 4px rgba(13, 13, 13, 0.1);
  z-index: 1;
}
.sale .item__image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sale .item__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.sale .item__header__title {
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.48px;
}
.sale .item__header__count {
  color: #5e82db;
  font-size: 24px;
  font-family: Gilroy;
  font-weight: 800;
  letter-spacing: 0.48px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sale .item__header__count:after {
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.sale .item__header__present {
  color: #f1772b;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
}
.sale .item__header__allcount {
  right: 0;
  position: absolute;
  padding: 10px 5px 10px 20px;
  color: #ffffff;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 800;
  box-shadow: 20px 5px 24px 4px rgba(13, 13, 13, 0.1);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.sale .item__header__allcount span {
  transform: translate(-50%, -50%);
  left: 0;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: #f6f6f6;
  width: 20px;
  height: 20px;
  position: absolute;
}
.sale .item__middle {
  text-align: right;
  margin-bottom: 80px;
  position: relative;
  padding-right: 15px;
}
.sale .item__middle__price {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
}
.sale .item__middle__price__all {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 28px;
  letter-spacing: 1.4px;
  font-weight: 800;
}
.sale .item__middle__price__one {
  font-size: 14px;
  color: #ffffff;
  font-family: Gilroy;
  font-weight: 800;
}
.sale .item__footer {
  display: flex;
  justify-content: center;
}
.sale .item__footer button {
  min-width: 290px;
  cursor: pointer;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.sale .item__footer button:focus {
  outline: none;
}

.problems {
  position: relative;
  padding-top: 100px;
}
.problems canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.problems .container {
  position: relative;
}
.problems__bg {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-40%, -40%);
  width: 14%;
  opacity: 0.5;
}
.problems__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.problems__subtitle {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3.46px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.problems__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.problems .item {
  text-align: center;
  position: relative;
}
.problems .item__image {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.problems .item__image img:not(.bg) {
  position: relative;
}
.problems .item__image > .bg {
  position: absolute;
  z-index: -1;
}
.problems .item__image__icon {
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}
.problems .item__image__icon img:not(.bg) {
  position: relative;
  z-index: 1;
  right: 10px;
  bottom: 10px;
}
.problems .item__image__icon .bg {
  position: absolute;
  z-index: -1;
}
.problems .item__description {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 50px;
}
.problems .form {
  border: 10px solid #f17a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 20px;
  max-width: 500px;
  margin: auto;
}
.problems .form__group {
  width: 80%;
  position: relative;
}
.problems .form__group:not(:last-child) {
  padding-bottom: 40px;
}
.problems .form__group__title {
  font-family: Gilroy;
  font-size: 33px;
  font-weight: 300;
}
.problems .form__group__subtitle {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 3px;
}
.problems .form__group i {
  position: absolute;
  top: 3px;
  left: 5px;
}
.problems .form__group .fa-phone {
  transform: rotateY(180deg);
}
.problems .form__group input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #232e54;
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
  padding: 0 0 10px 30px;
}
.problems .form__group input:placeholder {
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
}
.problems .form__group input:focus {
  outline: none;
}
.problems .form__group button {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  box-shadow: -11px 7px 37px 7px rgba(97, 133, 220, 0.18);
  background-color: #b8b8b8;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
}

.advantages {
  position: relative;
  padding-top: 100px;
  background: #fafafa;
}
.advantages canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.advantages .container {
  position: relative;
}
.advantages__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  opacity: 0.5;
}
.advantages__title {
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
}
.advantages__subtitle {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3.46px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.advantages__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.advantages__image {
  position: absolute;
  text-align: center;
  height: 70%;
}
.advantages__image img {
  max-height: 100%;
}
.advantages .pd {
  padding-bottom: 100px;
}
.advantages__item:nth-child(2n+1) {
  text-align: right;
}
.advantages__item__title {
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 800;
  padding-bottom: 25px;
}
.advantages__item__description {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
}

.work {
  position: relative;
  padding: 100px 0 0;
  background: #f3f3f3;
}
.work canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.work__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.work__title:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.work__title span {
  color: #5e82db;
  font-size: 40px;
  font-weight: 800;
}
.work .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.work .item__image {
  position: relative;
}
.work .item__image img {
  position: relative;
}
.work .item__image .bg {
  position: absolute;
  top: -25%;
  left: -40%;
}
.work .item__image__step {
  position: absolute;
  bottom: 0;
  right: 0;
}
.work .item__image__step img {
  width: 80px;
  position: absolute;
  top: -25%;
  left: -25%;
}
.work .item__image__step span {
  position: relative;
  border-radius: 50%;
  padding: 10px;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work .item__description {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
}
.work .item__description span {
  color: #658adf;
  font-weight: 800;
}

.timer {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.timer canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.timer__sale {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.timer__title {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 40px;
}
.timer__title span {
  color: #275fe6;
}
.timer__subtitle {
  font-family: Gilroy;
  font-weight: 800;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.timer__subtitle span {
  color: #275fe6;
}
.timer__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.timer__akcija {
  color: #275fe6;
  font-family: Gilroy;
  font-size: 52px;
  font-weight: 800;
}
.timer__akcija > span {
  color: #f1772b;
  font-family: Gilroy;
  font-weight: 800;
  display: inline-flex;
  align-items: flex-start;
}
.timer__akcija > span span {
  text-decoration: line-through;
  font-size: 38px;
}
.timer__end {
  font-family: Gilroy;
  font-size: 26px;
  font-weight: 800;
  padding-bottom: 20px;
}
.timer__timer {
  display: flex;
  justify-content: flex-start;
}
.timer .form {
  border: 10px solid #f17a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding: 20px 0 20px;
  max-width: 500px;
}
.timer .form__group {
  width: 80%;
  position: relative;
}
.timer .form__group:not(:last-child) {
  padding-bottom: 20px;
}
.timer .form__group i {
  position: absolute;
  top: 3px;
  left: 5px;
}
.timer .form__group .fa-phone {
  transform: rotateY(180deg);
}
.timer .form__group input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #acacac;
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
  padding: 0 0 10px 30px;
  background: transparent;
}
.timer .form__group input:placeholder {
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
}
.timer .form__group input:focus {
  outline: none;
}
.timer .form__group button {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  box-shadow: -11px 7px 37px 7px rgba(97, 133, 220, 0.18);
  background-color: #b8b8b8;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
}
.timer__image {
  text-align: right;
  position: relative;
}
.timer__image img:not(.bg) {
  width: 40%;
}
.timer__image .bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -68%);
  z-index: -1;
}

.using {
  position: relative;
  background: #fafafa;
  padding: 50px 0 25px;
}
.using canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.using__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.using__subtitle {
  font-size: 40px;
  font-family: "Gilroy";
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.using__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.using__description {
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 300;
  padding-bottom: 25px;
}
.using__description span {
  font-weight: 800;
}
.using__subdescription {
  font-size: 18px;
  font-family: "Gilroy";
  font-weight: 300;
}
.using__example {
  margin-top: 50px;
  text-align: center;
}
.using__example__image {
  position: relative;
  display: inline-block;
  margin: auto;
  width: auto;
}
.using__example__image img:not(.bg) {
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
.using__example p {
  text-align: center;
  font-family: Gilroy;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}
.using__example:nth-child(1) .bg {
  position: absolute;
}
.using__example:nth-child(1) .bg:nth-child(2) {
  top: 25%;
  left: -20%;
}
.using__example:nth-child(1) .bg:nth-child(1) {
  top: -35%;
  left: -35%;
}
.using__example:nth-child(2) .bg {
  position: absolute;
}
.using__example:nth-child(2) .bg:nth-child(2) {
  top: 25%;
  right: -20%;
}
.using__example:nth-child(2) .bg:nth-child(1) {
  top: -35%;
  left: -35%;
}
.using__example:nth-child(3) .bg {
  position: absolute;
}
.using__example:nth-child(3) .bg:nth-child(1) {
  top: -20%;
  left: -35%;
}
.using__example:nth-child(3) .bg:nth-child(2) {
  top: 0%;
  left: -10%;
}
.using__example:nth-child(4) .bg {
  position: absolute;
}
.using__example:nth-child(4) .bg:nth-child(1) {
  top: -40%;
  left: -25%;
}
.using__example:nth-child(4) .bg:nth-child(2) {
  top: 30%;
  left: -10%;
}
.using__example:nth-child(5) .bg {
  position: absolute;
}
.using__example:nth-child(5) .bg:nth-child(1) {
  top: -20%;
  left: -25%;
}
.using__example:nth-child(5) .bg:nth-child(2) {
  top: 30%;
  right: -10%;
}
.using__example:nth-child(6) .bg {
  position: absolute;
}
.using__example:nth-child(6) .bg:nth-child(1) {
  top: -30%;
  left: -45%;
}
.using__example:nth-child(6) .bg:nth-child(2) {
  top: 30%;
  right: -10%;
}

.question {
  position: relative;
  padding: 150px 0 125px;
}
.question canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.question__image {
  position: absolute;
  width: 200px;
  transform: translate(-30%, -30%);
  opacity: 0.5;
}
.question__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
  font-family: Gilroy;
  font-weight: 300;
}
.question__subtitle {
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 60px;
}
.question__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.question__subtitle span {
  color: #3970ef;
}
.question__tab {
  overflow: hidden;
  transition: height 0.5s;
}
.question__tab .fa-minus {
  display: none;
}
.question__tab.active .fa-plus {
  display: none;
}
.question__tab.active .fa-minus {
  display: block;
}
.question__tab:not(:first-child) {
  margin-top: 30px;
}
.question__tab__title {
  color: #2b2b2b;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 800;
  position: relative;
  padding-left: 5%;
  padding-bottom: 20px;
  cursor: pointer;
}
.question__tab__title i {
  font-size: 25px;
  position: absolute;
  left: 0;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  color: transparent;
  background-color: #2b2b2b;
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.question__tab__description {
  padding-left: 5%;
  color: #000000;
  font-family: Circe;
  font-size: 18px;
}

.delivery {
  position: relative;
  padding: 150px 0 125px;
  background: #fafafa;
}
.delivery canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.delivery__title {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 300;
}
.delivery__subtitle {
  font-family: Gilroy;
  font-size: 60px;
  font-weight: 800;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 60px;
}
.delivery__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.delivery__content {
  display: flex;
  align-items: center;
  text-align: justify;
}
.delivery__content p {
  color: #000000;
  font-family: Circe;
  font-size: 24px;
}
.delivery__content__image {
  position: relative;
  margin-right: 50px;
}
.delivery__content__image img:not(.bg) {
  position: relative;
}
.delivery__content__image .bg {
  position: absolute;
  top: 50%;
  left: 0;
}
.delivery__content__image .bg:nth-child(1) {
  width: 170%;
  transform: translate(-20%, -50%);
}
.delivery__content__image .bg:nth-child(2) {
  width: 160%;
  opacity: 0.5;
  transform: translate(0, -50%);
}

.sertification {
  position: relative;
  padding: 150px 0 100px;
  overflow: hidden;
}
.sertification canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.sertification__title {
  font-family: Gilroy;
  font-weight: 300;
  font-size: 36px;
  font-weight: 300;
}
.sertification__subtitle {
  font-size: 40px;
  font-family: Gilroy;
  font-weight: 800;
  padding-bottom: 40px;
}
.sertification__subtitle span {
  color: #5e82db;
}
.sertification__content {
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
}
.sertification__content span {
  font-weight: 800;
}
.sertification__image {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.sertification__image img:not(.bg) {
  max-width: calc( (100% - 5%) / 2);
}
.sertification__image .bg {
  z-index: -1;
}
.sertification__image .bg:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  width: 20%;
}
.sertification__image .bg:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  width: 40%;
}
.sertification__image .bg:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 50%);
  width: 20%;
}

.wholesale {
  padding: 100px 0 60px;
  background: #fafafa;
  position: relative;
}
.wholesale canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.wholesale__title {
  font-family: Gilroy;
  font-size: 30px;
  font-weight: 300;
}
.wholesale__subtitle {
  position: relative;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.wholesale__subtitle:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  box-shadow: -14px 8px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
}
.wholesale .form__title {
  color: #5e82db;
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 800;
  padding-bottom: 10px;
}
.wholesale .form__title i {
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.wholesale .form form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wholesale .form__group {
  position: relative;
  display: flex;
  align-items: center;
}
.wholesale .form__group:not(:last-child) {
  margin-right: 30px;
  flex: 0 1 20%;
}
.wholesale .form__group i {
  position: absolute;
  left: 10px;
  top: 5px;
}
.wholesale .form__group img {
  position: absolute;
  width: 75%;
  opacity: 0.5;
}
.wholesale .form__group .fa-phone {
  transform: rotateY(180deg);
}
.wholesale .form__group input {
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 2px solid #232e54;
  background-color: transparent;
  padding: 0 0 15px 40px;
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
}
.wholesale .form__group input::placeholder {
  font: inherit;
  color: inherit;
}
.wholesale .form__group input:focus {
  outline: none;
}
.wholesale .form__group button {
  cursor: pointer;
  flex-shrink: 0;
  padding: 20px 70px;
  color: #ffffff;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
  box-shadow: -11px 7px 37px 7px rgba(97, 133, 220, 0.18);
}

footer {
  padding: 25px 0;
  font-family: Montserrat;
  font-size: 18px;
  color: #3a3a3b;
}
footer .footer {
  display: flex;
  justify-content: space-between;
}
footer .footer__developed a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.modal {
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(35, 35, 35, 0.85);
}
.modal__container {
  max-width: 100%;
}
.modal__container .form {
  position: relative;
  border: 10px solid #f17a2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 20px;
  width: 500px;
  max-width: 100%;
  margin: auto;
  background: #fafafa;
}
.modal__container .form__group {
  width: 80%;
  position: relative;
}
.modal__container .form__group:not(:last-child) {
  padding-bottom: 40px;
}
.modal__container .form__group__title {
  font-family: Gilroy;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
}
.modal__container .form__group__subtitle {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.modal__container .form__group i {
  position: absolute;
  top: 3px;
  left: 5px;
}
.modal__container .form__group .fa-phone {
  transform: rotateY(180deg);
}
.modal__container .form__group input {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 3px solid #232e54;
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
  padding: 0 0 10px 30px;
}
.modal__container .form__group input:placeholder {
  color: #3a3a3b;
  font-family: Montserrat;
  font-size: 20px;
}
.modal__container .form__group input:focus {
  outline: none;
}
.modal__container .form__group button {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  border: none;
  box-shadow: -11px 7px 37px 7px rgba(97, 133, 220, 0.18);
  background-color: #b8b8b8;
  background-image: linear-gradient(39deg, #84aeee 0%, #5e82db 99%, #5e82db 100%);
}
.modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.modal__close i {
  font-size: 35px;
  cursor: pointer;
}

#timer5e5fe9f5a8ad121507a75e6bc5224904 {
  display: none;
}

body.pd {
  padding: 0;
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.thanks__logo {
  padding-bottom: 50px;
}
.thanks__logo img {
  width: 256px;
}
.thanks__title {
  font-size: 60px;
  letter-spacing: 5.19px;
  text-transform: uppercase;
  font-family: Gilroy;
  font-weight: 800;
}
.thanks__subtitle {
  color: #5e82db;
  font-family: Gilroy;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 3.46px;
  width: 497px;
  padding-bottom: 50px;
  text-align: center;
}
.thanks__button {
  text-align: center;
  width: 294px;
  height: 63px;
  box-shadow: 0 16px 43px 8px rgba(241, 119, 43, 0.13);
  background-image: linear-gradient(39deg, #f5b25d 0%, #f1772b 100%);
  cursor: pointer;
}
.thanks__button a {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 63px;
  text-decoration: none;
}
