/*------------------------------------------------------------------------------
fonts
------------------------------------------------------------------------------*/
@font-face {
  font-family: "Futura PT Bold";
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Futura PT Demi";
  src: url("../fonts/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
}
@font-face {
  font-family: "Futura PT ExtraBold";
  src: url("../fonts/FuturaPT-ExtraBold.eot");
  src: url("../fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff"), url("../fonts/FuturaPT-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Futura PT Light";
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura PT Medium";
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
}
.clearFix {
  clear: both;
}

.TuBiShvat-container {
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-container {
    width: 938px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-container {
    width: 614px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-container {
    width: 460px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-container {
    width: 320px;
  }
}

.TuBiShvat-button {
  color: #ffffff;
  background-color: #ff6d1c;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

/*------------------------------------------------------------------------------
banner
------------------------------------------------------------------------------*/
.TuBiShvat-banner {
  position: relative;
  background: rgb(118, 156, 89);
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .TuBiShvat-banner {
    padding: 20px 30px;
  }
}
.TuBiShvat-banner svg {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 960px) {
  .TuBiShvat-banner svg {
    transform: none;
    top: 10px;
    right: 15px;
  }
}
.TuBiShvat-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TuBiShvat-banner__inner a {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Futura PT Demi", sans-serif;
  padding: 9px 15px;
}
@media screen and (max-width: 960px) {
  .TuBiShvat-banner__inner {
    flex-direction: column;
  }
}
.TuBiShvat-banner__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-family: "Futura PT Medium", sans-serif;
  margin-right: 20px;
  text-align: center;
}
.TuBiShvat-banner__text b {
  font-family: "Futura PT Bold", sans-serif;
}
@media screen and (max-width: 960px) {
  .TuBiShvat-banner__text {
    margin: 0 0 10px 0;
  }
}

/*------------------------------------------------------------------------------
info
------------------------------------------------------------------------------*/
.TuBiShvat-info {
  position: relative;
  padding: 60px 0 35px 0;
  z-index: 1;
}
.TuBiShvat-info__info {
  padding: 10px 0 5px 52px;
  box-shadow: 0px 2px 4px 1px rgba(3, 3, 3, 0.1);
  border-radius: 20px;
  background: #f1f8e9;
  position: relative;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-info__info {
    padding-left: 20px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-info__info {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-info__info {
    padding: 25px 10px;
  }
}
.TuBiShvat-info__title {
  display: flex;
  align-items: flex-end;
}
.TuBiShvat-info__title .img-1 {
  width: 224px;
  margin-right: 25px;
}
.TuBiShvat-info__title .img-2 {
  width: 176px;
}
@media screen and (max-width: 470px) {
  .TuBiShvat-info__title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 145px;
    padding-left: 10px;
  }
  .TuBiShvat-info__title .img-1 {
    width: 145px;
    margin: 0 0 10px 0;
  }
  .TuBiShvat-info__title .img-2 {
    width: 134px;
  }
}
.TuBiShvat-info__text {
  width: 595px;
  color: #000000;
  font-size: 19px;
  font-family: "Futura PT Book", sans-serif;
  line-height: 1.55;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-info__text {
    width: 505px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-info__text {
    width: 330px;
    font-size: 18px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-info__text {
    width: 422px;
    font-size: 16px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-info__text {
    width: 100%;
    text-align: center;
    padding: 90px 0 15px 0;
  }
}
.TuBiShvat-info__text-bold {
  text-decoration: none;
  color: #769c59;
  font-size: 20px;
  font-family: "Futura PT Demi", sans-serif;
  line-height: 1.55;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.TuBiShvat-info__text-bold br {
  display: none;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-info__text-bold {
    margin: auto;
    padding-right: 20px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-info__text-bold {
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    width: 200px;
    line-height: 24px;
  }
  .TuBiShvat-info__text-bold br {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-info__text-bold {
    margin: auto;
    width: 242px;
  }
  .TuBiShvat-info__text-bold br {
    display: none;
  }
}
.TuBiShvat-info__img {
  position: absolute;
  bottom: 0;
  right: 107px;
  width: 392px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-info__img {
    width: 413px;
    right: 10px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-info__img {
    width: 304px;
    right: 5px;
    bottom: 75px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-info__img {
    width: 214px;
    bottom: 0;
    right: 10px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-info__img {
    bottom: initial;
    top: -10px;
    width: 193px;
  }
}
.TuBiShvat-info--pos {
  position: relative;
  z-index: 1;
}

/*------------------------------------------------------------------------------
offer
------------------------------------------------------------------------------*/
.TuBiShvat-offer {
  position: relative;
  background: #f1f8e9;
  padding: 40px 0 25px 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer {
    padding: 20px 0;
  }
}
.TuBiShvat-offer__inner {
  box-shadow: 0px 2px 4px 1px rgba(3, 3, 3, 0.1);
  width: 1160px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__inner {
    width: 938px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__inner {
    width: 563px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-offer__inner {
    width: 459px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__inner {
    width: 300px;
  }
}
.TuBiShvat-offer__banner {
  text-align: center;
  background: #769c59;
  box-shadow: 0px 2px 4px 1px rgba(3, 3, 3, 0.1);
  color: #ffffff;
  font-size: 38px;
  font-family: "Futura PT Bold", sans-serif;
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
}
.TuBiShvat-offer__banner br {
  display: none;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__banner {
    font-size: 30px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-offer__banner {
    font-size: 27px;
  }
}
.TuBiShvat-offer__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TuBiShvat-offer__img-holder {
  flex: 0 0 659px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__img-holder {
    flex: 0 0 492px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__img-holder {
    display: none;
  }
}
.TuBiShvat-offer__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TuBiShvat-offer__img-wrap .offer-box {
  width: 412px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__img-wrap .offer-box {
    width: 311px;
  }
}
.TuBiShvat-offer__img-wrap .offer-plus {
  width: 70px;
  margin-right: 15px;
  margin-left: -5px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__img-wrap .offer-plus {
    width: 62px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__img-wrap .offer-plus {
    width: 43px;
    margin-right: 5px;
  }
}
.TuBiShvat-offer__img-wrap .offer-tree-wrap {
  position: relative;
}
.TuBiShvat-offer__img-wrap .offer-tree {
  width: 163px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__img-wrap .offer-tree {
    width: 109px;
  }
}
.TuBiShvat-offer__img-wrap .offer-flag {
  position: absolute;
  transform: rotate(29deg);
  bottom: 33px;
  right: -17px;
  width: 83px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__img-wrap .offer-flag {
    width: 55px;
    transform: rotate(20deg);
    bottom: 26px;
    right: 2px;
  }
}
.TuBiShvat-offer__img-wrap--m {
  display: none;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__img-wrap--m {
    display: flex;
    padding-top: 30px;
  }
  .TuBiShvat-offer__img-wrap--m .offer-box {
    width: 266px;
  }
}
@media screen and (max-width: 950px) and (max-width: 630px) {
  .TuBiShvat-offer__img-wrap--m .offer-box {
    width: 244px;
  }
}
@media screen and (max-width: 950px) and (max-width: 470px) {
  .TuBiShvat-offer__img-wrap--m .offer-box {
    width: 159px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__img-wrap--m .offer-tree {
    width: 99px;
  }
}
@media screen and (max-width: 950px) and (max-width: 630px) {
  .TuBiShvat-offer__img-wrap--m .offer-tree {
    width: 87px;
  }
}
@media screen and (max-width: 950px) and (max-width: 470px) {
  .TuBiShvat-offer__img-wrap--m .offer-tree {
    width: 65px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__img-wrap--m .offer-flag {
    transform: rotate(31deg);
    bottom: 17px;
    right: -14px;
  }
}
@media screen and (max-width: 950px) and (max-width: 630px) {
  .TuBiShvat-offer__img-wrap--m .offer-flag {
    bottom: 12px;
    right: -21px;
  }
}
@media screen and (max-width: 950px) and (max-width: 470px) {
  .TuBiShvat-offer__img-wrap--m .offer-flag {
    transform: rotate(26deg);
    width: 45px;
    bottom: 7px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-offer__img-wrap--m {
    margin-left: -35px;
  }
}
.TuBiShvat-offer__info {
  text-align: center;
  padding: 40px 35px 40px 30px;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__info {
    padding: 40px 0;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__info {
    padding: 20px 0;
  }
}
.TuBiShvat-offer__title {
  color: #000000;
  font-size: 37px;
  font-family: "Futura PT Bold", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__title {
    font-size: 33px;
  }
}
.TuBiShvat-offer__get {
  width: 132px;
  transform: rotate(347deg);
  margin: 7px auto 13px auto;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__get {
    width: 94px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__get {
    width: 105px;
    margin: 10px auto 13px auto;
  }
}
.TuBiShvat-offer__desc {
  color: #000000;
  font-size: 24px;
  font-family: "Futura PT Medium", sans-serif;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__desc {
    font-size: 20px;
  }
}
.TuBiShvat-offer__price {
  width: 193px;
  margin: 40px auto 0 auto;
}
.TuBiShvat-offer__price-text {
  color: #000000;
  font-size: 20px;
  font-family: "Futura PT Book", sans-serif;
  padding: 20px 0 22px 0;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__price-text {
    font-size: 18px;
  }
}
.TuBiShvat-offer .TuBiShvat-button {
  width: 284px;
  font-size: 28px;
  font-family: "Futura PT Demi", sans-serif;
  line-height: 1.55;
  padding: 6px 0;
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer .TuBiShvat-button {
    width: 273px;
  }
}
.TuBiShvat-offer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__bottom {
    width: 563px;
    flex-wrap: wrap;
    margin: auto;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-offer__bottom {
    width: 459px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__bottom {
    width: 300px;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 30px;
  }
}
.TuBiShvat-offer__bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.TuBiShvat-offer__bottom-item img {
  margin-right: 15px;
}
.TuBiShvat-offer__bottom-item div {
  color: #000000;
  font-size: 18px;
  font-family: "Futura PT Medium", sans-serif;
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__bottom-item {
    width: 50%;
    margin-bottom: 15px;
  }
  .TuBiShvat-offer__bottom-item:last-child {
    margin-bottom: 0;
  }
  .TuBiShvat-offer__bottom-item div {
    font-size: 17px;
  }
}
@media screen and (max-width: 630px) {
  .TuBiShvat-offer__bottom-item div {
    font-size: 15px;
  }
}
@media screen and (max-width: 470px) {
  .TuBiShvat-offer__bottom-item {
    width: 29%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .TuBiShvat-offer__bottom-item div {
    text-align: center;
    font-size: 17px;
  }
  .TuBiShvat-offer__bottom-item img {
    margin: 0 0 15px 0;
    width: 34px;
  }
}
.TuBiShvat-offer__bottom-item--offset {
  margin: 0 65px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-offer__bottom-item--offset {
    margin: 0 30px;
  }
}
@media screen and (max-width: 950px) {
  .TuBiShvat-offer__bottom-item--offset {
    margin: 0 0 15px 0;
  }
}

/*------------------------------------------------------------------------------
steps
------------------------------------------------------------------------------*/
.TuBiShvat-steps {
  position: relative;
  background: #FFFFFF;
  padding-top: 35px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .TuBiShvat-steps {
    padding-top: 70px;
  }
}
.TuBiShvat-steps__title {
  text-align: center;
  color: #000000;
  font-size: 36px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.TuBiShvat-steps__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 60px 0 65px 0;
  width: 1160px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-steps__inner {
    flex-wrap: wrap;
    width: 650px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .TuBiShvat-steps__inner {
    width: 420px;
    flex-direction: column;
  }
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__inner {
    width: 320px;
  }
}
.TuBiShvat-steps__item {
  width: 273px;
  padding: 30px 16px;
  background: #fef5e3;
  border-radius: 20px;
  border: 3px solid #ff8000;
  position: relative;
  text-align: center;
}
.TuBiShvat-steps__item img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
}
@media screen and (max-width: 1200px) {
  .TuBiShvat-steps__item {
    width: 300px;
    margin: 0 50px 50px 0;
  }
  .TuBiShvat-steps__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .TuBiShvat-steps__item {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__item {
    padding-top: 45px;
  }
  .TuBiShvat-steps__item img {
    width: 35px;
    top: -17px;
  }
}
.TuBiShvat-steps__item--bg {
  background: #fffbf8;
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__item--bg {
    background: #fef5e3;
  }
}
.TuBiShvat-steps__step {
  color: #ff6d1c;
  font-size: 24px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__step {
    font-size: 17px;
  }
}
.TuBiShvat-steps__name {
  color: #000000;
  font-size: 24px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px 0 38px 0;
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__name {
    font-size: 22px;
    padding-bottom: 18px;
  }
}
.TuBiShvat-steps__desc {
  color: #000000;
  font-size: 18px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .TuBiShvat-steps__desc {
    font-size: 17px;
  }
}
.TuBiShvat-steps .TuBiShvat-button {
  color: #ffffff;
  font-size: 28px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
  width: 300px;
  padding: 13px 0;
  margin: auto;
  display: block;
}
@media screen and (max-width: 660px) {
  .TuBiShvat-steps .TuBiShvat-button {
    width: 332px;
  }
}
.TuBiShvat-steps__decor {
  width: 6592px;
  transform: translateX(-4067px);
  margin-top: 40px;
}
