@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  /*cursor: hand;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

@font-face {
  font-family: "slick";
  /*src: url("./fonts/slick.eot");*/
  /*src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");*/
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  border: none;
  cursor: pointer;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700;
}

i,
em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden auto;
}

body.fix {
  overflow: hidden;
}

body main {
  overflow: hidden auto;
  min-height: calc(100vh - 180px);
}


button {
  cursor: pointer;
}

.container {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

.btn-y-b {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 2px solid #FACA04;
  border-radius: 40px;
  padding: 1px 20px;
  cursor: pointer;
  transition: 0.4s;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.btn-y-b:hover {
  background: #FACA04;
  color: white !important;
}

.btn-y-g {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  background: linear-gradient(270deg, #F09E14 0%, #FACA04 100%);
}

.btn-y-g:hover {
  box-shadow: 0 0 10px rgba(250, 202, 4, 0.9);
}

.btn-y-g.disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2) !important;
  cursor: initial !important;
  border-color: initial !important;
}

.secTtl {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

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

.secTtl b,
.secTtl strong {
  color: #FACA04;
}

.landB1 {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.landB1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
}

.landB1 .container * {
  position: relative;
  z-index: 2;
}

.landB1 .txt {
  width: 100%;
  max-width: 570px;
  margin-right: 30px;
}

.landB1 h2 {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #FACA04;
  margin-bottom: 25px;
}

.landB1 h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.landB1 p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.landB1 .btn-y-g {
  margin-bottom: 20px;
}

.landB1 .btn-y-g:last-child {
  margin-bottom: 0;
}

.landB1 img {
  display: block;
  width: calc(100% - 600px + 100px);
  margin-right: -130px;
}

.landB2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.landB2 .container {
  padding: 80px 0;
}

.landB2 h2 {
  margin-bottom: 60px;
}

.landB2__row {
  display: flex;
  justify-content: space-between;
}

.landB2__box {
  width: 350px;
}

.landB2__box img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.landB2__box h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.landB2__box p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
}

.landB3 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.landB3 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landB3 img {
  display: block;
  width: calc(100% - 675px);
  height: auto;
}

.landB3__right {
  width: 575px;
}

.landB3__right h2 {
  margin-bottom: 30px;
}

.landB3__right h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

.landB3__right p {
  font-size: 16px;
  line-height: 172.4%;
  margin-bottom: 50px;
}

.landB3__right .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.landB3__right .li:last-child {
  margin-bottom: 0;
}

.landB3__right .li svg {
  width: 31px;
  height: 31px;
  min-width: 31px;
  margin-right: 14px;
}

.landB3__right .li p {
  margin-bottom: 0;
  padding-top: 3px;
}

.landB4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.landB4 .container {
  padding: 80px 0;
  max-width: 1350px;
}

.landB4 h2 {
  margin-bottom: 60px;
}

.landB4__row {
  display: flex;
  justify-content: space-between;
}

.landB4__box {
  margin-right: 20px;
}

.landB4__box:last-child {
  margin-right: 0;
}

.landB4__box:nth-child(2n-1) {
  width: 250px;
}

.landB4__box:nth-child(2n) {
  width: 340px;
}

.landB4__box img {
  display: block;
  width: 210px;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 50px;
}

.landB4__box h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.landB4__box p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
}

.landB5 {
  padding: 80px 0 40px;
  position: relative;
  background: #F9F9F9;
}

.landB5:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  width: 100%;
  height: 90px;
  background-image: url("../img/botter.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.landB5 .container {
  display: flex;
  justify-content: space-between;
}

.landB5 .slick-track {
  display: flex;
}

.landB5 .slick-slide {
  height: auto !important;
  padding: 25px 15px;
}

.landB5 .slick-slide > div {
  height: 100%;
}

.landB5 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landB5 .slick-dots li {
  margin: 0 15px;
  width: 16px;
  height: 16px;
  padding: 0;
}

.landB5 .slick-dots li.slick-active button {
  background: #FACA04;
}

.landB5 .slick-dots li button {
  background: #E8E8E8;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  padding: 0;
  transition: 0.4s;
}

.landB5 .slick-dots li button:before {
  display: none;
}

.landB5__box {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(130, 130, 130, 0.25);
  width: calc(33.333% - 20px);
  padding: 30px 45px 50px;
  display: flex !important;
  flex-direction: column;
  transition: 0.4s;
  overflow: hidden;
  height: 100%;
}

.landB5__box .cat {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #1D9309;
  margin-bottom: 10px;
}

.landB5__box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
  width: 100%;
  height: 200px;
  margin: 0 0 20px;
}

.landB5__box h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.landB5__box p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #262626;
  margin-bottom: 45px;
}

.landB5__box .btn-y-b {
  margin-top: auto;
}

.landB6 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 200px 0;
}

.landB6 .container {
  display: flex;
  justify-content: center;
}

.landB7 {
  padding: 60px 0;
  position: relative;
  background: #F9F9F9;
  margin-bottom: 90px;
}

.landB7:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 5px);
  width: 100%;
  height: 90px;
  background-image: url("../img/topper.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.landB7:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  width: 100%;
  height: 90px;
  background-image: url("../img/botter.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.landB7 h2 {
  margin-bottom: 40px;
}

.landB7__row {
  display: flex;
  justify-content: space-between;
}

.landB7 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landB7 .slick-dots li {
  margin: 0 15px;
  width: 16px;
  height: 16px;
  padding: 0;
}

.landB7 .slick-dots li.slick-active button {
  background: #FACA04;
}

.landB7 .slick-dots li button {
  background: #E8E8E8;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  padding: 0;
  transition: 0.4s;
}

.landB7 .slick-dots li button:before {
  display: none;
}

.landB7 .slick-list {
  width: 100%;
}

.landB7 .slick-track {
  display: flex;
}

.landB7 .slick-slide {
  padding: 25px 15px;
  height: auto;
}

.landB7 .slick-slide > div {
  height: 100%;
}

.landB7__item {
  flex-grow: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(130, 130, 130, 0.25);
  padding: 20px;
  transition: 0.4s;
  height: 100%;
}

.landB7__item img {
  display: block;
  width: 100%;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.landB7__item h3 {
  font-size: 23px;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.landB7__item p {
  font-size: 14px;
  line-height: 1.2;
  color: #1d9309;
  font-family: "Nunito", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.landB7__item .links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landB7__item .links a {
  display: block;
  margin: 0 6px;
  transition: 0.4s;
}

.landB7__item .links a:hover {
  opacity: 0.6;
}

.landB7__item .links svg {
  display: block;
  width: 30px;
  height: 30px;
}

.landB8 {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landB8 .container {
  display: flex;
  align-items: flex-start;
}

.landB8__left {
  width: calc(100% - 670px);
}

.landB8__left h2 {
  margin-bottom: 25px;
}

.landB8__left p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.landB8__left h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 600px;
  color: #1d9309;
  font-size: 23px;
  margin-bottom: 40px;
}

.landB8__left h3 a {
  font-size: 16px;
  color: #5a5b60;
  transition: 0.4s;
  margin-left: 30px;
}

.landB8__left h3 a:hover {
  color: #FACA04;
}

.landB8__left .links {
  display: flex;
  align-items: center;
}

.landB8__left .links a {
  display: block;
  margin-right: 20px;
  transition: 0.4s;
}

.landB8__left .links a:hover {
  opacity: 0.6;
}

.landB8__right {
  width: 570px;
  margin-left: 100px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(130, 130, 130, 0.25);
  padding: 60px 100px;
}

.landB8__right form p > span {
  display: block;
  margin-bottom: 25px;
}

.landB8__right .input {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  padding: 11px 20px;
  border-radius: 99px;
}

.landB8__right .btn-y-g {
  width: 100%;
}

.header {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}

.header .container {
  display: flex;
  /*align-items: center;*/
  align-items: baseline;
  padding: 40px 0;
}

.header__logo {
  margin-right: auto;
  width: 120px;
  position: relative;
  z-index: 10;
}

.header__logo.big {
  /*width: 170px;*/
  max-width: 115px;
}

.header__logo img {
  display: block;
  width: 100%;
  position: absolute;
  top: -28px;
  right: 0;

}

.auth-login .header__logo img {
  position: initial;
}

.header__menu ul {
  display: flex;
  align-items: center;
}

.header__menu li {
  margin-right: 35px;
}

.header__menu li:last-child {
  margin-right: 0;
}

.header__menu a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: 0.4s;
}

.header__menu a:hover {
  color: #FACA04;
}

.header__btn {
  margin-left: 30px;
  margin-right: 40px;
}


.header__menu-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: auto;
  z-index: 10;
}

.header__menu-btn .login_button {
  display: none;
  position: fixed;
  right: 20px;
  top: 26px;
}

.header__profile-container .nav-username {
  position: fixed;
  right: 20px;
  top: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #FACA04;
}

.header__menu-btn.open .login_button {
  display: block;
}

.header__menu-btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 82%;
  width: 20px;
  height: 2px;
  background: #FACA04;
  transition: 0.4s;
  border-radius: 1px;
}

.header__menu-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 5px));
          transform: translate(-50%, calc(-50% - 5px));
}

.header__menu-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__menu-btn span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 5px));
          transform: translate(-50%, calc(-50% + 5px));
}

.header__menu-btn.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.header__menu-btn.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.fix .header__logo.big img {
  visibility: hidden;
}

.header__menu-container .menu-container .btn-y-b {
  border: 0;
  color: #FACA04;
}

.header__menu-container .menu-container,
.header__menu-container .header__profile-container {
  padding: 20px 0 !important;
}

.header__profile-container .menu-inside-menu-container {
  width: 100%;
}

.menu-inside-menu .profile-menu-horizontal {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.header__menu-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 5;
  padding: 60px 0 40px;
  overflow: auto;
}

.header__menu-container .menu-container,
.header__menu-container .header__profile-container{
  display: none;
}

.header__profile-container img{
height: 80vh;
  width: auto;
}

.header__profile-container .ntfn-counter {
  border-radius: 13px;
  padding: 4px 9px;
}

.header__menu-container .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__menu-container .btn-y-b {
  padding: 10px 30px;
  margin-top: 20px;
}

.header__menu-container ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__menu-container li {
  margin-bottom: 16px;
}

.header__menu-container li:last-child {
  margin-bottom: 0;
}

.header__menu-container a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  transition: 0.4s;
}

.header__menu-container a:hover {
  color: #FACA04;
}

.header__menu-container h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  margin-top: 55px;
  margin-bottom: 20px;
}

.header__menu-container form {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(130, 130, 130, 0.25);
  padding: 30px;
  width: 100%;
}

.header__menu-container form p > span {
  display: block;
  margin-bottom: 25px;
}

.header__menu-container .input {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  padding: 11px 20px;
  border-radius: 99px;
}

.header__menu-container .btn-y-g {
  width: 100%;
}

.header__menu-container .top-horizontal {
  width: 100%;
  height: 1px;
  background-color: #FACA04;
  z-index: 5;
}

.footer__main {
  background: #f9f9f9;
  padding: 30px 0;
}

.footer__main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom {
  border-top: 1px solid #C7C7C7;
}

.footer__bottom .container {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom p {
  font-size: 16px;
  line-height: 20px;
}

.footer__bottom p a {
  transition: 0.4s;
}

.footer__bottom p a:hover {
  color: #FACA04;
}

.footer__menu ul {
  display: flex;
  align-items: center;
}

.footer__menu li {
  margin-right: 35px;
}

.footer__menu li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.footer__menu a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  transition: 0.4s;
}

.footer__menu a:hover {
  color: #FACA04;
}

.footer__logo img {
  display: block;
  max-width: 170px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__logo p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}

.secFind {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  pointer-events: auto !important;
}

.secFind .container {
  position: static !important;
  padding-top: 130px;
  min-height: 100vh;
  max-width: 540px;
}

.secFind h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 35px;
}

.secFind__form {
  border: 2px solid #1D9309;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 3px;
  position: relative;
}

.secFind__form-input {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 25px;
  color: black;
}

.secFind__form-input::-webkit-input-placeholder {
  color: black;
}

.secFind__form-input::-moz-placeholder {
  color: black;
}

.secFind__form-input::-ms-input-placeholder {
  color: black;
}

.secFind__form-input::placeholder {
  color: black;
}

.secFind__form-btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.secFind__error {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #F09E14;
  margin-top: 8px;
  text-align: center;
  display: none;
  /*position: absolute;*/
  left: 50%;
  top: 100%;
  /*-webkit-transform: translate(-50%, 0);*/
  /*        transform: translate(-50%, 0);*/
}

.secFind__description {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #1A1A1A;
  margin-top: 35px;
}

.secFind__img {
  display: block;
  position: absolute !important;
  pointer-events: none;
}

.secFind__img:nth-child(1) {
  width: 215px;
  height: 215px;
  top: -25px !important;
  left: 13.5vw !important;
  bottom: unset !important;
  right: unset !important;
}

.secFind__img:nth-child(2) {
  width: 200px;
  height: 200px;
  top: 200px !important;
  right: 4.4vw !important;
  bottom: unset !important;
  left: unset !important;
}

.secFind__img:nth-child(3) {
  width: 300px;
  height: 300px;
  left: 20vw !important;
  top: 49vh !important;
  bottom: unset !important;
  right: unset !important;
}

.secFind__img:nth-child(4) {
  width: 250px;
  height: 250px;
  top: 55vh !important;
  right: 24vw !important;
  bottom: unset !important;
  left: unset !important;
}

.secFind__img:nth-child(5) {
  width: 150px;
  height: 150px;
  top: unset !important;
  right: unset !important;
  bottom: 14vh !important;
  left: 7vw !important;
}

.secMap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.secMap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.secMap__menu-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 110;
  width: 66px;
  height: 66px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 99px;
  cursor: pointer;
  transition: 0.4s;
}

.secMap__menu-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.secMap__menu-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 3px;
  background: white;
  border-radius: 1px;
  transition: 0.4s;
}

.secMap__menu-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}

.secMap__menu-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.secMap__menu-btn span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 8px));
          transform: translate(-50%, calc(-50% + 8px));
}

.secMap__menu-btn.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.secMap__menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.secMap__menu-btn.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.secMap__menu {
  position: absolute;
  right: 40px;
  top: 115px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: none;
  z-index: 3;
}

.secMap__menu li {
  display: block;
  border-bottom: 1px solid rgba(163, 233, 152, 0.3);
}

.secMap__menu li:last-child {
  border-bottom: none;
}

.secMap__menu a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: 0.4s;
  text-align: center;
  padding: 8px;
  min-width: 115px;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.secMap__menu a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #FACA04;
}

.secMap .treeCard {
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100vh - 20px);
}

.secMap .secMap__exit-mobile {
  position: absolute;
  left: 15px;
  z-index: 99;
  top: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 99px;
  cursor: pointer;
  transition: 0.4s;
  width: 44px;
  height: 44px;
}

.secMap .secMap__exit-mobile:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
          transform: translate(-25%, -50%) rotate(-45deg);
  border: 2px solid white;
  border-bottom: none;
  border-right: none;
  width: 10px;
  height: 10px;
}

.secMap .secMap__menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 100;
  padding: 40px 0 40px;
  overflow: auto;
}

.secMap .secMap__menu-mobile .container {
  flex-direction: column;
}

.secMap .secMap__menu-mobile .btn-y-b {
  padding: 10px 30px;
  margin: 20px auto 0;
}

.secMap .secMap__menu-mobile ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secMap .secMap__menu-mobile li {
  margin-bottom: 16px;
}

.secMap .secMap__menu-mobile li:last-child {
  margin-bottom: 0;
}

.secMap .secMap__menu-mobile a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  transition: 0.4s;
}

.secMap .secMap__menu-mobile a:hover {
  color: #FACA04;
}

.secMap .secMap__menu-mobile h3 {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
  margin-top: 55px;
  margin-bottom: 20px;
}

.secMap .secMap__menu-mobile form {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 1px rgba(130, 130, 130, 0.25);
  padding: 30px;
  width: 100%;
}

.secMap .secMap__menu-mobile form p > span {
  display: block;
  margin-bottom: 25px;
}

.secMap .secMap__menu-mobile .input {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  padding: 11px 20px;
  border-radius: 99px;
}

.secMap .secMap__menu-mobile .btn-y-g {
  width: 100%;
}

.secMap .map {
  display: block;
  width: 100%;
  height: 100%;
}

.secMap .map-type-btn {
  position: absolute;
  right: 60px;
  bottom: 40px;
  z-index: 2;
  width: 66px;
  height: 66px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 99px;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secMap .map-type-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.treeCard {
  width: 410px;
  background: #FFFFFF;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  overflow: hidden;
  z-index: 20;
  position: relative;
  display: none;
}

.treeCard .exit-btn {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.4s;
  z-index: 30;
  cursor: pointer;
}

.treeCard .exit-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.treeCard .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: white;
}

.treeCard .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: white;
}

.treeCard .scroller {
  height: 100%;
  transition: 1s;
  overflow: auto;
}

.treeCard .scroller::-webkit-scrollbar {
  width: 4px;
}

.treeCard .scroller::-webkit-scrollbar-track {
  background: transparent;
}

.treeCard .scroller::-webkit-scrollbar-thumb {
  background: #1D9309;
}

.treeCard .scroller::-webkit-scrollbar-thumb:hover {
  background: #A3E998;
}

.treeCard__mainImg {
  height: 275px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 20px 20px;
}

.treeCard__mainImg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 40.26%, rgba(0, 0, 0, 0) 112.99%);
}

.treeCard__mainImg h2 {
  font-family: "Nunito", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: relative;
  z-index: 22;
}

.treeCard__mainImg .planted {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 8px 15px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 22;
}

.treeCard__mainImg .planted p {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.treeCard__mainImg .planted img {
  height: 20px;
  display: block;
}

.treeCard__mainInfo {
  padding: 20px;
}

.treeCard__mainInfo .top {
  margin-bottom: 30px;
}

.treeCard__mainInfo .top h1 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.01em;
}

.treeCard__mainInfo .top .row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}

.treeCard__mainInfo .top .row-top p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.treeCard__mainInfo .top .row-top p:first-child {
  margin-right: 20px;
}

.treeCard__mainInfo .top .row-top p span {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
}

.treeCard__mainInfo .top .row-top .green {
  color: #1D9309;
}

.treeCard__mainInfo .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.treeCard__mainInfo .btns .btn-y-g {
  padding: 15px 15px;
  white-space: nowrap;
  min-width: 176px;
  width: 100%;
  margin-right: 10px;
}

.treeCard__mainInfo .btns .btn-y-g:last-child {
  margin-right: 0;
}

.treeCard__mainInfo .author {
  margin-bottom: 10px;
}

.treeCard__mainInfo .author h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.01em;
}

.treeCard__mainInfo .author p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.treeCard__mainInfo .txt-content img {
  float: left;
  width: 165px;
  /*height: 180px;*/
  border-radius: 10px;
  margin: 0 15px 5px 0;
}

.treeCard__mainInfo .txt-content p {
  font-size: 14px;
  line-height: 150.3%;
  letter-spacing: 0.01em;
}

.treeCard__mainInfo .photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
}

.treeCard__mainInfo .photos .scroll-photo {
  padding: 30px 25px 25px;
  height: 100%;
  overflow: auto;
}

.treeCard__mainInfo .photos .scroll-photo::-webkit-scrollbar {
  width: 4px;
}

.treeCard__mainInfo .photos .scroll-photo::-webkit-scrollbar-track {
  background: transparent;
}

.treeCard__mainInfo .photos .scroll-photo::-webkit-scrollbar-thumb {
  background: #1D9309;
}

.treeCard__mainInfo .photos .scroll-photo::-webkit-scrollbar-thumb:hover {
  background: #A3E998;
}

.treeCard__mainInfo .photos h2 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  text-align: center;
}

.treeCard__mainInfo .photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 25px;
}

.treeCard__mainInfo .photos img:last-child {
  margin-bottom: 0;
}

.treeCard__mainInfo .cert {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100;
  display: none;
}

.treeCard__mainInfo .cert .scroll-cert {
  height: 100%;
  overflow: auto;
}

.treeCard__mainInfo .cert .scroll-cert::-webkit-scrollbar {
  width: 4px;
}

.treeCard__mainInfo .cert .scroll-cert::-webkit-scrollbar-track {
  background: transparent;
}

.treeCard__mainInfo .cert .scroll-cert::-webkit-scrollbar-thumb {
  background: #1D9309;
}

.treeCard__mainInfo .cert .scroll-cert::-webkit-scrollbar-thumb:hover {
  background: #A3E998;
}

.treeCard__mainInfo .cert .image {
  margin-bottom: 50px;
}

.treeCard__mainInfo .cert .image img {
  display: block;
  width: 100%;
  height: auto;
}

.treeCard__mainInfo .cert .bottom {
  padding: 0 20px 20px;
}

.treeCard__mainInfo .cert h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
}

.treeCard__mainInfo .cert p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.treeCard__mainInfo .cert .btn-y-g {
  max-width: 335px;
  width: 100%;
  margin: 25px auto 0;
}

.treeCard__mainInfo .back-btn {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 20px;
  top: 20px;
  transition: 0.4s;
  z-index: 10;
  cursor: pointer;
}

.treeCard__mainInfo .back-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-33%, -50%) rotate(-45deg);
          transform: translate(-33%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border: 3px solid white;
  border-bottom: none;
  border-right: none;
}

.treeCard__mainInfo .back-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.treeCard .tree-preview {
  display: none;
  background: white;
  padding: 30px 30px 20px;
  background-image: url("../img/short.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treeCard .tree-preview__main {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.treeCard .tree-preview__main img {
  display: block;
  width: 95px;
  min-width: 95px;
  height: 95px;
  border-radius: 10px;
  margin-right: 25px;
  box-shadow: 2px 4px 6px rgba(113, 113, 113, 0.25);
}

.treeCard .tree-preview__main-r h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.treeCard .tree-preview__main-r p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.5);
}

.treeCard .tree-preview__bot {
  display: flex;
  justify-content: space-between;
}

.treeCard .tree-preview__bot p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.treeCard .tree-preview__bot p span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #1D9309;
}

.treeCard .tree-preview__bot-r {
  text-align: right;
}

.treeCard .tree-preview .weather-row {
  justify-content: flex-end;
}

.treeCard .weather-row {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.treeCard .weather-row img {
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  margin-right: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  text-align: center !important;
  padding-top: 2px !important;
}

.wpcf7-response-output {
  font-size: 12px !important;
  margin: 20px auto 0 !important;
  width: 100% !important;
  padding: 5px !important;
  text-align: center !important;
}

.ajax-loader {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}

.to-animate {
  transition: all 1s ease 0.25s;
  opacity: 0;
}

.to-animate.animated {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media screen and (min-width: 521px) {
  .landB1 .btn-y-g.mbc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .landB5__box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .landB7__item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .secMap .secMap__exit-mobile {
    display: none;
  }

  .secMap .secMap__menu-mobile {
    display: none !important;
  }

  .to-animate.delay2 {
    transition: all 1s ease 0.50s;
  }

  .to-animate.delay3 {
    transition: all 1s ease 0.75s;
  }

  .to-animate.delay4 {
    transition: all 1s ease 1s;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    /*max-width: 980px;*/
  }

  .auth .container {
    max-width: 1250px;
  }

  .profile-section .container,
  header.profile-header .container{
    max-width: 1220px !important;
  }

  .secTtl,
  .secTtl span{
    font-size: 38px;
  }

  .landB1 .container {
    padding: 100px 0;
    min-height: unset;
  }

  .landB1 h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .landB1 h1 {
    font-size: 45px;
  }

  .landB2__box {
    width: 30%;
  }

  .landB2__box h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .landB1 .txt {
    max-width: 500px;
  }

  .landB1 img {
    width: calc(100% - 500px);
    margin-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  .landB8__left {
    width: calc(100% - 500px);
  }

  .landB8__right {
    padding: 40px 50px;
    width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .secTtl,
  .secTtl span{
    font-size: 28px !important;
  }

  .landB2__box h3 {
    font-size: 24px;
  }

  .landB3 img {
    position: absolute;
    right: -60px;
    bottom: 30px;
    width: 180px;
    z-index: -1;
    opacity: 0.5;
  }

  .landB3__right {
    width: 100%;
  }

  .landB4__row {
    flex-wrap: wrap;
  }

  .landB4__box {
    width: calc(50% - 15px) !important;
    margin: 0 0 30px 0;
  }

  .secFind {
    background-image: url("../img/bg_pc.jpg") !important;
  }

  .secFind__img {
    display: none !important;
  }

  .secMap {
    height: 100vh;
  }

  .secMap__menu-btn {
    width: 44px;
    height: 44px;
    right: 15px;
    top: 15px;
  }

  .secMap__menu-btn span {
    width: 20px;
    height: 2px;
  }

  .secMap__menu-btn span:nth-child(1) {
    -webkit-transform: translate(-50%, calc(-50% - 6px));
            transform: translate(-50%, calc(-50% - 6px));
  }

  .secMap__menu-btn span:nth-child(3) {
    -webkit-transform: translate(-50%, calc(-50% + 6px));
            transform: translate(-50%, calc(-50% + 6px));
  }

  .secMap__menu {
    display: none !important;
  }

  .secMap .map-type-btn {
    width: 44px;
    height: 44px;
    right: 15px;
    bottom: 245px;
  }

  .secMap .map-type-btn svg {
    width: 25px;
    height: auto;
  }

  .treeCard {
    width: calc(100% - 20px);
    height: 215px !important;
    transition: 0.8s;
    top: unset !important;
    bottom: 10px !important;
  }

  .treeCard:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 40px;
    height: 5px;
    background: #DCDEDB;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: .4s;
  }

  .treeCard.open {
    left: 0 !important;
    bottom: 0 !important;
    width: calc(100% - 1px) !important;
    height: calc(100vh) !important;
    max-width: unset !important;
    border-radius: 0 !important;
    z-index: 200;
  }

  .treeCard.open:before {
    opacity: 0;
  }

  .treeCard.open .exit-btn {
    opacity: 1;
    pointer-events: auto;
  }

  .treeCard .exit-btn {
    opacity: 0;
    pointer-events: none;
  }

  .treeCard__mainImg {
    padding-bottom: 40px;
    height: 240px;
    z-index: -1;
  }

  .treeCard__mainImg:before {
    display: none;
  }

  .treeCard__mainImg h2 {
    display: none;
  }

  .treeCard__mainImg .planted {
    bottom: 30px;
  }

  .treeCard__mainInfo {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    background: white;
  }

  .treeCard .tree-preview {
    display: block;
  }
}

@media screen and (max-width: 940px) {
  .landB1 .container {
    padding-top: 150px;
  }

  .landB1 img {
    width: calc(100% - 400px);
    margin-right: -100px;
  }
}

@media screen and (max-width: 880px) {
  .landB8 {
    padding: 0 0 40px 0;
  }

  .landB8 .container {
    flex-direction: column;
  }

  .landB8__left {
    width: 100%;
    margin-bottom: 30px;
  }

  .landB8__right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .landB2 .container {
    padding: 35px 0;
  }

  .landB2 h2 {
    margin-bottom: 20px;
  }

  .landB2__row {
    flex-direction: column;
    align-items: center;
  }

  .landB2__box {
    width: 100%;
    margin-bottom: 30px;
  }

  .landB2__box:last-child {
    margin-bottom: 0;
  }

  .header__menu {
    display: none;
  }

  .header__menu-btn {
    display: block;
  }

  .profile_dd {
    display: none;
  }

}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }

  .landB1 {
    background-size: 200% auto;
    background-position: 100% top;
  }

  .landB1 .container {
    padding: 150px 0 40px;
  }

  .landB1.profile-section .container {
    padding: 60px 0 40px;
  }

  .landB1 .txt {
    max-width: 300px;
  }

  .landB1 h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .landB1 h1 {
    font-size: 36px;
    font-weight: 700;
  }

  .landB1 p {
    margin-bottom: 150px;
  }

  .landB1 img {
    position: absolute !important;
    z-index: 1 !important;
    top: 65%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin: 0;
    width: 400px;
  }

  .landB3 {
    padding: 70px 0 120px;
  }

  .landB3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 90px;
    height: 210px;
    background-image: url("../img/tree-shape.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .landB3__right h2 {
    text-align: center;
  }

  .landB3__right h3 {
    margin-bottom: 15px;
  }

  .landB3__right p {
    margin-bottom: 40px;
  }

  .landB3__right .li {
    margin-bottom: 15px;
  }

  .landB4 .container {
    padding: 35px 0;
  }

  .landB4 h2 {
    margin-bottom: 35px;
  }

  .landB4__box {
    width: 100% !important;
  }

  .landB4__box img {
    width: 180px;
    height: 190px;
    margin-bottom: 30px;
  }

  .landB4__box h3 {
    margin-bottom: 10px;
  }

  .landB5 {
    padding: 40px 0;
  }

  .landB5 .slick-slide {
    padding: 10px;
  }

  .landB5__box {
    padding: 20px 15px 30px;
  }

  .landB5__box .cat {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

  .landB5__box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .landB5__box h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  .landB5__box p {
    margin-bottom: 30px;
    text-align: center;
  }

  .landB5__box .btn-y-b {
    margin: 0 auto;
  }

  .landB6 {
    padding: 100px 0;
    background-attachment: unset;
  }

  .landB7 h2 {
    margin-bottom: 10px;
  }

  .header .container {
    padding: 10px 0;
  }

  .header__logo {
    width: 105px;
  }

  .header__logo.big {
    width: 105px;
  }

  .footer__main .container {
    flex-direction: column;
  }

  .footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .secFind__form {
    padding: 2px;
  }

  .treeCard__mainInfo .photos .scroll-photo {
    padding: 15px;
  }

  .treeCard__mainInfo .photos h2 {
    display: none;
  }

  .treeCard__mainInfo .photos img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 630px) {
  .landB1 img {
    width: 560px;
    right: -230px;
    bottom: 0;
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 600px) {
  .secFind {
    background-image: url("../img/bg_mobile.jpg") !important;
  }
}

@media screen and (max-width: 550px) {
  .container {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 520px) {
  .landB1 .txt {
    max-width: unset;
    margin-right: 0;
  }

  .landB1 p {
    min-width: 300px;
  }

  .landB1 .btn-y-g {
    width: 100%;
  }

  .header__btn {
    display: none;
  }

  .header__logo img {
    right: unset;
  }
}

@media screen and (max-width: 500px) {
  .footer__bottom p {
    margin-bottom: 10px;
  }

  .footer__bottom p:last-child {
    margin-bottom: 0;
  }

  .footer__menu ul {
    flex-direction: column;
  }

  .footer__menu li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .secFind .container {
    padding-top: 80px;
  }

  .secFind h1 {
    font-size: 36px;
  }

  .secFind__form-input {
    padding: 5px 20px;
  }

  .secFind__form-btn {
    padding: 10px 40px;
  }

  .secFind__description {
    font-size: 18px;
    max-width: 300px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 400px) {
  .treeCard__mainInfo .btns .btn-y-g {
    min-width: unset;
  }
}

@media screen and (max-width: 360px) {
  .footer__bottom .container {
    flex-direction: column;
  }
}


/*--------------------------

          AUTH

---------------------------*/

.auth-login {
  display: flex;
  flex: 1;
  /*background-image: url("../img/auth-login-bg.png");*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: right top;*/
  /*position: relative;*/
  /*padding-top: 100px;*/
  /*padding-bottom: 100px;*/
  height: 100vh;
}

.auth-login > div {
  flex: 50%;
}

header.auth {
  margin-top: 20px;
}

.auth-login .bg-col {
  display: flex;
  justify-content: flex-start;
  background-color:#EEFCEB;
}

.auth-login .bg-col img {
  width: unset !important;
  margin-left:calc(0.25 * -960px);;
  max-height: 900px;
  max-width: 960px;
  margin-right: unset;
  z-index: 1;
  position: absolute;
}

.auth-login .form-col {
  display: flex;
  justify-content: flex-end;

  margin-top:40px;
  margin-left: 50px;
  z-index: 10;
}

.auth-login .form-col .header__logo {
  margin-bottom: 30px;
}

.auth-login .form-col .form-container {
  max-width: 620px;
  width: 100%;
  /*margin-top: 15px;*/
}

.auth-login .bg-col .header-login,
.auth-login .form-col #forgot_password .header-login{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 620px;
  margin-top: 50px;
  /*position: absolute;*/
  width: 100%;
  z-index: 2;

}

.header-login .account, #forgot_password .account {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-right: 20px;
}

.header-login .login_button,
#forgot_password .login_button{
  color: #FACA04;
}

.header-login .login_button:hover,
#forgot_password .login_button:hover{
  color: #000000;
}


.auth-login h2 {
  color: #000000;
  font-weight: 800;
}
.auth-login p, #confirmation .text {
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: normal;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #000000;
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

label.terms-error::before{
  border: 1px solid red !important;
}

label.terms-error{
  color: red;
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
  border-color: #FACA04;
}

.custom-checkbox:not(:disabled):active+label::before {
  /*background-color: #b3d7ff;*/
  /*border-color: #b3d7ff;*/
}

.custom-checkbox:focus+label::before {
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.custom-checkbox:focus:not(:checked)+label::before {
  border-color: rgba(0, 0, 0, 0.2);
}

.custom-checkbox:checked+label::before {
  border-color: #FACA04;
  background-color: #FACA04;
  background-image: url("../img/checkmark.svg");
  background-size: 14px;
}

.custom-checkbox:disabled+label::before {
  background-color: #e9ecef;
}

.checkbox {
  margin-bottom: 1em;
}


/*--------------------------

          PROFILE NAV

---------------------------*/


.header .profile.icon{
  position: relative;
  margin-left: 20px;
  z-index: 4;
}

.header .profile .profile_dd{
  position: absolute;
  top: 48px;
  right: 0;
  user-select: none;
  width: 350px;
  height: auto;
  /*display: none;*/
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  box-shadow: 0px 4px 6px 1px rgba(102, 102, 102, 0.25);
  border-radius: 6px;
  transition: visibility 1s, opacity 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
}

.header .profile .profile_dd:before{
  /*content: "";*/
  /*position: absolute;*/
  /*top: -20px;*/
  /*right: 15px;*/
  /*border: 10px solid;*/
  /*border-color: transparent transparent #fff transparent;*/
}

.header .profile .icon_wrap{
  display: flex;
  align-items: center;
  position: absolute;
  top: -23px;
  right: 10%;
  cursor: pointer;
}

.profile.icon.active .image {
  border: none;
}


.header .profile .name{
  display: inline-block;
  margin: 0 10px;
}


.header .icon_wrap:hover,
.header .profile.active .icon_wrap{
  color: #3b80f9;
}

.header .profile .profile_dd{
  width: 190px;
}
.header .profile .profile_dd:before{
  rigth: 10px;
}

.header .profile .profile_dd ul li {
  /*border-bottom: 1px solid #f1f2f4;*/
  padding: 12px 0px;
}

.header .profile .profile_dd ul li  a,
.header .profile .profile_dd ul li  span{
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.header .profile .profile_dd ul li  a .picon{
  display: inline-block;
  width: 30px;
}

.header .profile .profile_dd ul li  a:hover{
  color: #FACA04;
  /*background: #f0f5ff;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header .profile .profile_dd ul li.profile_li a:hover {
  background: transparent;
  cursor: default;
  color: #FACA04;
}

.header .profile .profile_dd ul li .btn{
  height: 32px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  background: #3b80f9;
  width: 125px;
  margin: 5px auto 15px;
}

.header .profile .profile_dd ul li .btn:hover{
  /*background: #6593e4;*/
}

.header .profile.active .profile_dd{
  display: block;
  opacity: 1;
  visibility: visible;
}

.header .profile .image{
  width: 36px;
  height: 36px;
  border: 2px solid #FACA04;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.header .profile .image.default {
  border: none;
}

.header .profile_dd ul {
  padding: 4px 28px;
}

.header .profile_li .profile{
  color: rgba(0, 0, 0, 0.5);
}

.header .profile_li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
}


.header .profile_ul .cart {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.ntfn-counter {
  color: #ffffff;
  background-color: #FACA04;
  border-radius: 10px;
  padding: 4px 6px;
  height: 20px;
}
