@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap);
html,
body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

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

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  width: 298px;
  height: 54px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
  border-radius: 25px;
  border: none;
}
button:hover {
  background: #E47209;
}
button:active {
  background: #4B9200;
}
button:disabled {
  background: #767474;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header {
  background-color: #000000;
  border: none;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 220px;
  font-family: "Roboto", sans-serif;
}

.logo {
  cursor: pointer;
}
.logo .rectangle {
  position: relative;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
}
.logo h1, .logo .rectangle h2 {
  display: flex;
  box-sizing: border-box;
  width: 82px;
  height: 52px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 120%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.logo .icon {
  position: absolute;
  top: 25px;
  left: 10px;
  height: 21px;
  width: 12px;
  fill: #FFFFFF;
}

.nav {
  flex-grow: 2;
  margin-left: 33px;
}

.nav__links {
  list-style: none;
}
.nav__links li {
  display: inline-block;
  margin: 0 27px;
}
.nav__links .active a {
  color: #F9804B;
}

a {
  color: #FDFDFF;
  text-decoration: none;
}
a:hover {
  color: #F9804B;
  transition: color 0.3s ease;
}
a:hover .icon {
  fill: #f97e49;
  transition: fill 0.3s ease;
}

.footer {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #111115;
}
.footer .footer__firstRow,
.footer .footer__secondRow,
.footer .footer__thirdRow {
  margin-left: 220px;
  margin-right: 220px;
}

.footer__firstRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 40px 0 36px;
}
.footer__firstRow .firstRow_sub h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.footer__firstRow .firstRow_sub input,
.footer__firstRow .firstRow_sub select,
.footer__firstRow .firstRow_sub textarea {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #BDBDBD;
  background-color: transparent;
  border: 2px solid #F9804B;
  outline: none;
}
.footer__firstRow .firstRow_sub input::-moz-placeholder, .footer__firstRow .firstRow_sub select::-moz-placeholder, .footer__firstRow .firstRow_sub textarea::-moz-placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input:-ms-input-placeholder, .footer__firstRow .firstRow_sub select:-ms-input-placeholder, .footer__firstRow .firstRow_sub textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input::placeholder,
.footer__firstRow .firstRow_sub select::placeholder,
.footer__firstRow .firstRow_sub textarea::placeholder {
  color: #BDBDBD;
}
.footer__firstRow .firstRow_sub input:focus,
.footer__firstRow .firstRow_sub select:focus,
.footer__firstRow .firstRow_sub textarea:focus {
  color: #BDBDBD;
  border: 2px solid #4B9200;
}
.footer__firstRow .firstRow_sub input:-webkit-autofill, .footer__firstRow .firstRow_sub input:-webkit-autofill:hover, .footer__firstRow .firstRow_sub input:-webkit-autofill:focus, .footer__firstRow .firstRow_sub input:-webkit-autofill:active,
.footer__firstRow .firstRow_sub select:-webkit-autofill,
.footer__firstRow .firstRow_sub select:-webkit-autofill:hover,
.footer__firstRow .firstRow_sub select:-webkit-autofill:focus,
.footer__firstRow .firstRow_sub select:-webkit-autofill:active,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:hover,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:focus,
.footer__firstRow .firstRow_sub textarea:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #BDBDBD !important;
}
.footer__firstRow .firstRow_sub form input {
  width: 228px;
  height: 42px;
  margin-right: 5px;
  padding: 10px 7px 10px 7px;
  border-radius: 2px;
}
.footer__firstRow .firstRow_sub form .btn_sub {
  width: 129px;
  height: 42px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  border: 1px solid #333B41;
  border-radius: 5px;
  text-transform: none;
  color: #000000;
  background: #F1F3F2;
}
.footer__firstRow .firstRow_sub form .btn_sub:active {
  color: #4B9200;
  border-color: #4B9200;
}
.footer__firstRow .firstRow_sub form:invalid .btn_sub {
  color: #D31414;
  border-color: #D31414;
}
.footer__firstRow .firstRow_sub form:invalid input {
  border: 2px solid #D31414;
}

.footer__secondRow .secondRow__button {
  margin-bottom: 44px;
  border-radius: 5px;
}

.footer__thirdRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
}
.footer__thirdRow .thirdRow_socialList {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer__thirdRow .thirdRow_socialList .socialItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 16px;
  line-height: 140%;
}
.footer__thirdRow .thirdRow_socialList .socialItem .footer__icon {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
.footer__thirdRow .thirdRow_socialList .socialItem a {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.footer__thirdRow .thirdRow_socialList .socialItem a .footer__icon {
  --color-circle: #C4C4C4;
  --color-opacity: 0.5;
}
.footer__thirdRow .thirdRow_socialList .socialItem a:hover {
  color: #4B9200;
}
.footer__thirdRow .thirdRow_socialList .socialItem a:hover .footer__icon {
  --color-circle: #4B9200;
  --color-opacity: 1;
}
.footer__thirdRow .thirdRow_socialList .socialItem a p {
  margin-top: 3px;
}
.footer__thirdRow .thirdRow_nav_links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 120px;
  gap: 58px;
}
.footer__thirdRow .thirdRow_nav_links li {
  list-style-type: none; /* Убираем маркеры */
}
.footer__thirdRow .thirdRow_nav_links .active a {
  color: #F9804B;
}
.footer__thirdRow .thirdRow_author a {
  font-weight: 100;
  font-size: 16px;
  line-height: 130%;
}
.footer__thirdRow .thirdRow_author a:hover {
  color: #4B9200;
  text-decoration: underline;
}
.footer__thirdRow .thirdRow_author a p:nth-child(1) {
  margin-bottom: 10px;
}

.wrapper > .main > .hero {
  background: url("../../assets/images/Giant Panda.jpg") no-repeat;
  background-position: 0 -80px;
  background-size: cover;
}

.content {
  padding-top: 12px;
  padding-bottom: 223px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #FFFFFF;
}
.content .circle {
  position: relative;
  width: 465px;
  height: 465px;
  left: calc(50% - 232.5px + 239.5px);
  margin-right: 100px;
  border-radius: 50%;
  background: linear-gradient(113.96deg, #F9804B 1.49%, #FE9013 101.44%);
}
.content .content__wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 74px;
  left: 80px;
}
.content h2 {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 106.5px;
  line-height: 75%;
  text-transform: uppercase;
}
.content h2 .yellow {
  letter-spacing: 0em;
  color: #FFEE2E;
}
.content button {
  margin-left: 10px;
}

.preview {
  background: url("../../assets/images/flower_foto1.png") no-repeat;
  background-position: right 12px;
}

.preview__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 176px;
  gap: 87px;
}
.preview__content .content_img {
  max-width: 605px;
  max-height: 402px;
}
.preview__content .content_info {
  width: 465px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333B41;
}
.preview__content .content_info .info_first {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 120%;
}
.preview__content .content_info .info_second {
  margin-bottom: 58px;
  font-size: 16px;
  line-height: 130%;
}
.preview__content .content_info .info_third {
  margin-bottom: 34px;
  font-size: 24px;
  line-height: 120%;
}
.preview__content .content_info .info_fourth {
  font-size: 16px;
  line-height: 135%;
}

.animals-card {
  background: url("../../assets/images/palm_foto.png") no-repeat, url("../../assets/images/strelitzia 1.png") no-repeat;
  background-position: left 100%, right 100%;
}
.animals-card .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animals-card_slider {
  margin-bottom: 80px;
}

.slider__items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 120px;
  gap: 20px 30px;
}
.slider__items .slider__item {
  cursor: pointer;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #FA6F32;
  overflow: hidden;
  transition: 1.5s;
}
.slider__items .slider__item:hover .item_image img {
  transform: scale(1.0273);
}
.slider__items .slider__item:hover .item_overview {
  transform: translateY(0%);
}
.slider__items .slider__item .item_image {
  display: inline-block;
  overflow: hidden;
}
.slider__items .slider__item .item_image img {
  display: block;
  transition: 1.5s;
}
.slider__items .slider__item .item_overview {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  background-color: #f6f7f7;
  color: black;
  padding: 2rem;
  transform: translateY(100%);
  transition: transform 0.3s;
  overflow-wrap: break-word;
  overflow-y: auto;
}
.slider__items .slider__item .item_overview .item_group {
  margin-bottom: 10px;
}
.slider__items .slider__item .item_group {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}
.slider__items .slider__item .item_location {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
}
.slider__items .slider__item .item_info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 6px;
  margin-left: 16px;
  margin-right: 12px;
}
.slider__items .slider__item .info_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.animals-card__button {
  margin-bottom: 100px;
}

.icon_card {
  height: 40px;
  width: 40px;
}

.icon_arrow-left, .icon_arrow-right {
  cursor: pointer;
  width: 62px;
  height: 62px;
  fill: #F9804B;
  z-index: 2;
  transition: 0.5s;
}
.icon_arrow-left:hover, .icon_arrow-right:hover {
  fill: #4B9200;
}

.icon_arrow-left {
  position: absolute;
  top: 46.5%;
  left: -62px;
  transform: translateX(0px);
}

.icon_arrow-right {
  position: absolute;
  top: 46.5%;
  right: -62px;
  transform: rotateY(180deg) translateX(0px);
}

.pickfriend {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #767474;
  padding-top: 69px;
  padding-bottom: 100px;
  background: linear-gradient(315.75deg, rgba(254, 210, 144, 0.7) 30.06%, #FEBDAB 100.95%, rgba(254, 210, 144, 0.7) 106.36%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%), linear-gradient(315.75deg, rgba(254, 189, 171, 0.74) 30.06%, rgba(243, 169, 248, 0.66) 50.74%, #E0D8F0 80.49%, #EAF7FE 127.9%, #EAF7FE 149.54%);
  opacity: 0.9;
}
.pickfriend .bg {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 220px;
  background: rgba(253, 253, 255, 0.52);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  box-sizing: border-box;
}
.pickfriend .bg h2 {
  margin-top: 41px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #F9804B;
}
.pickfriend .bg h3 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
}
.pickfriend .bg p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}
.pickfriend .bg p:nth-child(3) {
  font-weight: 500;
}
.pickfriend .bg p:nth-child(4) {
  margin-right: 190px;
}
.pickfriend .bg .grand {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.007em;
}
.pickfriend .bg .pickfriend_info {
  padding-left: 99px;
  color: #333B41;
}
.pickfriend .bg .pickfriend_info .underline {
  color: #333B41;
  text-decoration: underline;
  -webkit-text-decoration-color: #F9804B;
          text-decoration-color: #F9804B;
  text-underline-offset: 5px;
}
.pickfriend .bg .pickfriend_info h2 {
  margin-right: 100px;
}
.pickfriend .bg .pickfriend_info h3 {
  margin-right: 100px;
  padding-top: 50px;
}
.pickfriend .bg .pickfriend_button {
  margin-bottom: 58px;
}
.pickfriend .bg .card_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 56px;
  gap: 30px;
}
.pickfriend .bg .item_rect {
  position: relative;
  width: 168px;
  height: 168px;
  background-color: #FFFFFF;
  border: 1px solid #F9804B;
  border-radius: 5px;
  overflow: hidden;
}
.pickfriend .bg .item_rect svg {
  position: absolute;
  width: 110px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.pickfriend .bg .card_item {
  width: 168px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.pickfriend .bg .card_item p {
  margin-top: 30px;
}
.pickfriend .bg .card_item:nth-child(5) .item_rect svg {
  width: 125px;
  height: 115px;
}
.pickfriend .bg .card_item_arrow {
  align-self: center;
}
.pickfriend .bg .card_item_arrow svg {
  width: 70px;
  height: 40px;
  transform: translate(0, -110%);
}

.testimonials {
  background: url("../../assets/images/leav_foto.png") no-repeat;
  background-position: right 135%;
}
.testimonials .testimonials_content {
  margin-top: 140px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #767474;
}
.testimonials h3 {
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 47px;
  text-align: center;
}
.testimonials .testimonials_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 22px;
  gap: 30px;
}
.testimonials .list_item {
  position: relative;
  width: 267px;
  height: 391px;
  background: #F1F3F2;
  border-radius: 20px;
  overflow: hidden;
}
.testimonials .list_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  margin: 0px;
  padding: 2px;
  background: linear-gradient(to right top, #FEBDAB 74%, #F3A9F8 66%, #E0D8F0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.testimonials .testimonials_button {
  margin-bottom: 180px;
  border-radius: 5px;
}
.testimonials .line_scroll {
  width: 599px;
  height: 8px;
  margin: 0 auto 30px;
  border: 1px solid #F9804B;
  background: #F5F7F6;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.testimonials .line_scroll:hover {
  scale: 1.05;
  transition: all 0.5s ease-out;
}
.testimonials .line_scroll .line_progress {
  width: 115px;
  height: 6px;
  background-color: #F9804B;
  border-radius: 5px;
  border: 2px solid #F9804B;
}

.item_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-left: 15px;
  gap: 10px;
}
.item_head .head_content {
  font-family: "Roboto", sans-serif;
}
.item_head .head_content .user_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.item_head .head_content .content_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  color: #BDBDBD;
}
.item_head .head_content .content_row .user_location {
  margin-right: 5px;
}
.item_head .head_content .content_row .user_date {
  margin-left: 5px;
}

.tail_content {
  height: 300px;
  padding: 10px 15px 20px 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 120%;
  color: #767474;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */