/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 8 version
*/

/* GLOBE */

:root {
  --light-gray: #828282;
  --dark-gray: #575757;
  --pink: #D13D90;
  --green: #0C9279;
  --white: #fff;
  --black: #2B2B2B;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat Regular"),
    url("/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat Medium"),
    url("/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat SemiBold"),
    url("/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: local("Montserrat Bold"),
    url("/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Peace;
  src: local("Peace Sans Regular"),
    url("/fonts/peace_sans.woff2") format("woff2"),
    url("/fonts/peace_sans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: none;
}

img {
  max-width: 100%;
}

button:focus-visible {
  outline: none;
  border: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

.container {
  max-width: 1340px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 50px;
}

input:focus-visible {
  outline: none;
}

.text-highlight {
  color: var(--green);
}

.stop-scroll {
  overflow: hidden;
}

/* HEADER */

.header {
  border-bottom: 1px solid var(--green);
}

.nav-top, .nav__link_tel, .nav__link_email, .burger, .header__link-mob {
  display: none;
}

.header-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  color: var(--green);
}

.nav__item:not(:last-child) {
  margin-right: 90px;
}

.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
  border-radius: 100px;
  background-color: var(--pink);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  color: var(--white);
}

.header__link svg {
  margin-right: 16px;
}

.header-right-mob {
  display: none;
}

/* HERO */

.hero {
  padding-top: 40px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right -80px;
  background-image: url('/img/hero-bg.png');
}

.hero__top {
  margin-bottom: 29px;
  padding: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 100px;
  background-color: rgba(12, 146, 121, 0.15);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  color: var(--green);
}

.main__title {
  margin-bottom: 30px;
  max-width: 60%;
  font-family: 'Peace';
  font-size: 60px;
  font-weight: 400;
  line-height: 115%; /* 69px */
  color: var(--black);
}

.main__descr {
  margin-bottom: 73px;
  max-width: 50%;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  color: var(--light-gray);
}

.main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 56px;
  padding: 24px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--pink);
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  color: var(--white);
}

.main__btn img {
  padding-left: 16px;
}

.hero__item:not(:last-child) {
  margin-right: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}


.hero__subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 160%; /* 48px */
  color: var(--dark-gray);
}

.hero__subdescr {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  color: var(--light-gray);
}

.hero__item:last-child {
  padding: 5px 36px 5px 7px;
  width: 326px;
  border-radius: 35px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 211, 71, 0.14);
          box-shadow: 0px 20px 40px 0px rgba(255, 211, 71, 0.14);
}

.hero-item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero__icon {
  margin-right: 16px;
}

.hero-last__subtitle {
  margin-bottom: 9px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: var(--dark-gray);
}

.hero-last__subdescr {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--dark-gray);
}

.hero-last__subdescr span {
  font-weight: 400;
  color: rgba(87, 87, 87, 0.50);
}

/* CATALOG */

.catalog {
  padding-top: 71px;
  padding-bottom: 50px;
  background-repeat: no-repeat, no-repeat;
  background-size: 450px, 140px;
  background-position: right top, left 2%;
  background-image: url('/img/catalog-pineapple.png'), url('/img/catalog-bg-top.svg');
}

.catalog__title {
  margin-bottom: 80px;
  text-align: center;
  font-family: 'Peace';
  font-size: 70px;
  font-weight: 400;
  line-height: 130%; /* 91px */
  text-transform: uppercase;
  color: var(--green);
}

.catalog-wrapper:not(:last-child) {
  margin-bottom: 58px;
}

.catalog__subtitle {
  margin-bottom: 60px;
  font-family: 'Peace';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  color: #0C9279;
}

.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -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;
}

.catalog__item:nth-child(4n) {
  margin-right: 0;
}

.catalog__img-wrapper {
  margin-bottom: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50%;
  border: 3px solid var(--pink);
  overflow: hidden;
}

.article__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  color: var(--pink);
}

/* PARTNERS */

.partners {
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: right top;
  background-image: url('/img/partners-bg.png');
}

.partners-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;
}

.partners__title {
  margin-bottom: 100px;
  max-width: 80%;
  text-align: center;
  font-family: 'Peace';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}

.partners__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners__item {
  margin-bottom: 40px;
  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: calc((100% / 3) - 20px);
  height: 200px;
  border-radius: 50px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 
}

/* ADVANTAGES */

.advantages {
  padding-top: 50px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: 25% 14%;
  background-size: 140px;
  background-image: url('/img/advantages-bg.png');
}

.advantages-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;
}

.advantages__title {
  margin-bottom: 80px;
  max-width: 70%;
  text-align: center;
  font-family: 'Peace';
  font-size: 60px;
  font-weight: 400;
  line-height: 120%; /* 72px */
  color: var(--black);
}

.advantages__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__item {
  -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;
}

.advantages__pic {
  margin-bottom: 27px;
}

.advantages__descr {
  max-width: 90%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%; /* 26px */
  color: var(--black);
}

/* DELIVERY */

.delivery {
  padding-top: 50px;
  padding-bottom: 167px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url('/img/delivery-bg.png');
}

.delivery__title {
  margin-bottom: 63px;
  text-align: center;
  font-family: 'Peace';
  font-size: 60px;
  font-weight: 400;
  line-height: 140%; /* 84px */
  color: var(--black);
}

.delivery__subtitle {
  margin-bottom: 20px;
  max-width: 40%;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  color: var(--black);
}

.delivery__subdescr {
  margin-bottom: 20px;
  max-width: 40%;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  color: var(--dark-gray);
}

.delivery__subdescr:nth-child(4) {
  margin-bottom: 40px;
}

.delivery__subdescr:nth-child(6) {
  margin-bottom: 60px;
}

.delivery__btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  padding: 26px 130px;
  border-radius: 100px;
  background-color: var(--pink);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
}

/* REQUEST */

.request {
  padding-top: 78px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: left 10%;
  background-image: url('/img/form-bg.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(12, 146, 121, 0.30)), to(rgba(12, 146, 121, 0.60)));
  background-image: url('/img/form-bg.png'), -o-linear-gradient(top, rgba(12, 146, 121, 0.30) 0%, rgba(12, 146, 121, 0.60) 100%);
  background-image: url('/img/form-bg.png'), linear-gradient(180deg, rgba(12, 146, 121, 0.30) 0%, rgba(12, 146, 121, 0.60) 100%);
}

.request-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;
}

.request__title {
  margin-bottom: 75px;
  max-width: 55%;
  text-align: center;
  font-family: 'Peace';
  font-size: 60px;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  color: var(--black);
}

.form-top {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__input {
  margin-bottom: 20px;
  padding: 27px 30px;
  width: calc((100% / 2) - 20px);
  border-radius: 12px;
  background-color: var(--white); 
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__input::-webkit-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__input::-moz-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__input:-ms-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__input::-ms-input-placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__input::placeholder {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  color: var(--black);
}

.form__checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}

.form__checkbox:checked + span::before {
  opacity: 1;
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label__btn {
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 2px solid #FFF;
}

.label__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: var(--white);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.label__text {
  max-width: 53%;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.label__text a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__btn {
  padding: 26px;
  width: calc((100% / 2) - 40px);
  border-radius: 100px;
  background-color: var(--pink);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--white);
}

.form__btn_white {
  background-color: transparent;
  border: 2px solid #FFF;
}

#select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 95% center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8533 15.6037C10.4634 16.2418 9.53665 16.2418 9.14672 15.6037L0.843364 2.01642C0.317491 1.1559 1.25161 0.146275 2.15033 0.603806L9.54632 4.36903C9.83137 4.51415 10.1686 4.51415 10.4537 4.36903L17.8497 0.603807C18.7484 0.146276 19.6825 1.1559 19.1566 2.01642L10.8533 15.6037Z' fill='%232B2B2B'/%3E%3C/svg%3E%0A");
}

#select::after {
  display: none;
}

#select:focus-visible {
  outline: none;
}

/* CONTACTS */

.contacts-mob-wrapper {
  display: none;
}

.contacts {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: 87% 10%;
  background-size: 300px;
  background-image: url('/img/contacts-bg-top.png');
}

.contacts__title {
  display: none;
}

.map-container {
  height: 560px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  overflow: hidden;
}

#map {
  position: relative;

  width: 100%;
  height: 100%;
}

.contacts-bottom {
  background-color: var(--pink);
  background-repeat: no-repeat;
  background-position: 87% top;
  background-size: 230px;
  background-image: url('/img/contacts-bg-bottom.png');
}

.contacts-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__logo {
  margin-right: 97px;
}

.contacts__link {
  margin-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 160.9%; /* 38.616px */
  color: var(--white);
}

.contacts__link span {
  margin-right: 19px;
}

/* FOOTER */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url('/img/footer-bg.png');
}

.footer-container {
  -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__descr {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  color: var(--black);
}

.address {
  margin-bottom: 30px;
  max-width: 65%;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  color: var(--black);
}

.requisites {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  color: var(--black);
}

.footer__privacy {
  text-decoration: underline;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%; /* 24.3px */
  color: var(--black);
}

/* SHADOW */

.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.shadow--active {
  display: block;
}

/* THANKS */

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -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;
  max-width: 40vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -200vh);
      -ms-transform: translate(-50%, -200vh);
          transform: translate(-50%, -200vh);
  padding: 100px;
  background-color: var(--white);
  border-radius: 20px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.thanks--active {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.thanks__title {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: var(--green);
}

.thanks__descr {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--dark-gray);
}

.thanks__btn {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 40px;
  height: 40px;
}

.thanks__close-line {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: var(--green);
  border-radius: 2px;
}

.thanks__close-line:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.thanks__close-line:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}