/*======== layout ========*/
* {
  box-sizing: border-box;
}

.container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row + .row {
  margin-top: 1rem;
}

[class^="col-"] {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 450px) {
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}

/* common */
.text-center {
  text-align: center;
}

.text-left {
  text-align-last: left;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
  font-family: "Ubuntu", sans-serif;
}

p {
  margin: 0;
  margin-bottom: 12px;
}

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

* {
  outline: none !important;
}

/*======== style ========*/
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  color: #374151;
}

main {
  max-width: 1216px;
  width: 100%;
  margin: auto;
}

h1 {
  font-size: 48px;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 24px;
}

h2 {
  font-size: 40px;
  line-height: 1.3em;
  color: #042a1f;
  margin-bottom: 44px;
}

.green {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #bddc49;
}

h3 {
  font-size: 24px;
  line-height: 150%;
  color: #042a1f;
}

.card--info h3 {
  color: #374151;
}

.green-box {
  display: table;
  background: #bddc49;
  border-radius: 4px;
}

.green-line {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.green-line:before {
  position: absolute;
  content: "";
  background: #bddc49;
  display: block;
  height: 8px;
  border-radius: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 9px;
  z-index: -1;
}

.btn {
  display: inline-block;
  height: 44px;
  border-radius: 44px;
  padding: 12px 24px;

  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  transition: 0.3s ease-in;

  border: none;
}

.btn--white {
  background: #ffffff;
  color: #042a1f;
}

.btn--green {
  background: #042a1f;
  color: #bddc49;
}

.btn--submit {
  background: #bddc49;
  color: #042a1f;
}

.btn:hover {
  background: #bddc49;
  color: #042a1f;
}

.btn--submit:hover {
  background: #ffffff;
  color: #042a1f;
}

.btn--arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.btn--arrow svg {
  margin-left: 12px;
}

.btn--arrow:hover {
  color: #bddc49;
  background: none;
}

.btn--arrow svg path {
  transition: 0.3s ease-in;
}

/* .btn--arrow:hover svg path{
  fill: #fff;
} */

.section-hero {
  background-color: #042a1f;
  border-radius: 16px;
  min-height: 660px;
  position: relative;
  color: #e5e5e5;
}

.section-contacts {
  background-color: #042a1f;
  border-radius: 16px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hero:before,
.section-contacts:before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(../img/bear-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 60px;
  right: 60px;
  top: 40px;
  bottom: 40px;
  z-index: 0;
}

.section-hero .container,
.section-contacts .container {
  position: relative;
  z-index: 1;
}

.section-hero .text-col {
  padding: 17vh 16px;
  min-height: 660px;
}

.section-hero .text {
  max-width: 592px;
  font-size: 24px;
  line-height: 1.42em;
}

.section-hero .img-wrap {
  height: 100%;
  position: relative;
}

.section-hero .img-wrap img {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: bottom;
}

.section {
  margin-bottom: 160px;
}

.btns-wrap {
  margin-top: 44px;
}

.btns-wrap .btn {
  margin-right: 24px;
}

.section--grey {
  background: #f4f6f8;
  border-radius: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--grey h2 {
  max-width: 696px;
  margin-left: auto;
  margin-right: auto;
}

.container--small {
  max-width: 1104px;
}

.container--medium {
  max-width: 1184px;
}

.card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
}

.card--info {
  padding: 24px;
}

.section-4-card .row + .row {
  margin-top: 2rem;
}

.text hr {
  margin: 24px 0;
}

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

.text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.text ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url(../img/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 12px;
}

.section-info h2 {
  max-width: 492px;
}

.section-center .btn {
  margin-top: 44px;
}

.section-center .bg-top {
  background-image: url(../img/pazzle-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-center .bg-bottom {
  background-image: url(../img/lamb-right.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-contacts h2 {
  color: #fff;
}

.section-contacts .bg-left {
  background-image: url(../img/people.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-contacts .bg-right {
  background-image: url(../img/hands.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

.inp {
  width: 100%;
  height: 52px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #bddc49;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  padding: 0 21px;
}

.textarea {
  resize: none;
  height: 128px;
  padding: 12px 21px;
  margin-bottom: 44px;
}

.inp::placeholder {
  color: #333333;
}

.form-wrap {
  max-width: 382px;
  margin: auto;
}

.footer-text {
  max-width: 505px;
  margin: 0 auto 80px;
}

.footer-link {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  width: auto;
}

.footer-link svg {
  margin-right: 12px;
}

.footer-contacts {
  margin-left: auto;
  display: table;
}

footer hr {
  margin-top: 56px;
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 12px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .desktop--hide {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .mobile--hide {
    display: none !important;
  }
}

header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

header ul li {
  margin: 0 12px;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #042a1f;
  border-radius: 2px;
}

header .socials li {
  margin: 0 6px;
}

header .socials {
  justify-content: flex-end;
}

header nav ul:first-child a:hover {
  font-weight: 600;
}

header nav ul:first-child a {
  position: relative;
  color: #374151;
}

header nav ul:first-child a:hover:before {
  position: absolute;
  content: "";
  background: #bddc49;
  display: block;
  height: 8px;
  border-radius: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
}

header .row {
  height: 80px;
  align-items: center;
}

.btn--menu {
  width: 60px;
  height: 45px;
  border: none;
  background: transparent;
  margin-left: auto;
  display: block;
}

#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg) scale(0.5);
  -moz-transform: rotate(0deg) scale(0.5);
  -o-transform: rotate(0deg) scale(0.5);
  transform: rotate(0deg) scale(0.5);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #042a1f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1200px) {
  .card--info {
    padding: 32px 16px;
  }

  .card--info h3 {
    font-size: 22px;
  }

  header ul li {
    font-size: 14px;
  }
}

.card--info {
  padding: 24px;
  min-height: 216px;
  position: relative;
  cursor: pointer;
}

.card--info p {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

.hover.card--info p {
  display: block;
}

/* .card--info:hover p {
    display: block;
  } */

/* .card--info:hover .img-wrap {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    bottom: 24px;
  } */

.hover.card--info .img-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.1;
}

@media (max-width: 1023px) {
  header nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    background: #bddc49;
    z-index: 999999999;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 20px;
  }

  header nav.open {
    display: flex;
  }

  nav ul:first-child {
    display: block;
  }

  nav .menu li {
    margin-bottom: 12px;
  }

  nav .menu .menu__link {
    font-size: 22px;
  }

  .overflow--hidden {
    overflow: hidden;
    height: 100vh;
  }

  .section-4-card .col-lg-3 {
    margin-bottom: 32px;
  }

  .section-4-card .row + .row {
    margin-top: 0;
  }

  .footer-link {
    justify-content: center;
  }
  .footer-contacts {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .green-line:before {
    bottom: 4px;
  }

  .section-hero .text {
    font-size: 18px;
  }

  .btns-wrap .btn {
    margin-right: 5px;
  }

  .section-hero .text-col {
    padding: 60px 16px;
    min-height: unset;
  }

  .section-hero .img-wrap {
    height: unset;
    padding-top: 110%;
  }

  .section {
    margin-bottom: 80px;
  }

  .section-info .img-wrap {
    margin-top: 80px;
  }

  .bg-top,
  .bg-bottom {
    height: 80px;
  }

  .bg-top {
    margin-bottom: 20px;
  }

  .bg-bottom {
    margin-top: 20px;
  }

  .section-3-card .col-md-4:not(:last-child) {
    margin-bottom: 32px;
  }

  .section--grey,
  .section-contacts,
  .section-hero {
    border-radius: 0;
  }

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

  .footer-link {
    margin-bottom: 12px;
    justify-content: center;
  }

  .footer-contacts {
    /* margin-left: 0; */
    margin-top: 24px;
  }
}

.img-wrap img {
  max-width: 100%;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 20;
  display: none;
}

.modal-content {
  width: 100%;
  max-width: 570px;
  height: unset;
  min-height: 216px;
  position: absolute;
  background: #bddc49;
  border-radius: 16px;
  padding: 40px;

  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

.modal-close {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: none;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modal-content h2 {
  color: #fff;
  margin-bottom: 0;
}
.modal-content .green {
  color: #042a1f;
}
.modal-content .green-line:before {
  background: #042a1f;
  bottom: 7px;
}

.custom-container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.custom-container h1 {
  color: #042a1f;
  margin-top: 80px;
  margin-bottom: 50px;
}
.custom-container h3 {
  margin-bottom: 20px;
}
.custom-container p {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
}
.custom-container p:last-child {
  margin-bottom: 0px;
}
.custom-container .privacy-content {
  margin-bottom: 80px;
}
.custom-container b {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5;
  color: #374151;
}

@media (max-width: 775px) {
  .privacy-main-title {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
  .custom-container p {
    margin-bottom: 20px;
  }
  .custom-container .privacy-content {
    margin-bottom: 40px;
  }
}

/* card-hover___Start */

.card.border {
  position: relative;
  color: #bddc49;
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
}

.card.border:after,
.card.border:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-radius: 8px;
  width: 0;
  height: 0;
}

.card.border:after {
  top: 0;
  left: 0;
  -webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
    height 0.2s ease-in 0.4s;
  -o-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
    height 0.2s ease-in 0.4s;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s,
    height 0.2s ease-in 0.4s;
}

.card.border:before {
  bottom: 0;
  right: 0;
  -webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
    height 0.2s ease-in;
  -o-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
    height 0.2s ease-in;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s,
    height 0.2s ease-in;
}

.card.border:hover:after,
.card.border:hover:before {
  width: 100%;
  height: 100%;
}

.card.border:hover:after {
  border-top-color: #bddc49;
  border-right-color: #bddc49;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  -o-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.card.border:hover:before {
  border-bottom-color: #bddc49;
  border-left-color: #bddc49;
  -webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s,
    height 0.2s ease-out 0.6s;
  -o-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s,
    height 0.2s ease-out 0.6s;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s,
    height 0.2s ease-out 0.6s;
}

/* card-hover___End */


/*---custom popup ----*/
/*--- popup ---*/
.form-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background-color: #374151;
    opacity: .95;
}
.form-popup-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 840px;
    padding: 24px;
    background: #042a1f;
    border-radius: 5px;
    color: #fff;
    padding: 60px 50px;
}
.form-popup-wrap h2{
    font-size: 35px;
    text-align: left;
    margin-bottom: 20px;
}
.close{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.form-popup-wrap p{
    font-size: 16px;
    line-height: 24px;
}

@media(max-width:700px){
    .form-popup-wrap{
        width: 80%;
        padding: 50px 20px;
    }
    .form-popup-wrap h2{
        font-size: 28px;
    }
    .close{
        top: 10px;
        right: 14px;
    }
    .form-popup-wrap{
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translate(-50%, 0%);
        width: 100%;
        max-width: 840px;
        padding: 24px;
        background: #042a1f;
        border-radius: 5px;
        color: #fff;
        padding: 60px 30px;
    }
}

.form-popup{
    display: none;
}
.form-active{
    display: block !important;
    overflow-y: scroll;
}
.lock{
    overflow: hidden;
}
.service-card > span{
    cursor: pointer;
}
.popup1, .popup2{
    cursor: pointer;
}