@font-face {
  font-family: "Jost";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Thin.eot");
  src: url("../fonts/Jost/Jost-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Thin.woff") format("woff"), url("../fonts/Jost/Jost-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/Jost/Jost-ExtraLight.eot");
  src: url("../fonts/Jost/Jost-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ExtraLight.woff") format("woff"), url("../fonts/Jost/Jost-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Light.eot");
  src: url("../fonts/Jost/Jost-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Light.woff") format("woff"), url("../fonts/Jost/Jost-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Regular.eot");
  src: url("../fonts/Jost/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Regular.woff") format("woff"), url("../fonts/Jost/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Medium.eot");
  src: url("../fonts/Jost/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Medium.woff") format("woff"), url("../fonts/Jost/Jost-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Jost/Jost-SemiBold.eot");
  src: url("../fonts/Jost/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost/Jost-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Bold.eot");
  src: url("../fonts/Jost/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Bold.woff") format("woff"), url("../fonts/Jost/Jost-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Jost/Jost-ExtraBold.eot");
  src: url("../fonts/Jost/Jost-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-ExtraBold.woff") format("woff"), url("../fonts/Jost/Jost-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Black.eot");
  src: url("../fonts/Jost/Jost-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Black.woff") format("woff"), url("../fonts/Jost/Jost-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Kudry";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Kudry/Kudry-WeirdHeadline.eot");
  src: url("../fonts/Kudry/Kudry-WeirdHeadline.eot?#iefix") format("embedded-opentype"), url("../fonts/Kudry/Kudry-WeirdHeadline.woff") format("woff"), url("../fonts/Kudry/Kudry-WeirdHeadline.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSerif/NotoSerifDisplay-Regular.ttf") format("truetype"); 
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 42px;
  min-width: 320px;
  position: relative;
  line-height: 130%;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  background: #F4F4F4;
  color: #232323;
}

html, body {
  overflow-x: hidden;
}

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

.text-center {
  text-align: center;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover, a:focus {
  text-decoration: none;
}

input, textarea, select {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 54px;
  background: transparent;
  color: #000;
  font-size: 15px;
  cursor: pointer;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #595959;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #595959;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 5px 0 0;
  display: inline;
}

label {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
label:last-child {
  margin: 0;
}

textarea {
  resize: none;
  padding: 12px 17px;
  height: 103px;
}

button, .btn {
  outline: none;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: none;
  font-family: "Jost", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 45px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  height: 130px;
  border-radius: 200px;
  transition: 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 1;
}

.btn-decor::before, .btn-decor:after {
  content: "";
  position: absolute;
  top: -186px;
  width: 120px;
  height: 205px;
  background: url("../img/hand-green1.svg") no-repeat center;
  background-size: 100%;
  z-index: -1;
  transition: 0.3s ease;
}
.btn-decor::before {
  left: 70px;
}
.btn-decor:after {
  right: 70px;
  background: url("../img/hand-green2.svg") no-repeat center;
  background-size: 100%;
}

.btn-decor-v2:before {
  left: 0;
}
.btn-decor-v2::after {
  right: 0;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}

.btn-green {
  color: #F4F4F4;
  background: #4B6359;
}
.btn-green:hover, .btn-green:focus {
  background: #A67C8C;
  color: #F4F4F4;
}
.btn-green:hover::before, .btn-green:focus::before {
  background: url("../img/hand-pink1.svg") no-repeat center;
  background-size: 100%;
}
.btn-green:hover::after, .btn-green:focus::after {
  background: url("../img/hand-pink2.svg") no-repeat center;
  background-size: 100%;
}

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

strong, b {
  font-weight: bold;
}

ul, ol {
  padding: 0 0 0 20px;
}

.my-ul {
  list-style: none;
  padding: 0;
}

.list-dots li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
}
.list-dots li:last-child {
  margin: 0;
}
.list-dots li::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4B6359;
  margin: 15px 12px 0 0;
}

.list-decor > li {
  margin: 0 0 20px;
}
.list-decor > li:last-child {
  margin: 0;
}
.list-decor > li p {
  display: flex;
  align-items: flex-start;
}
.list-decor > li p::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 26px;
  background: url("../img/title-decor.svg") no-repeat center;
  background-size: 100%;
  margin: 15px 20px 0 0;
}
.list-decor strong {
  font-weight: 500;
}

.list-decor2 > li p::before {
  background: url("../img/title-decor2.svg") no-repeat center;
  background-size: 100%;
}

.color-pink {
  color: #A67C8C;
}

.color-green {
  color: #4B6359;
}

.style-italic {
  font-style: italic;
}

h1 {
  width: 100%;
  font-size: 125px;
  font-weight: normal;
  font-family: "NotoSerif", sans-serif;
  line-height: 90%;
  text-transform: uppercase;
}

.h1 {
  width: 100%;
  font-family: "NotoSerif", sans-serif;
  font-size: 240px;
  line-height: 100%;
  margin: 0 auto;
}

h2, .h2 {
  width: 100%;
  text-align: center;
  font-family: "NotoSerif", sans-serif;
  font-size: 100px;
  line-height: 110%;
  margin: 0 auto 25px;
}
h2 span, .h2 span {
  display: block;
}

h3, .h3 {
  width: 100%;
  font-size: 62px;
  line-height: 110%;
  font-family: "NotoSerif", sans-serif;
}

.text-decor {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-decor::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  width: 50px;
  height: 42px;
  background: url("../img/title-decor.svg") no-repeat center;
  background-size: 100%;
}

.subtitle-text {
  text-align: center;
  font-style: italic;
  font-size: 42px;
  line-height: 130%;
  max-width: 1190px;
  margin: 0 auto 50px;
}

.link-document {
  color: #ECECEC;
  opacity: 0.7;
}
.link-document:hover, .link-document:focus {
  color: #ECECEC;
  opacity: 1;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.col-50 {
  width: 50%;
  padding: 0 20px;
}

.col-30 {
  width: 33.33%;
  padding: 0 10px;
}

.w-100 {
  width: 100%;
}

.m-50 {
  margin: 50px 0;
}

.box-text p {
  margin: 0 0 30px;
}
.box-text p:last-child {
  margin: 0;
}

.list-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-social li {
  margin: 0 20px 0 0;
}
.list-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  min-width: 135px;
  border-radius: 50%;
  background: #A67C8C;
  position: relative;
  z-index: 1;
  padding: 7px;
}
.list-social a:hover {
  background: #4B6359;
}

.link-instagram::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 14px;
  top: 25px;
  right: 30px;
  background: url("../img/star-insta.svg") no-repeat center;
  background-size: 100%;
}

.list-social-green li a {
  background: #4B6359;
}
.list-social-green li a:hover {
  background: #A67C8C;
}

.tabs {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tabs-list {
  max-width: 630px;
  padding: 0 20px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.tabs-information {
  width: calc(100% - 630px);
}

.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

.tabs__caption {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tabs__caption li {
  width: 180px;
  height: 160px;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 0 20px 20px 0;
  padding: 15px;
  color: #F4F4F4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-size: 80px;
  line-height: 110%;
  font-family: "Kudry", sans-serif;
  background: #4B6359 url("../img/steps-decor3.svg") no-repeat center;
  background-size: 100%;
}
.tabs__caption li.active {
  background: #A67C8C url("../img/steps-decor2.svg") no-repeat center;
  background-size: 100%;
}
.tabs__caption .tabs-mouse {
  background: transparent;
  width: 360px;
  font-size: 36px;
  line-height: 120%;
  font-family: "Jost", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.tabs__caption .tabs-mouse::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 38px;
  background: url("../img/hand-mouse.svg") no-repeat center;
  background-size: 100%;
  margin: 0 15px 0 0;
}

.d-mobile {
  display: none;
}