@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=Open+Sans:wght@300;400;600&display=swap');
/* reset start */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000;
}

*:focus {
  outline: none;
}

body {
  line-height: 1;
}

body.lock {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  width: 100%;
  height: 100%;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select {
  vertical-align: middle;
  color: #000;
  padding: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select {
  vertical-align: middle;
}

header,
main,
footer,
section {
  display: block;
  position: relative;
  width: 100%;
}

/* reset end */
/* base start */
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
}

h1,
h2 {
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn {
  display: block;
  width: 124px;
  height: 38px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  border-radius: 30px;
  padding: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn .border-gradient {
  height: 100%;
  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;
  background-color: #fff;
  border-radius: 30px;
}
.btn .text-gradient {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background-image: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600px;
}

.order__btn:hover,
.btn:hover,
.form-button:hover {
  -webkit-box-shadow: 4px 4px 10px rgb(145, 145, 145);
  box-shadow: 4px 4px 10px rgb(145, 145, 145);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.swiper-button .swiper-button-left {
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-left.svg');
}
.swiper-button .swiper-button-right {
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-right.svg');
}

.swiper-button__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.swiper-button__reviews .swiper-button-left__reviews {
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-left.svg');
}
.swiper-button__reviews .swiper-button-right__reviews {
  display: block;
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-right.svg');
}

.block {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.bg-leaf-left {
  position: absolute;
  width: 230px;
  height: 640px;
  background-repeat: no-repeat;
  background-image: url('../images/leaf1.svg');
}

.bg-leaf-right {
  position: absolute;
  width: 230px;
  height: 640px;
  background-repeat: no-repeat;
  background-image: url('../images/leaf2.svg');
}

.bg-leaf-form {
  position: absolute;
  width: 750px;
  height: 380px;
  background-repeat: no-repeat;
  background-image: url('../images/leaf-form.svg');
}

.burger-popup {
  display: none;
}

.menu {
  display: none;
}

/* .form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-popup .mobile-input {
  width: 100%;
  height: 40px;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 58px;
  border: 1px solid #e2e2e2;
  background: rgba(0, 0, 0, 0.05);
}
.form-popup .mobile-input:nth-child(2) {
  margin-bottom: 50px;
}
.form-popup .order__btn {
  width: 100%;
  cursor: pointer;
} */

.open__popup {
  cursor: pointer;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 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;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(13.5px);
  backdrop-filter: blur(13.5px);
  z-index: 100;
  display: none;
}

.popup__content {
  position: relative;
  max-width: 795px;
  padding: 105px 152px 105px 152px;
  border-radius: 19px;
  background-color: #fff;
}
.popup__content .popup__form {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup__content p {
  text-align: center;
  margin-bottom: 20px;
}
.popup__content .close__popup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer li a {
  color: #8e8e8e;
}

.order__btn {
  padding: 12px 90px;
  border-radius: 50px;
  color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer li a:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}

.call-back__section input:-webkit-autofill,
.call-back__section input:-webkit-autofill:hover,
.call-back__section input:-webkit-autofill:focus,
.call-back__section input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

/* base end */
/* header start */
.header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
.header .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header .nav__menu .nav__item .nav__item-link:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
.header .header__inner .header__logo {
  width: 168.416px;
  height: 42.683px;
}
.header .header__inner .header__phone:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .mobile__nav {
  gap: 20px;
  margin-bottom: 30px;
}
.header .burger-popup p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* header end */
/* hero__section start */
.hero__section {
  height: 100vh;
  padding-top: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/main-bg2.png');
}
.hero__section .description {
  max-width: 825px;
  padding-left: 80px;
}
.hero__section .description .description__header {
  font-size: 128px;
  font-weight: 600;
  line-height: 130%;
}
.hero__section .description .description__first-p {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.hero__section .description .description__second-p {
  width: 485px;
  color: #696969;
  font-size: 20px;
  margin-bottom: 80px;
}
.hero__section .block__image {
  position: absolute;
  width: 600px;
  height: 700px;
  top: -80px;
  right: -110px;
}
.hero__section .block__image .block__image-one .line-one {
  position: absolute;
  top: -125px;
  right: 199px;
  height: 141px;
  width: 1px;
  background: #95756a;
}
.hero__section .block__image .block__image-one .image-one {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
}
.hero__section .block__image .block__image-two .line-two {
  position: absolute;
  top: -125px;
  left: 190px;
  height: 473px;
  width: 1px;
  background: #95756a;
}
.hero__section .block__image .block__image-two .image-two {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 370px;
  height: 370px;
}

/* hero__section end */
/* choose__section start */
.choose__section {
  padding-top: 120px;
}
.choose__section hgroup {
  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;
}
.choose__section hgroup .description__text {
  margin-bottom: 40px;
}
.choose__section .description .description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.choose__section .description .description-content .description-content__left {
  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: 20px;
}
.choose__section
  .description
  .description-content
  .description-content__left
  .block {
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choose__section .description .description-content .description-content__right {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.choose__section .description .description-content .block {
  padding: 30px 20px 0 20px;
}
.choose__section .description .description-content .block .img-1 {
  width: 209.04px;
  height: 201.298px;
}
.choose__section .description .description-content .block .img-2 {
  width: 172px;
  height: 172px;
}
.choose__section .description .description-content .block .img-3 {
  width: 400px;
  height: 340px;
}
.choose__section
  .description
  .description-content
  .description-content__header {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose__section .description .description-content .description-content__text {
  color: #696969;
  font-size: 18px;
}

/* choose__section end */
/* bestsellers__section start */
.bestsellers__section {
  position: relative;
  padding-top: 120px;
}
.bestsellers__section .bg-leaf-left {
  top: -230px;
}
.bestsellers__section .title {
  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;
  margin-bottom: 45px;
}
.bestsellers__section .title .title__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.bestsellers__section .title .title-text {
  max-width: 388px;
}
.bestsellers__section .content {
  padding: 0 20px;
}
.bestsellers__section .content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  max-width: 595px;
}
.bestsellers__section .content .block .best-image {
  width: 190px;
  height: 190px;
}
.bestsellers__section .content .block .block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 345px;
}
.bestsellers__section .content .block .block-info .block-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.bestsellers__section .content .block .block-info .block-text {
  margin-bottom: 30px;
}

/* bestsellers__section end */
/* florariums__section start */
.florariums__section {
  position: relative;
  padding-top: 120px;
}
.florariums__section .bg-leaf-left {
  bottom: 50px;
}
.florariums__section .right-one {
  top: 250px;
  right: 0px;
}
.florariums__section .right-two {
  bottom: -250px;
  right: 0px;
}
.florariums__section hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.florariums__section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  gap: 20px;
  padding: 20px;
}
.florariums__section .product-card .card-img {
  max-width: 320px;
  max-height: 320px;
}
.florariums__section .product-card .card-title {
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
}
.florariums__section .product-card .description-content__text{
    margin-bottom: 15px;
}

.florariums__section .category:first-of-type {
  margin-bottom: 40px;
}
.florariums__section .category div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 15px;
}
.florariums__section .category-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(4.54%, #8162c2),
    color-stop(15.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 4.54%, #30bd92 15.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Open Sans;
}

/* florariums__section end */
/* reviews__section start */
.reviews__section {
  padding-top: 120px;
}
.reviews__section .block {
  min-height: 320px;
  padding: 20px 75px 40px 20px;
}
.reviews__section .title {
  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;
  margin-bottom: 45px;
}
.reviews__section .title .title__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.reviews__section .title .title-text {
  max-width: 388px;
}
.reviews__section .content {
  padding: 0 20px;
}
.reviews__section .person {
  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: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}
.reviews__section .person__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.reviews__section .person__block .pers-img {
  width: 80px;
  height: 80px;
}
.reviews__section .person__block .person__info {
  height: 65px;
  width: 195px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__section .person__block .person__info .person__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__section .person__block .person__info .person__name,
.reviews__section .person__block .person__info .person__num {
  font-size: 20px;
  font-weight: 600;
}
.reviews__section .person__block .person__info .person__star {
  height: 30px;
  width: 140px;
  background-repeat: no-repeat;
  background-image: url('../images/star.svg');
}
.reviews__section .person__comment {
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 157.971%;
}

/* reviews__section end */
/* call-back__section start */
.call-back__section {
  padding-top: 120px;
  position: relative;
}
.call-back__section .bg-leaf-form {
  bottom: 0;
  right: 0;
}
.call-back__section .bg-section {
  padding: 60px 0 110px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, rgba(135, 102, 203, 0.7)),
    color-stop(94.87%, rgba(48, 189, 146, 0.7))
  );
  background: linear-gradient(
    90deg,
    rgba(135, 102, 203, 0.7) 2.54%,
    rgba(48, 189, 146, 0.7) 94.87%
  );
  -webkit-box-shadow: 6.454px 6.454px 16.136px 0px rgba(198, 198, 198, 0.4),
    -3.227px 0px 8.068px 0px rgba(198, 198, 198, 0.4);
  box-shadow: 6.454px 6.454px 16.136px 0px rgba(198, 198, 198, 0.4),
    -3.227px 0px 8.068px 0px rgba(198, 198, 198, 0.4);
}
.call-back__section .call-back__title {
  margin-bottom: 15px;
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.call-back__section .call-back__text {
  width: 730px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
}
.call-back__section .call-back__form {
  max-width: 690px;
}
.call-back__section .call-back__form .top-input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px;
}
.call-back__section .call-back__form .form-input {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.call-back__section .call-back__form .form-input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.call-back__section .call-back__form .form-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.call-back__section .call-back__form .form-input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.call-back__section .call-back__form .form-input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.call-back__section .call-back__form .form-input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.call-back__section .call-back__form .form-button {
  cursor: pointer;
  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: 12px 90px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* call-back__section end */
/* footer start */
#wpcf7-f17-o1
  > form
  > div.call-back__form
  > div
  > p
  > span:nth-child(1)
  > input,
#wpcf7-f17-o1
  > form
  > div.call-back__form
  > div
  > p
  > span:nth-child(3)
  > input,
#wpcf7-f17-o1
  > form
  > div.call-back__form
  > p
  > span.wpcf7-form-control-wrap
  > input,
#wpcf7-f19-o1
  > form
  > div.call-back__form
  > div
  > p
  > span:nth-child(1)
  > input,
#wpcf7-f19-o1
  > form
  > div.call-back__form
  > div
  > p
  > span:nth-child(3)
  > input,
#wpcf7-f19-o1
  > form
  > div.call-back__form
  > p
  > span.wpcf7-form-control-wrap
  > input {
  width: 100%;
  height: 40px;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 58px;
  border: 1px solid #e2e2e2;
  background: rgba(0, 0, 0, 0.05);
}
#wpcf7-f17-o1 > form > div.call-back__form > div > p,
#wpcf7-f19-o1 > form > div.call-back__form > div > p {
  margin-bottom: 0;
}
#wpcf7-f17-o1 > form > div.call-back__form > p > input,
#wpcf7-f19-o1 > form > div.call-back__form > p > input {
  padding: 12px 90px;
  border-radius: 50px;
  color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2.54%, #8162c2),
    color-stop(94.87%, #30bd92)
  );
  background: linear-gradient(90deg, #8162c2 2.54%, #30bd92 94.87%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  cursor: pointer;
}

.footer {
  padding: 40px 0;
}
.footer .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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer ul {
  width: 100%;
  margin-bottom: 40px;
  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;
}
.footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
.footer ul li:not(:last-child) {
  padding-right: 87px;
  border-right: 1px solid #8e8e8e;
}
.footer p {
  color: #8e8e8e;
}
.footer .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url('../images/phone.svg');
}
.footer .email-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url('../images/mail.svg');
}
.footer .time-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-image: url('../images/clock.svg');
}

/* footer end */
/* form style */
#wpcf7-f17-o2 > form > div.call-back__form > div > p > span > span,
#wpcf7-f17-o2
  > form
  > div.call-back__form
  > p
  > span.wpcf7-form-control-wrap
  > span {
  font-size: 12px;
  margin-top: -35px;
}

#wpcf7-f17-o1 > form > div.call-back__form > div > p > span > span,
#wpcf7-f17-o1
  > form
  > div.call-back__form
  > p
  > span.wpcf7-form-control-wrap
  > span {
  font-size: 12px;
}

#wpcf7-f17-o2 > form > div.wpcf7-response-output,
#wpcf7-f17-o1 > form > div.wpcf7-response-output {
  max-width: 500px;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#wpcf7-f17-o1
  > form
  > div.call-back__form
  > div
  > p
  > span:nth-child(1)
  > span {
  margin-top: -10px;
}

#wpcf7-f17-o1 > form > div.call-back__form > div > p > span:nth-child(3) > span,
#wpcf7-f17-o1
  > form
  > div.call-back__form
  > p
  > span.wpcf7-form-control-wrap
  > span {
  margin-top: -10px;
  margin-bottom: 20px;
}

#wpcf7-f17-o1 > form > div.wpcf7-response-output {
  text-align: center;
}
