/* GLOBAL STYLES */
:root {
  --main-font: "Roboto", "Arial", sans-serif;
  --main-color: #333;
}

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

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

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

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  color: var(--main-color);
  font-family: var(--main-font);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}


/* CONTAINER  */
.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.main-button {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #0A775F;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.main-button:hover {
  opacity: 0.8;
}

.main-button:active {
  opacity: 0.6;
}

*:focus {
  outline: 2px dashed #333;
  outline-offset: 2px;
}

/* MAIN-CONTENT  */
.main-content {
  flex-grow: 1;
}


/* SITE-HEADER  */
.top-color {
  background-color: #F3D7B7;
  background-image: url(../img/site-bg/main-watermark.jpg);
}

/* SITE-LOGO */
.site-logo {
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  width: 235px;
  height: 24px;
  color: #0A775F;
  transition: opacity 0.4s ease;
}

.site-logo:hover {
  opacity: 0.8;
}

.site-logo:active {
  opacity: 0.6;
}

.site-logo:focus {
  outline: none;
}

.site-header-wrapper {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.site-header-list {
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-header-list-item:not(:last-child) {
  margin-right: 40px;
}

.site-header-list-item-link {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.site-header-list-item-link:hover {
  color: #0A775F;
}

.site-header-list-item-link:active {
  opacity: 0.6;
}


/* MAIN-CONTENT  */
.main-hero {
  display: flex;
}

.main-hero-content {
  display: flex;
  padding-left: 130px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.wrapper {
  padding-top: 116px;
  margin-right: 116px;
}

.main-hero-heading {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  color: #000;
  font-size: 64px;
  line-height: normal;
  font-weight: 700;
}

.main-hero-paragraph {
  margin-bottom: 24px;
  margin-top: 0;
  width: 464px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.badge-img-wrapper {
  display: flex;
  position: relative;
  margin-right: -50px;
}

.badge-img {
  position: absolute;
  top: -82px;
  left: -92px;
  min-width: 212px;
  min-height: 212px;
}

.main-img {
  width: 710px;
  height: 696px;
  object-fit: cover;
}


/* HERO-ONE  */
.hero-one {
  position: relative;
  background-color: #F8F8F2;
  background-image: url(../img/site-bg/hero-one-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-left: 143px;
  padding-right: 143px;
  margin-bottom: 20px;
}

.hero-one-main-heading {
  margin: 0;
  padding-top: 50px;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  font-weight: bold;
  color: #000;
}

.leaf-icon_one {
  position: absolute;
  top: 85px;
  left: 0;
  transform: translateX(-50%);
}

.leaf-icon_two {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%);
}

.leaf-icon_three {
  position: absolute;
  left: 0;
  bottom: 187px;
  transform: translateX(-50%);
}

.hero-one-list {
  width: 100%;
  max-width: 1114px;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  list-style: none;
}

.hero-one-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hero-one-coffee-pc {
  flex-shrink: 0;
  width: 450px;
  height: 375px;
  object-fit: cover;
}

.pc-one {
  margin-right: 117px;
}

.pc-one-two {
  margin-left: 97px;
}

.pc-two {
  margin-left: 117px;
}

.hero-one-name-of-coffee {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-one-coffee-paragraph {
  margin: 0;
}

.p-one {
  width: 453px;
}

.p-two {
  width: 390px;
}

.p-three {
  width: 410px;
}

.type_two {
  flex-direction: row-reverse;
}


/* HERO-TWO  */
.hero-two {
  position: relative;
  background-image: url(../img/site-bg/hero-two.jpg);
  background-repeat: no-repeat;
}

.badge-choose {
  position: absolute;
  top: 233px;
  transform: translateX(-15%);
}

.hero-two-content {
  margin-bottom: 80px;
}

.hero-two-main-heading {
  margin: 0;
  padding-top: 50px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 59px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.hero-two-main-paragraph-flex {
  display: flex;
  justify-content: center;
}

.hero-two-main-paragraph {
  margin: 0;
  width: 581px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.hero-two-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}


.hero-two-list-item:not(:last-child) {
  margin-right: 20px;
}

.hero-two-list-item-img {
  width: 433px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 28px;
}

.hero-two-content-heading {
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-two-content-description {
  margin: 0;
  width: 377px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.hero-two-content-description-two {
  width: 334px;
}


/* HERO-THREE  */
.hero-three {
  position: relative;
  background-color: #0A775F;
  background-image: url(../img/site-bg/hero-three.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  padding-left: 30px;
  padding-right: 31px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.badge-works {
  position: absolute;
  top: 70px;
  right: 83px;
}

.hero-thee-main-heading {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: normal;
  font-weight: 700;
  color: #fff;
}

/* HERO-THREE-BOX  */
.hero-three-box-list {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  background-image: url(../img/line-line.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto;
}

.hero-three-box-item {
  box-sizing: content-box;
  width: 52px;
  height: 52px;
  background-color: #F8F8F2;
  border: 4px solid #C99B67;
}

.hero-three-box-item:not(:last-child) {
  margin-right: 393px;
}

.hero-three-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 60px;
  display: flex;
}

.hero-three-list-item {
  width: 433px;
  background-color: #F8F8F2;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-three-list-item:not(:last-child) {
  margin-right: 20px;
}

.hero-three-list-item::before {
  padding-left: 328px;
  color: #333;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  content: "01";
}

.hero-three-list-item:nth-child(2)::before {
  content: "02";
}

.hero-three-list-item:last-child::before {
  content: "03";
}

.hero-three-list-item-content {
  padding-top: 45px;
}

.hero-three-list-item-heading {
  margin: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.hero-three-content-description {
  width: 385px;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.main-button-two {
  background-color: #C99B67;
}

.button-two-wrapper {
  display: flex;
  justify-content: center;
}


/* FOOTER  */
.site-logo-footer {
  margin: 0;
}

.site-header-wrapper-footer {
  padding-top: 65px;
  padding-bottom: 65px;
}

.site-nav-footer {
  margin-left: auto;
  margin-right: auto;
}

.footer-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list-item-link {
  display: flex;
}

.footer-list-item:not(:last-child) {
  margin-right: 30px;
}

.footer-social-media-links {
  transition: opacity 0.3s ease;
}

.footer-social-media-links:hover {
  opacity: 0.8;
}

.footer-social-media-links:active {
  opacity: 0.6;
}

.site-header-list-item-link-footer {
  font-size: 16px;
}



/* ABOUT US  */
.main-hero-paragraph-about-us {
  width: 372px;
  margin: 0;
}

.main-img-about-us {
  width: 710px;
  height: 596px;
}


/* HERO-ONE  */
.hero-one-about-us {
  box-shadow: none;
}

.wrapper-about-us {
  margin-right: 208px;
}

.hero-one-about-us-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 165px;
  padding-right: 64px;
  padding-top: 160px;
  padding-bottom: 200px;
  margin-bottom: 160px;
  box-shadow: none;
}

.about-us-leaf-icon {
  position: absolute;
  left: 0;
  top: 85px;
  transform: translateX(-50%);
}

.hero-one-img-about-us {
  width: 360px;
  height: 364px;
  object-fit: cover;
}

.hero-one-text-wrapper-about-us {
  padding-left: 185px;
}

.hero-one-main-heading-about-us {
  margin: 0;
  margin-bottom: 24px;
  text-align: left;
}

.hero-one-main-paragraph-about-us {
  margin: 0;
  width: 626px;
  font-size: 18px;
  line-height: 30px;
}

/* HERO-TWO  */
.hero-two-about-us {
  padding-top: 100px;
  padding-bottom: 90px;
  padding-left: 143px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.hero-two-wrapper {
  position: relative;
  display: flex;
}

.about-usheading-paragraph-wrapper {
  width: 639px;
}

.hero-two-main-heading-about-us {
  margin-bottom: 24px;
  text-align: left;
}

.hero-two-main-paragraph-about-us {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-right: 38px;
}

.hero-two-list-item-img-about-us {
  position: absolute;
  right: 0;
  top: -170px;
  width: 550px;
  height: 500px;
  object-fit: cover;
}


/* HERO-THREE  */
.hero-three-about-us {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-two-main-heading-hero-three {
  margin: 0;
  padding: 0;
  margin-bottom: 80px;
}

.hero-three-country-list-about-us {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-three-list-item-about-us::before{
  display: none;
}

.hero-three-list-item-about-us {
  position: relative;
  min-height: 433px;
  padding-top: 45px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 55px;
}

.country-list-item-content {
  padding-top: 95px;
}

.country-list-item-content-other {
  padding-top: 142px;
}

.country-list-item-content-position {
  position: absolute;
  top: 45px;
  right: 55px;
}

.hero-three-list-item-heading-about-us {
  margin: 0;
  margin-bottom: 10px;
}

.country-info-wrapper {
  display: flex;
  flex-direction: column;
}

.country-info {
  font-size: 18px;
  line-height: 28px;
}


/* CREATE-PLAN  */
.hero-three-create-plan {
  margin-bottom: 20px;
}

/* MAIN-FORM  */
.hero-one-create-plan-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 144px;
  padding-left: 30px;
  margin-bottom: 50px;
  box-shadow: none;
}

.leaf-icon-create-plan {
  position: absolute;
}

.create-plan-leaf {
  top: 221px;
  right: 0;
  transform: translateX(62%);
}

.create-plan-leaf_two {
  top: 50%;
  left: 0;
  transform: translateX(-60%);
}

.form-wrapper {
  display: flex;
  margin-bottom: 100px;
}

.create-plan-ordered-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: auto;
  padding-right: 30px;
}

.create-plan-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-box-item:not(:last-child) {
  margin-bottom: 60px;
}

.create-plan-list-item:not(:last-child) {
  margin-bottom: 33px;
}

.form-links {
  padding-bottom: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  color: #555;
  transition: color 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.form-links:hover {
  color: #000;
  border-bottom: 3px dashed #C99B67;
}


/* FORM  */
.create-plan-form {
  position: relative;
  display: flex;
}

.label-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
  list-style: none;
}

.label-list-item:not(:last-child) {
  margin-bottom: 60px;
}

.btn-img-wrapper {
  position: relative;
  display: flex;
  align-items: baseline;
}

.arrows-button_first {
  transform: rotateX(180deg);
}

.arrows-button_first-rotate {
  transform: rotateY(-180deg);
}

.arrows-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
}

.arrows-button {
  display: flex;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s ease;
}

.arrows-button-rotate {
  transform: rotate(180deg);
}

.checkbox-input-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
}

.label-wrapper_one {
  display: flex;
}

.open {
  display: none;
}

.label-wrapper {
  display: none;
}

.label-wrapper-close {
  display: flex;
}

.checkbox-input-heading {
  margin: 0;
  margin-bottom: 20px;
  margin-right: 44px;
  text-transform: uppercase;
  color: #000;
  font-size: 35px;
  line-height: normal;
  white-space: nowrap;
}

.checkbox-input-heading:hover {
  cursor: pointer;
}

.checkbox-input-inner {
  display: flex;
  flex-direction: column;
  padding: 30px 16px;
  width: 208px;
  min-height: 220px;
  background-image: url(../img/card-box-bg.jpg);
}

.label-info {
  cursor: pointer;
}

.label-info:not(:last-child) {
  margin-right: 18px;
}

.checkbox-input[type="radio"] + .checkbox-input-inner {
  transition: transform 0.3s ease;
}

.checkbox-input[type="radio"]:hover + .checkbox-input-inner {
  background-image: none;
  background-color: rgba(10, 119, 95, 0.3);
  color: rgb(0, 0, 0);
  transition: background-color 0.3s ease;
}

.checkbox-input[type="radio"]:checked + .checkbox-input-inner {
  background-image: none;
  background-color: rgba(10, 119, 95, 1);
  color: #fff;
}

.label-heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.label-paragraph {
  font-size: 18px;
  line-height: 24px;
}

.info-main-wrapper {
  display: flex;
  justify-content: end;
}

.plan-info-wrapper {
  width: 660px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 21px;
  padding-right: 21px;
  margin-bottom: 20px;
  background-color: #C99B67;
  color: #fff;
}

.order-summary {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.plan-info-text {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.black-text {
  color: #000;
}

.button-wrapper-two {
  display: flex;
  justify-content: end;
}

.button-create-plan {
  min-width: 175px;
  text-align: center;
  border: none;
  padding: 16px;
  background-color: #0A775F;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 100px;
  transition: transform 0.3s ease,
  opacity 0.3s ease;
}

.button-create-plan:hover {
  opacity: 0.8;
}

.button-create-plan:active {
  transform: scale(0.9);
}


/* RETINA-BG  */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  .top-color {
    background-image: url(../img/site-bg/main-watermark@2x.jpg);
  }

  .hero-one {
    background-image: url(../img/site-bg/hero-one-bg@2x.jpg);
  }

  .hero-two {
    background-image: url(../img/site-bg/hero-two@2x.jpg);
  }

  .hero-three {
    background-image: url(../img/site-bg/hero-three@2x.jpg);
  }

  .checkbox-input-inner {
    background-image: url(../img/card-box-bg@2x.jpg);
  }

}