@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Onest:wght@100..900&display=swap");
@media screen and (max-width: 414px) {
  /*---comments-all start---*/
  .box2 {
    background: red;
  }
  /*---comments-all end---*/
}
/*-----fonts-start----*/
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*-----fonts-end----*/
/*-----base-start----*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: "Involve", sans-serif;
  color: #121212;
  font-size: 15px;
  min-width: 340px;
  min-height: 640px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  background-color: #ffffff;
}

a {
  color: inherit;
  display: inline-block;
}

p {
  margin: 0 0 30px;
}

.ln,
.ln li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-disk {
  padding: 0;
}
.custom-disk li {
  padding: 0;
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.custom-disk li:before {
  content: "";
  width: 4px;
  position: absolute;
  height: 4px;
  left: 0;
  top: 8px;
  background: #121212;
  border-radius: 100%;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.vertical-align * {
  margin: auto 0;
}

.img-cover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.img-cover img {
  visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #121212;
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: 96px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

@media (max-width: 820px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  body {
    font-size: 14px;
  }
}
/*-----base-end----*/
/*-----content-start----*/
.wow {
  visibility: hidden;
}

#scroll-container {
  overflow: hidden;
}

.main-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 0 20px;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
.main-grid .main-grid {
  padding: 0;
}

.main-full {
  padding: 0 20px;
  max-width: 1360px;
  margin: 0 auto;
}

section {
  padding: 130px 0 0px;
  position: relative;
  overflow: hidden;
}

.stub-section {
  height: 130px;
}

.head-section {
  margin-bottom: 59px;
}
.head-section h2 {
  color: #ACACAC;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: -0.6px;
}
.head-section h3 {
  font-size: 30px;
  font-weight: 500;
  max-width: 1170px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.breadcrumbs {
  font-size: 14px;
  padding: 8px 8px;
  color: #ACACAC;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  margin-top: 8px;
}
.breadcrumbs em {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130%;
  background-image: url("../images/arrows/carret-right-gray.svg");
  vertical-align: middle;
}
.breadcrumbs a {
  text-decoration: none;
  color: #121212;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  vertical-align: middle;
  margin: 0 5px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}

.content {
  position: relative;
  min-height: calc(100vh - 300px);
}
.content h1 {
  padding: 10px 0 30px;
}
.content img {
  max-width: 100%;
}

.section-stub {
  height: 75px;
}

@media (max-width: 820px) {
  .head-section {
    margin-bottom: 35px;
  }
  .head-section h2 {
    margin-bottom: 7px;
  }
  .head-section h3 {
    font-size: 24px;
    line-height: 1.24;
  }
  section {
    padding: 60px 0 0px;
  }
}
@media (max-width: 576px) {
  .stub-section {
    height: 30px;
  }
  .main-full,
  .main-grid {
    padding: 0 15px;
  }
}
/*-----default-content-end----*/
/*-----elements-start----*/
.tag {
  background-color: #ACACAC;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  padding: 0 14px;
  margin: 0 8px 15px 0;
  text-decoration: none;
}
.tag:hover {
  background-color: #C19F56;
  color: #ffffff;
}

.link {
  font-weight: 700;
  font-size: 15px;
  color: #14143C;
  text-decoration: none;
}
.link:hover {
  color: #C19F56;
}

.phone-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/phone-black.svg");
}

.mail-ico {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/mail-black.svg");
}

.marker-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}

.date-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/calendar-black.svg");
}

.time-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/time-black.svg");
}

.view-ico {
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/view-black.svg");
}

.btn {
  background: none;
  text-decoration: none;
  border: 1px solid;
  border-color: #ffffff;
  color: #121212;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 12px 14px 13px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  width: 160px;
  text-transform: uppercase;
  line-height: 1.467;
  letter-spacing: -0.55px;
}
.btn i, .btn em {
  font-style: normal;
}
.btn:hover {
  background-color: #121212;
  border-color: #121212;
  color: #ffffff;
}

.btn--green {
  background-color: #2D5128;
  border-color: #2D5128;
  color: #ffffff;
}
.btn--green:hover {
  background: #659A35;
  color: #ffffff;
  border-color: #659A35;
}

/*pagination page start*/
.pagination {
  text-align: center;
  margin: 45px 0 45px;
  position: relative;
  z-index: 2;
}
.pagination a, .pagination span {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  line-height: 27px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 6px;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
  color: #ACACAC;
  cursor: pointer;
}
.pagination a:hover {
  color: #C19F56;
  border-color: #C19F56;
}
.pagination span {
  background-color: #C19F56;
  color: #ffffff;
}
.pagination.selected {
  color: #ffffff;
  background-color: #C19F56;
}
.pagination .prev,
.pagination .next {
  background-size: 100%;
  font-size: 0;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: 0;
  visibility: hidden;
}
.pagination .prev {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-left-gray.svg");
}
.pagination .prev:hover {
  background-color: #C19F56;
  background-image: url("../images/arrows/carret-left-white.svg");
}
.pagination .next {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/carret-right-gray.svg");
}
.pagination .next:hover {
  background-color: #C19F56;
  background-image: url("../images/arrows/carret-right-white.svg");
}

/*pagination page end*/
.close-btn {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url("../images/icons/close-white.svg");
  cursor: pointer;
}
.close-btn:hover {
  opacity: 0.9;
}

.hamburger-btn {
  cursor: pointer;
  border: 1px solid #2D5128;
  border-radius: 5px;
  font-size: 10px;
  padding: 2px 3px 2px 12px;
  width: 69px;
  text-transform: uppercase;
  margin-left: auto;
  line-height: 1;
}
.hamburger-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 18px;
  background-position: 0px 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/hamburger-black.svg");
  margin-left: 1px;
}
.hamburger-btn i, .hamburger-btn span {
  vertical-align: middle;
}
.hamburger-btn:hover {
  background-color: #2D5128;
  color: #ffffff;
}
.hamburger-btn:hover i {
  background-image: url("../images/icons/hamburger-white.svg");
}

.phone-btn {
  border-color: #121212;
  cursor: pointer;
  padding: 6px 13px;
}
.phone-btn i, .phone-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.phone-btn i {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/phone-black.svg");
}
.phone-btn:hover {
  color: #ffffff;
}
.phone-btn:hover i {
  background-image: url("../images/icons/phone-white.svg");
}

.mail-btn {
  border-color: #121212;
  cursor: pointer;
  padding: 4px 13px;
}
.mail-btn i, .mail-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mail-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/mail-black.svg");
}
.mail-btn:hover {
  color: #C19F56;
}

.marker-btn {
  border-color: #121212;
  cursor: pointer;
  padding: 4px 13px;
}
.marker-btn i, .marker-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.marker-btn i {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/marker-black.svg");
}
.marker-btn:hover {
  color: #C19F56;
}

/* next,prev-btn */
.prev-btn,
.next-btn {
  cursor: pointer;
  padding: 6px 13px;
}
.prev-btn i, .prev-btn span,
.next-btn i,
.next-btn span {
  display: inline-block;
  vertical-align: middle;
}
.prev-btn i,
.next-btn i {
  margin-left: 15px;
  margin-right: 15px;
}
.prev-btn:hover,
.next-btn:hover {
  color: #ACACAC;
}
.prev-btn.btn,
.next-btn.btn {
  border-color: #121212;
}

.prev-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-left-black.svg");
}
.prev-btn.btn i {
  margin-left: -15px;
}
.prev-btn.btn:hover {
  color: #ffffff;
}
.prev-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-left-white.svg");
}

.next-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/arrows/arrow-right-black.svg");
}
.next-btn.btn i {
  margin-right: -15px;
}
.next-btn.btn:hover {
  color: #ffffff;
}
.next-btn.btn:hover i {
  background-image: url("../images/arrows/arrow-right-white.svg");
}

/* next,prev-btn */
.video-btn {
  cursor: pointer;
}
.video-btn span {
  border-radius: 100%;
  width: 76px;
  position: absolute;
  height: 76px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 2px solid #ffffff;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn i {
  border-radius: 100%;
  width: 54px;
  position: absolute;
  height: 54px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  background-image: url("../images/icons/play-white.svg");
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.video-btn:hover span {
  width: 80px;
  height: 80px;
}
.video-btn:hover i {
  width: 50px;
  height: 50px;
}

.mouse-down-btn {
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid #C19F56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 0 auto;
}
.mouse-down-btn .dot {
  margin: 2px auto 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #C19F56;
  -webkit-animation: dotMove 2s ease-in-out forwards infinite;
          animation: dotMove 2s ease-in-out forwards infinite;
}

@-webkit-keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes dotMove {
  0% {
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.social {
  vertical-align: middle;
  margin-bottom: 125px;
}
.social a {
  display: block;
  margin: 0 0 12px;
  position: relative;
  font-size: 25px;
  letter-spacing: -0.5px;
}
.social a::first-letter {
  text-transform: uppercase;
}
.social a:hover {
  color: #2D5128;
}

.preloader-container {
  position: relative;
  height: 120px;
}

.preloader {
  overflow: hidden;
  border-radius: 50%;
  background: #14143C;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #14143C), color-stop(42%, rgba(101, 171, 248, 0)));
  background: linear-gradient(to right, #14143C 10%, rgba(101, 171, 248, 0) 42%);
  -webkit-animation: loadAnimate 1.4s infinite linear;
          animation: loadAnimate 1.4s infinite linear;
  width: 30px;
  position: absolute;
  height: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(0%) translateY(0%) translateZ(0);
          transform: translateX(0%) translateY(0%) translateZ(0);
  margin-left: -15px;
  margin-top: -15px;
}
.preloader:before {
  width: 50%;
  height: 50%;
  background: #14143C;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.preloader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadAnimate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-----elements-end----*/
/*-----grid-start----*/
.col-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.col-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.col-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.col-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.col-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.col-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.col-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.col-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.col-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.col-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.col-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.col-12 {
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

@media (max-width: 1680px) {
  .col-xxl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xxl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xxl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xxl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xxl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xxl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xxl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xxl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xxl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xxl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xxl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xxl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1440px) {
  .col-xl-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xl-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xl-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xl-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xl-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xl-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xl-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xl-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xl-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xl-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xl-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xl-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 1280px) {
  .col-lg-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-lg-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-lg-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-lg-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-lg-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-lg-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-lg-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-lg-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-lg-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-lg-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-lg-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-lg-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-md-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-md-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-md-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-md-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-md-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-md-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-md-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-md-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-md-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-md-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-md-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 820px) {
  .col-sm-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-sm-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-sm-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-sm-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-sm-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-sm-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-sm-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-sm-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-sm-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-sm-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-sm-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-sm-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
@media (max-width: 576px) {
  .col-xs-1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .col-xs-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .col-xs-3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .col-xs-4 {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
  .col-xs-5 {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
  .col-xs-6 {
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
  .col-xs-7 {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
  }
  .col-xs-8 {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .col-xs-9 {
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }
  .col-xs-10 {
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }
  .col-xs-11 {
    -ms-grid-column-span: 11;
    grid-column-end: span 11;
  }
  .col-xs-12 {
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }
}
.col-offset-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-offset-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-offset-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-offset-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-offset-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-offset-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-offset-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-offset-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-offset-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-offset-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-offset-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-offset-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

@media (max-width: 1680px) {
  .col-offset-xxl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xxl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xxl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xxl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xxl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xxl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xxl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xxl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xxl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xxl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xxl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xxl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1440px) {
  .col-offset-xl-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xl-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xl-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xl-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xl-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xl-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xl-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xl-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xl-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xl-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xl-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xl-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 1280px) {
  .col-offset-lg-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-lg-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-lg-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-lg-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-lg-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-lg-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-lg-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-lg-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-lg-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-lg-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-lg-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-lg-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 992px) {
  .col-offset-md-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-md-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-md-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-md-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-md-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-md-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-md-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-md-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-md-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-md-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-md-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-md-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 820px) {
  .col-offset-sm-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-sm-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-sm-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-sm-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-sm-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-sm-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-sm-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-sm-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-sm-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-sm-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-sm-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-sm-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
@media (max-width: 576px) {
  .col-offset-xs-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .col-offset-xs-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .col-offset-xs-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .col-offset-xs-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .col-offset-xs-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .col-offset-xs-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .col-offset-xs-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .col-offset-xs-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .col-offset-xs-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .col-offset-xs-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .col-offset-xs-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .col-offset-xs-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
}
.hidden {
  display: none;
}

@media (min-width: 1440px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 821px) and (max-width: 992px) {
  .hidden-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 820px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/*-----grid-end----*/
/*-----forms-start----*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.input-decorate,
.custom-select,
.file-decorate {
  padding: 15px 0;
  border: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  resize: none;
  width: 100%;
  background: none;
  color: #121212;
  border-bottom: 1px solid #ACACAC;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  background-color: #ffffff;
}
.input-decorate:focus,
.custom-select:focus,
.file-decorate:focus {
  outline: 0;
  border-color: #2D5128;
}
.input-decorate::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder, .file-decorate::-webkit-input-placeholder {
  color: #ACACAC;
}
.input-decorate::-moz-placeholder, .custom-select::-moz-placeholder, .file-decorate::-moz-placeholder {
  color: #ACACAC;
}
.input-decorate:-ms-input-placeholder, .custom-select:-ms-input-placeholder, .file-decorate:-ms-input-placeholder {
  color: #ACACAC;
}
.input-decorate::-ms-input-placeholder, .custom-select::-ms-input-placeholder, .file-decorate::-ms-input-placeholder {
  color: #ACACAC;
}
.input-decorate::placeholder,
.custom-select::placeholder,
.file-decorate::placeholder {
  color: #ACACAC;
}

.file-decorate-error span,
.input-error {
  border-color: #ed1834;
}

.mail-error {
  border-color: #fba72a;
}

.error-hint {
  color: #ed1834;
  margin-top: 2px;
}

.input-box {
  margin: 0 0 15px;
}

.agreement-box {
  text-align: right;
}
.agreement-box .wpcf7-acceptance {
  display: inline-block;
}

/*-custom-select-*/
.custom-select {
  cursor: pointer;
  position: relative;
}
.custom-select input {
  width: 0;
  position: absolute;
  height: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}
.custom-select ul {
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  border: 1px solid #121212;
  margin-left: -1px;
  width: calc(100% + 2px);
  max-height: 180px;
  border-top: 0;
}
.custom-select ul li {
  padding: 5px 14px;
  cursor: pointer;
  -webkit-transition: ease-out 0.25s;
  transition: ease-out 0.25s;
}
.custom-select ul li.hide-selected {
  display: none;
}
.custom-select ul li:hover {
  background: #E2E2E2;
}
.custom-select.active {
  z-index: 3;
}
.custom-select.active ul {
  visibility: visible;
  opacity: 1;
}
.custom-select.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.custom-select span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.custom-select i {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  background-image: url("../images/arrows/carret-down-gray.svg");
  width: 36px;
  position: absolute;
  height: 36px;
  z-index: 2;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-custom-select-*/
/*-file-upload-*/
.file-input-item {
  position: relative;
  margin-top: 30px;
}
.file-input-item:first-child {
  margin-top: 0;
}

.input-file {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.file-decorate {
  cursor: pointer;
}
.file-decorate span {
  display: block;
  width: 100%;
  padding-left: 30px;
}
.file-decorate span::before {
  content: "";
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url("../images/icons/download-black.svg");
}
.file-decorate i {
  width: 30px;
  position: absolute;
  height: 30px;
  z-index: 2;
  right: 8px;
  top: 12px;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("../images/icons/trash-black.svg");
  border-radius: 100%;
  cursor: pointer;
}
.file-decorate i:hover {
  background-color: #ACACAC;
  background-image: url("../images/icons/trash-white.svg");
}

.file-decorate-full i {
  display: block;
}

.hiddened-file {
  opacity: 0;
}

.notice-file {
  position: absolute;
  right: 0;
  top: -30px;
  display: none;
}
.notice-file em {
  font-style: normal;
}
.notice-file i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/warning-black.svg");
  margin-left: 15px;
}

.notice-file--show {
  display: block;
}

/*-checkbox-start-*/
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  padding: 5px;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.checkbox:last-child,
.radio:last-child {
  margin-right: 0;
}
.checkbox input,
.radio input {
  margin: 0;
  width: 30px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox input:checked ~ span,
.radio input:checked ~ span {
  background-color: #14143C;
  border-color: #14143C;
}
.checkbox input:checked ~ span:after,
.radio input:checked ~ span:after {
  display: block;
}
.checkbox span,
.radio span {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0px;
  top: 5px;
  border: 1px solid #ACACAC;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox span:after,
.radio span:after {
  content: "";
  width: 10px;
  position: absolute;
  height: 10px;
  left: 4px;
  top: 4px;
  background-color: #ffffff;
  border-radius: 100%;
  display: none;
}

.agreement span {
  width: 21px;
  position: absolute;
  height: 21px;
  left: 0px;
  top: 5px;
  background-color: #14143C;
  border-radius: 0%;
  border: 1px solid #ffffff;
}
.agreement span:after {
  content: "";
  background: none;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0%;
  top: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/agree-lite-white.svg");
}
.agreement input:checked ~ span {
  border-color: #ffffff;
}

/*-checkbox-wp-*/
.ico-field {
  position: relative;
}
.ico-field input {
  padding-left: 45px;
}
.ico-field i {
  width: 24px;
  position: absolute;
  height: 24px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

/* range-sliders */
.style-range-container {
  position: relative;
  height: 50px;
}
.style-range-container .slider-track {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #ffffff;
}
.style-range-container .range-num {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.style-range-container .range-num::before {
  content: "";
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0;
  top: -28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-color: #14143C;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.style-range-container input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  outline: none;
  background: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.style-range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

input[type=range]:active + .range-num {
  color: #C19F56;
}
input[type=range]:active + .range-num::before {
  border-color: #C19F56;
  background-color: #C19F56;
  -webkit-animation: useCircle 1s infinite;
          animation: useCircle 1s infinite;
}

@-webkit-keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes useCircle {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.range-sliders-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.range-sliders-input span {
  margin: auto 8px;
}
.range-sliders-input .input-decorate {
  border: 1px solid #E2E2E2;
  padding-left: 21px;
  padding-right: 12px;
}

.range-slider-second .slider-track {
  background-color: #E2E2E2;
  height: 4px;
  border-radius: 6px;
  margin-top: -2px;
}
.range-slider-second .slider-track-color {
  left: 25%;
  right: 75%;
  background-color: #C19F56;
  width: auto;
}
.range-slider-second input[type=range]::-webkit-slider-thumb {
  border: 1px solid #C19F56;
  background-color: #ffffff;
}

.hidden-input-irs {
  display: none;
}

.input-date-container {
  position: relative;
}
.input-date-container i {
  position: absolute;
  right: 0;
  top: 0;
  margin: 18px;
}

/*.wpcf7-form*/
.wpcf7-form-control-wrap {
  position: relative;
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-radio,
.wpcf7-checkbox,
.wpcf7-acceptance {
  position: relative;
  display: block;
  font-size: 15px;
}
.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  position: relative;
  padding-left: 30px;
}
.wpcf7-radio input,
.wpcf7-checkbox input,
.wpcf7-acceptance input {
  position: absolute;
  visibility: hidden;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  width: 20px;
  position: absolute;
  height: 20px;
  left: 0px;
  top: -1px;
  border: 1px solid #ACACAC;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "";
  background: none;
  width: 16px;
  position: absolute;
  height: 16px;
  left: 3px;
  top: 3px;
  background-color: #2D5128;
  border-radius: 100%;
  display: none;
}
.wpcf7-radio input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after,
.wpcf7-acceptance input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.wpcf7-acceptance {
  color: #ACACAC;
}
.wpcf7-acceptance a {
  color: #121212;
}
.wpcf7-acceptance a:hover {
  color: #2D5128;
}
.wpcf7-acceptance .wpcf7-list-item-label:before {
  border-radius: 0%;
}
.wpcf7-acceptance .wpcf7-list-item-label:after {
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/agree-lite-green.svg");
}

.wpcf7-spinner {
  background-color: #14143C;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.wpcf7-response-output {
  display: none !important;
}

.form-default .wpcf7 form .wpcf7-response-output {
  width: 420px;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  color: #121212;
  margin: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px;
}

.popup form .wpcf7-response-output {
  position: relative;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  font-size: 15px;
}

/*.wpcf7-form*/
/*wp comments*/
.comment-reply-title {
  display: none;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-notes {
  display: none;
}

/*wp comments*/
@media (max-width: 576px) {
  .wpcf7-acceptance .wpcf7-list-item {
    font-size: 10px;
  }
  .wpcf7-radio .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: -4px;
  }
  .wpcf7-radio .wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item-label:after, .wpcf7-acceptance .wpcf7-list-item-label:after {
    top: 0;
  }
}
/*-----forms-end----*/
/*-----blocks-start----*/
.stub {
  height: 39px;
}

header {
  width: 100%;
  position: fixed;
  height: auto;
  z-index: 3;
  left: 0;
  top: -50px;
  color: #121212;
  background-color: #ffffff;
  min-width: 320px;
  padding: 3px 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
header a {
  text-decoration: none;
}
header a:hover {
  color: #2D5128;
}

.loaded header {
  top: 0;
}

.logo {
  font-size: 0;
}
.logo img {
  width: 44px;
}

.nav-header {
  width: 100%;
  padding: 0 12px;
}
.nav-header ul {
  font-size: 15px;
  list-style: none;
  padding: 0;
}
.nav-header li {
  position: relative;
  display: inline-block;
  margin-right: 26px;
  cursor: pointer;
}
.nav-header li:hover {
  color: #2D5128;
}
.nav-header li:last-child {
  margin-right: 0;
}
.nav-header a {
  position: relative;
}

@media (max-width: 576px) {
  .logo img {
    width: 33px;
  }
  .stub {
    height: 39px;
  }
}
footer {
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #E9E9E9;
}
footer .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}
footer .footer-links {
  margin-top: auto;
  color: #727272;
  letter-spacing: -0.5px;
}
footer .footer-links a {
  color: inherit;
  margin-bottom: 5px;
}
footer .footer-links a:hover {
  color: #2D5128;
}
footer ul, footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #2D5128;
}
footer .logo {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  margin-bottom: 10px;
}
footer .logo img {
  max-width: 251px;
  width: 100%;
}
footer .logo-text {
  color: #727272;
  letter-spacing: -0.5px;
}
footer .social {
  margin-top: 15px;
}

.feedback-footer {
  border-left: 1px solid #E9E9E9;
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-left: -24px;
}

.phone-footer {
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: -1px;
}

.mail-footer {
  font-size: 25px;
  margin-bottom: 92px;
  letter-spacing: -0.8px;
}

.create-site {
  color: #727272;
  letter-spacing: -0.5px;
}
.create-site a {
  color: #121212;
}
.create-site a:hover {
  color: #2D5128;
}

.address-container {
  padding-top: 25px;
  padding-left: 65px;
}
.address-container .address {
  font-size: 25px;
  letter-spacing: -0.7px;
  margin-bottom: 19px;
}

.work-time em {
  display: inline-block;
  line-height: 1.1;
  font-style: normal;
  color: #727272;
}
.work-time span {
  font-size: 25px;
  display: block;
  letter-spacing: -0.7px;
}

.footer-mobile {
  display: none;
}

@media (max-width: 1280px) {
  .address-container .address {
    font-size: 18px;
    width: auto;
  }
  .work-time span {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .phone-footer {
    font-size: 24px;
  }
  .mail-footer {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .footer-desktop {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  footer .logo-container {
    padding-bottom: 40px;
  }
  footer .main-grid {
    gap: 0;
  }
  footer .logo {
    padding-top: 20px;
  }
  footer .logo img {
    max-width: 115px;
  }
  footer .contacts-container {
    padding-left: 10px;
  }
  footer .social {
    margin: 0;
  }
  footer .social a {
    font-size: inherit;
    margin-bottom: 16px;
  }
  footer .address {
    margin-bottom: 6px;
    display: block;
    letter-spacing: -0.4px;
    line-height: 1.4;
  }
  .work-time em {
    font-size: 11px;
  }
  .work-time span {
    font-size: inherit;
  }
  .mail-footer {
    font-size: inherit;
    margin-bottom: 35px;
    letter-spacing: -0.4px;
  }
  .create-site {
    margin-top: 40px;
  }
  .feedback-footer {
    padding: 0;
    border: 0;
    margin: 26px 0 0;
  }
  .phone-footer {
    font-size: 24px;
    letter-spacing: -0.35px;
    margin: 0 0 12px;
  }
}
.map-home {
  height: 400px;
  position: relative;
}
.map-home #map {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

/* ====== ОСНОВНОЕ ====== */
.owl-lite-start {
  display: none;
}

.owl-lite {
  position: relative;
  width: 100%;
  /* max-width: 900px; */
  margin: 0 auto;
  overflow: hidden;
}

/* ====== ОБЛАСТЬ ПРОСМОТРА ====== */
.owl-lite-viewport {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

/* ====== ЛЕНТА СО СЛАЙДАМИ ====== */
.owl-lite-track {
  /* display: flex; */
  /* transition: transform 0.5s ease; */
  /* will-change: transform; */
  height: 100%;
  font-size: 0;
}

/* ====== СЛАЙД ====== */
.owl-lite-slide {
  /* flex: 0 0 100%; */
  /* каждый слайд занимает всю ширину */
  display: inline-block;
  height: inherit;
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.owl-lite-slide,
.owl-lite-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* отключаем выделение текста */
  pointer-events: auto;
  /* оставляем клики на кнопках */
  -webkit-user-drag: none;
  /* отключаем перетаскивание изображений в WebKit */
}

/* Картинка */
.owl-lite-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* ====== КНОПКИ (prev/next) ====== */
.owl-lite-controls {
  width: 100%;
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -24px;
}

.owl-lite-btn {
  width: 50px;
  position: absolute;
  height: 50px;
  left: auto;
  top: 0%;
  cursor: pointer;
  background-color: #E9E9E9;
  font-size: 0;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 15px;
}
.owl-lite-btn:hover {
  background-color: #2D5128;
  border-color: #2D5128;
}
.owl-lite-btn.prev {
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  background-image: url("../images/arrow-left-gray.svg");
}
.owl-lite-btn.prev:hover {
  background-image: url("../images/arrow-left-white.svg");
}
.owl-lite-btn.next {
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  background-image: url("../images/arrow-right-gray.svg");
}
.owl-lite-btn.next:hover {
  background-image: url("../images/arrow-right-white.svg");
}

/* ====== ТОЧКИ (пагинация) ====== */
.owl-lite-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 90px;
  width: 100%;
  left: 0;
  bottom: 15px;
}

.owl-lite-dot {
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  width: 27px;
  height: 27px;
  background: none;
  position: relative;
}
.owl-lite-dot::after {
  content: "";
  width: 5px;
  position: absolute;
  height: 5px;
  left: 50%;
  top: 50%;
  margin: -2px;
  background-color: #ACACAC;
  border-radius: 100%;
}
.owl-lite-dot::after:hover::after, .owl-lite-dot::after.active::after {
  background-color: #14143C;
}
.owl-lite-dot:hover, .owl-lite-dot.active {
  border-color: #14143C;
}

/*thumbs*/
.owl-lite-thumbs {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.owl-lite-thumbs.vertical {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ffffff;
}

.owl-lite-thumbs-vertical-container {
  padding-right: 180px;
}
.owl-lite-thumbs-vertical-container .owl-lite-controls {
  width: calc(100% - 180px);
}

.owl-lite-thumbs-track {
  height: 100%;
}

.owl-lite-thumb {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.owl-lite-thumb.active {
  opacity: 1;
}
.owl-lite-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*thumbs*/
.slider-section .arrow-stub {
  width: 170px;
}

.multy-slider , .multyple-slider{
  width: 100%;
  overflow: visible;
  padding-bottom: 45px;
}
.multy-slider .owl-lite-viewport , .multyple-slider .owl-lite-viewport{
  height: auto;
}
.multy-slider .owl-lite-controls , .multyple-slider .owl-lite-controls{
  width: 110px;
  top: -68px;
  left: auto;
  right: 0px;
  margin: 0;
}
.multy-slider .owl-lite-btn , .multyple-slider .owl-lite-btn{
  margin: 0;
}

@media (max-width: 820px) {
  .slider-section .head-section {
    padding-right: 90px;
  }
  .slider-section .lSAction {
    top: -76px;
  }
  .slider-section .btn {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .slider-section .head-section {
    padding-right: 0;
  }
}
/*-----popup-start----*/
/*-----popup-start----*/
.popup {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  padding: 15px;
}
.popup.show {
  opacity: 1;
  visibility: visible;
}
.popup h3, .popup h4 {
  color: inherit;
  text-transform: uppercase;
  font-weight: inherit;
}
.popup h3 {
  font-size: 55px;
}
.popup .btn {
  width: 100%;
}

.popup-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2D5128;
  opacity: 0.3;
}

.close-btn--popup {
  position: absolute;
  right: 0;
  top: 0;
  margin: 14px 17px;
}

.popup-container {
  position: relative;
  background-color: #ffffff;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  overflow-y: auto;
  max-height: 100%;
}

.popup-feedback h3 {
  font-size: 55px;
  padding: 0px 0 0 16px;
}
.popup-feedback .popup-container {
  max-width: 980px;
  padding: 20px 20px 6px;
}
.popup-feedback .form-img {
  height: 202px;
  position: relative;
  background-color: #121212;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
}
.popup-feedback .form-img-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/main-img.jpg");
  opacity: 0.5;
}
.popup-feedback .input-decorate {
  font-size: 20px;
}
.popup-feedback .popup-hint {
  color: #ACACAC;
  margin-bottom: 34px;
  margin-top: 14px;
  margin-left: 15px;
  line-height: 1.4;
}
.popup-feedback .popup-hint a {
  color: #121212;
}
.popup-feedback .popup-hint a:hover {
  color: #2D5128;
}
.popup-feedback .main-grid {
  padding: 0 17px;
  gap: 96px 72px;
}
.popup-feedback .form-btn-container {
  margin-top: 28px;
}
.popup-feedback .phone-mask {
  letter-spacing: 2.3px;
}
.popup-feedback .logo-popup {
  position: relative;
  z-index: 2;
  margin: auto 15px;
}
.popup-feedback .input-box-phone {
  position: relative;
}
.popup-feedback .input-box-phone::after {
  content: "+7";
  position: absolute;
  left: 0px;
  top: 16px;
  font-size: 20px;
  letter-spacing: 2.3px;
}

@media (max-width: 1280px) {
  .popup-feedback .main-grid {
    gap: 15px 72px;
  }
}
@media (max-width: 576px) {
  .popup h3 {
    font-size: 24px;
  }
  .popup-feedback .input-box-phone::after {
    font-size: 16px;
  }
  .popup-feedback .main-grid {
    gap: 0;
    padding: 0;
    margin-top: 49px;
  }
  .popup-feedback .popup-hint {
    margin: 9px 0 0;
    line-height: 1.3;
  }
  .popup-feedback .popup-hint-social {
    margin-top: 10px;
  }
  .popup-feedback .popup-container {
    padding: 8px 10px 6px;
  }
  .popup-feedback .form-img {
    height: 109px;
  }
  .popup-feedback .logo-popup {
    margin: auto 0px;
  }
  .popup-feedback .logo-popup img {
    width: 109px;
  }
  .popup-feedback .close-btn--popup {
    margin: 3px 8px;
    background-size: 34px;
  }
  .popup-feedback h3 {
    font-size: 30px;
    padding: 0;
  }
  .popup-feedback .input-decorate {
    font-size: 16px;
  }
  .popup-feedback .input-acceptance {
    margin-top: 39px;
  }
  .popup-feedback .form-btn-container {
    margin-top: 32px;
  }
  .popup-feedback .wpcf7-list-item-label {
    font-size: 12px;
  }
  .popup-feedback .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
}
.menu-mobile {
  padding: 0;
  display: block;
  z-index: 2;
}
.menu-mobile .popup-overlay {
  top: 40px;
}
.menu-mobile .popup-container {
  margin: 36px 0 0;
  border-radius: 0;
}
.menu-mobile ul, .menu-mobile li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-mobile li {
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 15px;
}

.preloader-popup {
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #ffffff;
  text-align: center;
  font-size: 48px;
  padding-top: 120px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.preloader-popup.loaded {
  opacity: 0;
  visibility: hidden;
}

.success-popup {
  background-color: #ffffff;
  padding: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: #121212;
  border-radius: 5px;
  font-size: 34px;
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 520px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.success-overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background-color: #2D5128;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.form-success .success-overlay {
  opacity: 0.5;
  visibility: visible;
}
.form-success .success-popup {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 576px) {
  .success-popup {
    max-width: 360px;
  }
}
/*-----blocks-start----*/
/*-----pages-start----*/
/*-----detail-start----*/
.detail-links {
  margin: 30px 0 15px;
}

.pricelist-section {
  padding: 95px 0 0;
}

.pricelist-list {
  margin: 0 auto 45px;
}
.pricelist-list li {
  border-top: 1px solid #E2E2E2;
  margin-top: -1px;
}
.pricelist-list h3 {
  font-size: 25px;
  font-weight: 500;
  cursor: pointer;
  width: 42%;
  letter-spacing: -0.8px;
}
.pricelist-list h3 span {display: inline-flex;}
.pricelist-list-img {
  width: 32px;
  height: 32px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 6px;
  flex-shrink: 0;
}
.pricelist-list h3:hover {
  color: #2D5128;
}

.pricelist-price {
  font-size: 25px;
  font-weight: 500;
  color: #ACACAC;
  width: 30%;
  position: relative;
  top: -2px;
}
.pricelist-price em {
  display: inline-block;
  font-style: normal;
  color: #121212;
  letter-spacing: -0.6px;
  margin-top: -1px;
  display: inline-block;
}

.pricelist-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}

.pricelist-more {
  height: 30px;
  margin-top: -13px;
}
.pricelist-more i,
.pricelist-more em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.pricelist-more em {
  width: 157px;
  text-align: left;
  letter-spacing: -0.5px;
}
.pricelist-more i {
  width: 90px;
  height: 45px;
  background-color: #ACACAC;
  border-radius: 30px;
  color: #ffffff;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.pricelist-more i:hover {
  background-color: #E2E2E2;
}
.pricelist-more span {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  display: inline-block;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/plus-white.svg");
}

.pricelist-list-body-container {
  border-top: 1px solid #E2E2E2;
}

.pricelist-list-item.active .pricelist-list-body {
  max-height: 300px;
  padding-top: 49px;
  padding-bottom: 49px;
}
.pricelist-list-item.active .pricelist-more i {
  background-color: #2D5128;
}
.pricelist-list-item.active .pricelist-more span {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}

.pricelist-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-height: 0;
  padding-bottom: 0px;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  overflow: hidden;
}
.pricelist-list-body .btn-container {
  text-align: right;
  width: 45%;
}
.pricelist-list-body .btn {
  width: 260px;
}

.pricelist-list-description {
  width: 55%;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .pricelist-list-item h3 {
    width: 190px;
    font-size: 20px;
  }
  .pricelist-list-item .pricelist-list-body {
    display: block;
  }
  .pricelist-list-item .btn-container {
    width: 100%;
    text-align: left;
  }
  .pricelist-more {
    margin-top: 3px;
  }
  .pricelist-more i {
    width: 55px;
    height: 27px;
    font-size: 28px;
    line-height: 23px;
    margin-right: 3px;
  }
  .pricelist-more em {
    display: none;
  }
  .pricelist-more span {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
  }
  .pricelist-list-item.active .pricelist-more span {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .pricelist-price {
    font-size: 14px;
    width: 64px;
    position: relative;
    top: -1px;
    margin-left: auto;
  }
  .pricelist-list-item.active .pricelist-list-body {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pricelist-list-description {
    font-size: 14px;
    width: 100%;
    margin-bottom: 24px;
  }
}
.simple-item {
  margin-bottom: 45px;
  position: relative;
}
.simple-item h3 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 45px 0 15px;
}
.simple-item h3:first-child {
  margin-top: 0;
}
.simple-item p {
  margin: 0 0 15px;
}
.simple-item .simple-item-text-container {
  position: relative;
}
.simple-item:last-child {
  margin-bottom: 0;
}

.simple-item-bg {
  width: calc(100% - 30px);
  position: absolute;
  height: 100%;
  left: 15px;
  top: 0;
  background-color: #E2E2E2;
}

.simple-item-img {
  position: relative;
}

.simple-item-text {
  padding: 60px;
}
.simple-item-text a:hover {
  color: #C19F56;
  text-decoration: none;
}

@media (max-width: 820px) {
  .simple-item-text {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .simple-item-text {
    padding: 30px;
  }
  .simple-item-img {
    -ms-grid-row: 1;
    grid-row: 1;
    height: 300px;
  }
}
.faq {
  padding-top: 100px;
}
.faq h3{
  max-width: 465px;
}
.faq .head-section {
  margin-bottom: 21px;
}

.faq-el-container {
  margin-left: -26px;
}

.faq-el {
  font-size: 14px;
  position: relative;
  padding-bottom: 50px;
  padding-left: 26px;
  background-color: #E2E2E2;
  margin-bottom: 15px;
  border-radius: 5px;
}

.faq-head {
  padding-top: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
}
.faq-head h3 {
  font-size: 25px;
  cursor: pointer;
  text-transform: initial;
  font-weight: 500;
  letter-spacing: -0.8px;
  max-width: 365px;
}
.faq-head h3:hover {
  color: #2D5128;
}
.faq-head span {
  display: inline-block;
  margin: auto 0 auto 0;
  flex: 120px 0 0;
  width: 120px;
}
.faq-head i {
  cursor: pointer;
  width: 55px;
  position: absolute;
  height: 55px;
  z-index: 2;
  right: 23px;
  top: 32px;
  background-color: #ACACAC;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border: 1px solid #ACACAC;
  border-radius: 100%;
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
.faq-head i em {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
  top: 0px;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 53px;
  background-image: url("../images/arrows/arrow-right-white.svg");
  opacity: 0.8;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.faq-head i:hover {
  background-color: #2D5128;
  border-color: #2D5128;
}

.faq-content {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  max-height: 0;
  padding-right: 45px;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

.faq-item--active h3 {
  color: #2D5128;
}
.faq-item--active i {
  background-color: #2D5128;
  border-color: #2D5128;
}
.faq-item--active i em {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item--active .faq-content {
  padding-top: 15px;
  max-height: 200px;
}

@media (max-width: 576px) {
  .faq {
    padding-top: 59px;
    margin-bottom: 84px;
  }
  .faq .head-section {
    margin-bottom: 57px;
  }
  .faq-head h3 {
    font-size: 20px;
  }
  .faq-head i {
    width: 45px;
    height: 45px;
    top: 25px;
    right: 18px;
  }
  .faq-head i em {
    background-size: 45px;
  }
  .faq-el-container {
    margin-left: 0;
  }
  .faq-el {
    padding-left: 15px;
    padding-bottom: 43px;
  }
  .faq-head {
    padding-top: 34px;
  }
}
/*-----detail-end----*/
/*-----main-start----*/
.main-banner-container {
  max-width: 1440px;
  position: relative;
}

.main-home {
  padding-top: 39px;
  position: relative;
}
.main-home h1 {
  font-weight: 500;
}

.main-home-prew {
  margin-bottom: 72px;
}

.main-home-info {
  font-weight: 400;
  padding-top: 20px;
  padding-left: 19px;
  max-width: 530px;
}
.main-home-info .btn {
  width: 324px;
}

.main-home-text {
  margin-bottom: 17px;
}

.main-banner {
  max-height: 628px;
  padding: calc(23% - 10px);
  border-radius: 30px;
  background-position: center;
  background-size: 130%;
  -webkit-transition: ease-out 1.75s;
  transition: ease-out 1.75s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.banner-contacts {
  font-size: 20px;
  padding: 15px;
  background-color: #fff;
}

.main-banner-column {
  width: 20%;
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: ease-out 0.75s;
  transition: ease-out 0.75s;
}

.main-banner-column-2 {
  left: 20%;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.main-banner-column-3 {
  left: 40%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main-banner-column-4 {
  left: 60%;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.main-banner-column-5 {
  left: 80%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loaded .main-banner-column {
  height: 0;
}
.loaded .main-banner {
  background-size: 100%;
}

.main-banner-mobile {
  display: none;
}

@media (max-width: 1280px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 998px) {
  .main-home-info {
    padding-left: 0;
  }
  .main-home-info .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-home {
    padding-top: 33px;
  }
  .main-home .main-grid {
    gap: 0;
  }
  .main-home h1 {
    font-size: 40px;
  }
  .main-banner {
    padding: 0;
    height: 288px;
  }
  .main-home-prew {
    margin-bottom: 59px;
  }
  .main-home-info {
    padding: 7px 0 0px;
    max-width: 340px;
  }
  .main-home-info .btn {
    width: 218px;
  }
  .main-banner-container {
    padding: 0;
  }
  .main-banner-desktop {
    display: none;
  }
  .main-banner-mobile {
    display: block;
  }
}
.about .head-section {
  margin: 0;
}

.about-img {
  width: 96px;
  height: 96px;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 57px;
}

.about-description {
  font-size: 30px;
  display: inline-block;
  width: calc(100% - 280px);
  vertical-align: top;
  position: relative;
  top: -2px;
}

#text span {
  display: inline-block;
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
  top: 10px;
  opacity: 0;
  position: relative;
}
#text.animated span {
  top: 0px;
  opacity: 1;
}

@media (max-width: 576px) {
  .about {
    padding: 95px 0 0;
  }
  .about-img {
    width: 55px;
    height: 55px;
  }
  .about-description {
    font-size: 24px;
    display: block;
    margin: 20px 0 0;
    width: 100%;
    padding-right: 10px;
  }
}
.num {
  padding-top: 94px;
}
.num .main-grid {
  padding: 0;
}

.num-item.center {
  text-align: center;
  margin-left: -22px;
}
.num-item.center i {
  left: 0px;
}
.num-item.center span {
  margin-left: 3px;
}
.num-item.right {
  text-align: right;
}
.num-item.right .num-item-container {
  left: -20px;
}
.num-item i {
  font-style: normal;
  font-size: 128px;
  display: inline-block;
  margin: 0 0 8px;
  position: relative;
  overflow: hidden;
  letter-spacing: -7px;
  height: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.num-item b {
  display: inline-block;
  font-weight: inherit;
}
.num-item span {
  display: block;
  width: 160px;
  opacity: 0;
  -webkit-transition: ease-out 1.5s;
  transition: ease-out 1.5s;
  margin-left: 20px;
}
.num-item em {
  font-style: normal;
}
.num-item.animated i {
  height: 105px;
}
.num-item.animated span {
  opacity: 1;
}

.num-item-2 i, .num-item-2 span {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.num-item-3 i, .num-item-3 span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.num-item-container {
  text-align: left;
  display: inline-block;
  position: relative;
}

@media (max-width: 1280px) {
  .num-item i {
    font-size: 98px;
    line-height: 121px;
  }
  .num-item.animated i {
    height: 79px;
  }
}
@media (max-width: 576px) {
  .num {
    padding-top: 47px;
  }
  .num .main-grid {
    gap: 0;
  }
  .num-item i {
    font-size: 48px;
    left: 9px;
    letter-spacing: -3px;
    margin: 0 0 1px 0;
    line-height: 61px;
  }
  .num-item span {
    font-size: 10px;
    display: inline-block;
    margin-left: 16px;
    width: 120px;
  }
  .num-item.center {
    margin-left: -2px;
  }
  .num-item.center i {
    left: -4px;
    width: 120%;
  }
  .num-item.center span {
    margin-left: -4px;
  }
  .num-item.right .num-item-container {
    left: 25px;
  }
  .num-item.right .num-item-container span {
    width: 80px;
  }
  .num-item.animated i {
    height: 38px;
  }
}
.services-home {
  padding-top: 124px;
}

.services-el {
  border-bottom: 1px solid #E2E2E2;
  font-size: 14px;
  position: relative;
  padding-bottom: 35px;
}
.services-el:first-child {
  border-top: 1px solid #E2E2E2;
}

.services-head {
  position: relative;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
}
.services-head h3 {
  font-size: 25px;
  cursor: pointer;
  text-transform: initial;
  font-weight: 500;
  letter-spacing: -1px;
}
.services-head h3 a {
  text-decoration: none;
}
.services-head h3:hover {
  color: #2D5128;
}
.services-head span {
  display: inline-block;
  margin: auto 0 auto auto;
  width: 60px;
}
.services-head i {
  cursor: pointer;
  width: 55px;
  position: absolute;
  height: 55px;
  z-index: 1;
  right: 0;
  top: 16px;
  background-color: #ACACAC;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 1px solid #ACACAC;
  border-radius: 100%;
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
.services-head i em {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 2;
  right: 0;
  top: 0px;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 53px;
  background-image: url("../images/arrows/arrow-right-white.svg");
  opacity: 0.8;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.services-head i:hover {
  background-color: #2D5128;
  border-color: #2D5128;
}
.services-head i:hover em {
  opacity: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.services-content {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  max-height: 0;
  padding-right: 45px;
  -webkit-transition: linear 0.5s;
  transition: linear 0.5s;
}

.services-item--active h3 {
  color: #2D5128;
}
.services-item--active i {
  background-color: #2D5128;
  border-color: #2D5128;
}
.services-item--active i em {
  opacity: 1;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.services-item--active .services-content {
  padding-top: 15px;
  max-height: 200px;
}

@media (max-width: 576px) {
  .services-home {
    padding-top: 104px;
  }
  .head-section {
    margin-bottom: 57px;
  }
  .services-item h3 {
    font-size: 18px;
  }
  .services-head {
    padding-top: 33px;
  }
  .services-head h3 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .services-head i {
    width: 45px;
    height: 45px;
    top: 22px;
  }
  .services-head i em {
    background-size: 45px;
  }
  .services-el {
    padding-bottom: 36px;
  }
}
.stage-home {
  padding-top: 147px;
}
.stage-home .owl-lite-viewport {
  overflow: visible;
}

.stage-item {
  background-color: #E9E9E9;
  color: #121212;
  position: relative;
  padding-bottom: 113%;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.stage-item::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.233);
  left: 0px;
  top: 0px;
  z-index: -1;
}
.stage-item a {
  text-decoration: none;
}
.stage-item h3 {
  color: inherit;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.8px;
  max-width: 298px;
  line-height: 1.2;
}
.stage-item .stage-item-num {
  position: absolute;
  right: 24px;
  top: 27px;
  font-size: 40px;
  font-family: "Onest", sans-serif;
}

.stage-item-info {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding: 25px 20px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stage-item-text {
  margin-top: auto;
  max-width: 314px;
  width: fit-content;
  letter-spacing: -0.5px;
  color: #3f3f3f;

  position: relative;
}
 .stage-item-text::after {
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   background-color: rgba(255, 255, 255, 0.233);
   -webkit-filter: blur(20px);
           filter: blur(20px);
   left: 0px;
   top: 0px;
   z-index: -1;
}

.stage-item-2 .stage-item-text {
  max-width: 260px;
}

.stage-item-4 .stage-item-text {
  max-width: 340px;
}

@media (max-width: 1180px) {
  .stage-home .head-section {
    max-width: 1110px;
    padding-right: 115px;
  }
  .stage-item-info h3 {
    padding-right: 30px;
  }
}
@media (max-width: 998px) {
  .stage-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  .stage-item-info h3 {
    padding-right: 45px;
  }
}
@media (max-width: 576px) {
  .stage-home {
    padding-top: 103px;
  }
  .stage-home .head-section {
    max-width: 350px;
    padding-right: 0;
  }
  .stage-item h3 {
    font-size: 20px;
    letter-spacing: -0.55px;
  }
  .stage-item {
    padding-bottom: 115%;
  }
  .stage-item-info {
    padding: 25px 20px 23px 20px;
  }
}
.gallery {
  padding-top: 90px;
}

.gallery-item {
  display: block;
  padding-bottom: 112%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gallery-mobile {
  display: none;
}

@media (max-width: 576px) {
  .gallery {
    padding-top: 66px;
  }
  .gallery .owl-lite-viewport {
    height: 477px;
  }
  .gallery .gallery-item {
    padding: 0;
    height: 100%;
  }
  .gallery-desktop {
    display: none;
  }
  .gallery-mobile {
    display: block;
  }
}
.rew {
  padding-top: 145px;
  margin: 0 0 0px;
}
.rew .head-section {
  margin-bottom: 48px;
}

.commets-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comments-item {
  padding: 15px;
  margin: 0 0 30px;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}

.comments-head {
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.comments-name {
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.comments-date {
  display: inline-block;
  margin-top: 4px;
  margin-left: 30px;
}

.comments-grade {
  font-weight: 700;
}

.comments-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.comments-text {
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.comments-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.stars-ico {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/star-black.svg");
  cursor: pointer;
}
.stars-ico:hover, .stars-ico.active {
  background-image: url("../images/icons/star-fill-black.svg");
}

.comments-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments-navigation a {
  text-decoration: none;
}

@media (max-width: 576px) {
  .rew {
    padding-top: 112px;
    margin: 0 0 88px;
  }
  .comments-item {
    margin: 0;
  }
}
/*-----main-end----*/
/*-----services-start----*/
.services-detail-head h1 {
  font-size: 85px;
  text-transform: uppercase;
  padding: 0;
}

.services-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 37px;
}
.services-detail-info .services-detail-text {
  color: #ACACAC;
  font-size: 20px;
  width: 65%;
}
.services-detail-info .btn-container {
  width: 35%;
  text-align: right;
}
.services-detail-info .btn {
  width: 323px;
}

.services-banner-container .main-banner {
  padding: calc(19% - 10px);
}

@media (max-width: 576px) {
  .services-banner-container .main-banner {
    padding: 0;
    height: 286px;
  }
  .services-detail-head h1 {
    font-size: 34px;
    letter-spacing: 0.6px;
  }
  .services-detail-info {
    display: block;
    margin-bottom: 62px;
  }
  .services-detail-info .services-detail-text {
    color: #ACACAC;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .services-detail-info .btn {
    width: 217px;
  }
}
/*-----services-end----*/
/*-----pages-start----*/
.map {
  height: 400px;
  position: relative;
}

#map {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.contacts-info {
  margin-bottom: 45px;
}
.contacts-info a {
  text-decoration: none;
}
.contacts-info a:hover {
  color: #C19F56;
}

.contacts-info {
  margin-bottom: 30px;
}

.contacts-item h3 {
  margin-bottom: 8px;
}
.contacts-item div, .contacts-item b {
  vertical-align: middle;
}

.contacts-item-body {
  margin-left: 36px;
}

.contacts-ico {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

@media (max-width: 992px) {
  .contacts-item h3 {
    font-size: 25px;
  }
}
@media (max-width: 820px) {
  .contacts-item-body {
    font-size: 14px;
  }
  .contacts-item h3 {
    margin: 0;
  }
}
.page-404 {
  text-align: center;
  margin: 0 auto;
}

.page-404-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/logo.svg");
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 80px;
  font-weight: 700;
  color: #2D5128;
}
.page-404-img h1 {
  font-size: inherit;
  color: inherit;
  margin: auto;
}

.page-404-text {
  margin: 30px 0;
}

.advantages-of-service-list {
  margin: -75px 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 155px;
  flex-wrap: wrap;
}
.advantages-of-service-item {
  flex-basis: 300px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.advantages-of-service-item p {
  max-width: 260px;
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .advantages-of-service-list {
    margin-top: 0px;
    gap: 50px;
}
}

/*-----pages-end----*/
/*-----pages-end----*/
/*# sourceMappingURL=theme-style.css.map */