* {
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #000000;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
}

.prev_btn_slide_one,
.next_btn_slide_one {
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  transition: all .3s;
  border: 1px solid #E7E7E7;
  margin-left: 15px;
}

.next_btn_slide_one {
  background-color: #69AE96;
}

.prev_btn_slide_one::before {
  content: url("./img/Vector_l.png");
}

.next_btn_slide_one::before {
  content: url("./img/Vector_R.png");
}

button svg {
  display: none;
}

input,
textarea {
  width: 100%;
  border: 1px solid #C9CCD4;
  border-radius: 6px;
  padding: 18px 24px;
  transition: all .3s;
}

input:hover,
textarea:hover {
  background: #FFFFFF;
  border: 1px solid #C9CCD4;
  border-radius: 6px;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
  border: 1px solid #3B7A64;
  border-radius: 6px;
  transition: all .3s;
  color: #000000;
  mix-blend-mode: normal;
}

::-webkit-input-placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
}

:-moz-placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
}

::-moz-placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
}

:-ms-input-placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
}

logo {
  color: #000000;
  font-size: 23px;
}
logo span {
  color: #69AE96;
}

.btn {
  padding: 20px 61px;
  width: 357px;
  height: 60px;
  border-style: none;
  background: #69AE96;
  box-shadow: 0px 12px 24px rgba(58, 149, 117, 0.28);
  border-radius: 41px;
  color: #fff;
}

.menu {
  margin-left: auto;
}
.menu li {
  display: inline;
  margin-left: 53px;
  transition: all .3s;
}
.menu li a {
  color: #A2A2A2;
}
.menu li:hover a {
  color: #000000;
  cursor: pointer;
  transition: all .3s;
}

.top {
  background-image: url("./img/bg.png");
  padding: 0 20px;
}
.top .waves__backgrond {
  background-image: url("./img/waves.png");
}
.top .menu__logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top .block_img_text {
  display: flex;
  align-items: center;
  margin-top: 55px;
}
.top .block_img_text .title_container .title {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  line-height: 106px;
  letter-spacing: 0.04em;
  color: #1F1F1F;
}
.top .block_img_text .title_container .text {
  margin: 10px 0;
}
.top .block_img_text .imges .gradient {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
}
.top .topsector__bottom {
  max-height: 490px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  padding: 0 20px;
  top: 906px;
}

.slaider_container {
  position: relative;
  z-index: 3;
  margin-top: 500px;
}
.slaider_container .title {
  color: #1F1F1F;
}
.slaider_container .title span {
  margin-left: 20px;
  color: #69AE96;
}
.slaider_container .slide__main {
  display: flex;
  justify-content: space-around;
  padding: 30px;
  background-image: url("./img/bg.png");
}
.slaider_container .slide__main .img__slider {
  position: relative;
  max-width: 550px;
  max-height: 340px;
}
.slaider_container .slide__main .img__slider .vector {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slaider_container .slide__main .container__slider-text {
  max-width: 300px;
  margin: auto;
}
.slaider_container .slide__main .container__slider-text .text {
  font-style: italic;
}
.slaider_container .slide__main .container__slider-text .name_user {
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #1F1F1F;
}
.slaider_container .slide__main .container__slider-text .catigory {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  color: #1F1F1F;
  opacity: 0.5;
}

.slider {
  position: relative;
}
.slider .title {
  margin: 60px 0;
  font-size: 70px;
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
}
.slider svg {
  display: none;
}

.splide__pagination__page {
  width: 200px !important;
  height: 2px !important;
  border-radius: 0 !important;
}

.splide__pagination__page.is-active {
  background: #000 !important;
}

.your-class-arrows.splide__arrows--ltr {
  position: absolute;
  right: 0;
  top: -159px;
}

.get__in__touch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
  background-image: url("./img/image_1.png");
  background-color: #FCFCFC;
  padding: 90px;
}
.get__in__touch .left__container {
  position: relative;
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  letter-spacing: 0.04em;
  color: #1F1F1F;
}
.get__in__touch .left__container .email_text {
  position: absolute;
  bottom: 0;
  inline-size: 313px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.get__in__touch .left__container .email_text .email {
  position: relative;
  margin: 14px 0;
  color: #69AE96;
}
.get__in__touch .left__container .email_text .email:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #69AE96;
  height: 1px;
  bottom: -1px;
}
.get__in__touch .right__container .email {
  margin: 10px 0;
}
.get__in__touch .right__container .btn {
  width: 100%;
  font-size: 16px;
  transition: all .3s;
}
.get__in__touch .right__container .btn:hover {
  background-color: #3B7A64;
  transition: all .3s;
}
.get__in__touch .right__container .btn:active {
  background-color: #69AE96;
  transition: all .3s;
}

.active {
  transition: all .3s;
  background-color: #69AE96;
  color: #000;
}

button {
  margin-top: 30px;
}
button img {
  width: 16.36px;
  height: 12.73px;
}

.first__slide,
.last__slide {
  position: absolute;
  z-index: 9;
  font-size: 14px;
}

.first__slide {
  right: 0;
}

.last__slide {
  left: 0;
  color: #000;
  font-size: 14px;
  /* background-color: black; */
  z-index: 99999;
  top: 1px;
}

footer {
  text-align: center;
  background-color: #fff;
}
footer .menu {
  margin: 25px 0;
}
footer h1 {
  color: #000000;
  font-size: 50px;
  font-weight: 300;
}
footer h1 span {
  margin-left: 15px;
  color: #69AE96;
}
footer .title__footer {
  color: #1F1F1F;
  opacity: 0.5;
}

.splide__pagination {
  bottom: -1em !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  margin: 0;
}
