@charset "UTF-8";
@import url("../css/fonts.css");
.btn__text {
  padding: 15px 40px;
  color: #3A3A3A;
  border: 1px #567448 solid;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.slider {
  position: relative;
}

.slide {
  position: relative;
  height: 100vh;
}
.slide__image {
  position: absolute;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  justify-content: center;
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slick-dots button {
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  border: 1px rgba(255, 255, 255, 0.5882352941) solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  background: rgba(86, 116, 72, 0.6156862745);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow:hover {
  background: rgba(122, 150, 109, 0.5803921569);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.slick-arrow:active {
  background: rgba(152, 174, 141, 0.737254902);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.slick-arrow::before {
  content: url("../assets/images/basic/arrow_left.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-next {
  position: absolute;
  right: 200px;
}
.slick-next::before {
  content: url("../assets/images/basic/arrow_right.svg");
}

.slick-prev {
  position: absolute;
  left: 200px;
}

.slide-article {
  position: relative;
  margin: 0 15px;
  background: rgba(231, 241, 226, 0.7960784314);
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
}
.slide-article__image {
  position: relative;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.slide-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}

.article .slick-dots {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
.article .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.article .slick-dots button {
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  border: 1px #ffffff solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.article .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  background: rgba(86, 116, 72, 0.6156862745);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.article .slick-arrow:hover {
  background: rgba(122, 150, 109, 0.5803921569);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.article .slick-arrow:active {
  background: rgba(152, 174, 141, 0.737254902);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.article .slick-arrow::before {
  content: url("../assets/images/basic/arrow_left.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article .slick-next {
  position: absolute;
  right: -60px;
}
.article .slick-next::before {
  content: url("../assets/images/basic/arrow_right.svg");
}
.article .slick-prev {
  position: absolute;
  left: -60px;
}
.article .slick-list {
  padding: 20px 5px;
}
.article .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slide-facts {
  position: relative;
  margin: 0 15px;
  background: rgba(231, 241, 226, 0.7960784314);
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
}
.slide-facts__image {
  position: relative;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.slide-facts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
}

.facts .slick-dots {
  position: absolute;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
}
.facts .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.facts .slick-dots button {
  position: absolute;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  border: 1px #ffffff solid;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.facts .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  font-size: 0;
  background: rgba(86, 116, 72, 0.6156862745);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.facts .slick-arrow:hover {
  background: rgba(122, 150, 109, 0.5803921569);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.facts .slick-arrow:active {
  background: rgba(152, 174, 141, 0.737254902);
  -webkit-transition: color 3s;
  transition: color 3s;
}
.facts .slick-arrow::before {
  content: url("../assets/images/basic/arrow_left.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.facts .slick-next {
  position: absolute;
  right: -60px;
}
.facts .slick-next::before {
  content: url("../assets/images/basic/arrow_right.svg");
}
.facts .slick-prev {
  position: absolute;
  left: -60px;
}
.facts .slick-list {
  padding: 20px 5px;
}
.facts .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facts .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@-webkit-keyframes scrolldown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
    transform: translate(-50%, 0.5rem);
  }
}

@keyframes scrolldown {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -0.5rem);
    transform: translate(-50%, 0.5rem);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  min-height: 100vh;
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 16px;
  background: #E7F1E2;
  color: #3A3A3A;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #3A3A3A;
}

.container,
.container-slider,
.container-wide {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-wide {
  max-width: 1400px;
}

.header {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0px;
  z-index: 2;
  overflow-x: hidden;
}
.header::after {
  position: absolute;
  content: url("../assets/images/basic/header_bg.svg");
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1243px;
  height: 154px;
  z-index: -1;
}
.header__wrapper {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 40px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
  cursor: pointer;
}
.header__logo a img {
  width: 271px;
  height: 121px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.header__nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.header__nav_list-text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  color: #3A3A3A;
  text-transform: uppercase;
  cursor: pointer;
}
.header__nav_list-text:hover::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 50%;
  border-radius: 3px;
  background-color: #567448;
}
.header__nav li.menu-children {
  position: relative;
  margin-right: 12px;
}
.header__nav .header__nav_list li.menu-children:after {
  position: absolute;
  content: "‹";
  color: #3A3A3A;
  font-size: 20px;
  font-weight: bold;
  right: -12px;
  top: -2px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__nav .header__nav_list li li.menu-children:after {
  position: absolute;
  content: "‹";
  color: #3A3A3A;
  font-size: 20px;
  font-weight: bold;
  right: 10px;
  top: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__nav .header__nav_list li.menu-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header__nav .header__nav_list ul {
  position: absolute;
  padding: 10px 0;
  margin: 10;
  background-color: rgba(231, 241, 226, 0.7960784314);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
  z-index: 20;
  min-width: 170px;
  top: 150%;
  left: -22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
  transition: all 200ms cubic-bezier(0.43, 0.59, 0.16, 1.25);
}
.header__nav .header__nav_list ul li {
  display: block;
  padding: 0 10px;
  line-height: 1.1;
}
.header__nav .header__nav_list ul li:last-child {
  margin-bottom: 0;
}
.header__nav .header__nav_list ul li a {
  display: block;
  color: #3A3A3A;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.header__nav .header__nav_list ul li a:hover {
  color: #202a22;
  background: #E7F1E2;
  text-decoration: none;
  border-radius: 5px;
}
.header__nav .header__nav_list ul ul {
  top: 0;
  left: 100%;
}
.header__nav_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  display: none;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.burger {
  display: none;
}
.burger:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}
.burger:checked ~ .burger__img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0, 2s;
  transition: 0, 2s;
}
.burger:checked ~ .burger__img::before {
  opacity: 0;
}
.burger:checked ~ .burger__img::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
}
.burger__img {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -3px;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: #3A3A3A;
  vertical-align: middle;
}
.burger__img::after, .burger__img::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #3A3A3A;
  top: 10px;
}
.burger__img::after {
  top: -10px;
}

.menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3vw;
  padding: 10px 0;
  margin: 10;
  background-color: rgba(231, 241, 226, 0.7960784314);
  right: 0;
  top: 80px;
  min-width: 230px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
  z-index: 2;
  gap: 0;
  visibility: hidden;
  opacity: 0;
}
.menu__item {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ABC49F;
  list-style: none;
}
.menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #3A3A3A;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 500;
}

.main {
  position: relative;
  margin: 0;
}
.main__slider {
  position: relative;
  width: 100%;
}
.main__form {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.main__form_img {
  width: 100%;
}
.main__bg {
  position: relative;
  width: 100%;
}
.main__bg_form {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.main__bg_form-img {
  width: 100%;
}
.main__bg_photo {
  width: 100%;
}
.main__bg_photo img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  width: 100%;
  z-index: 1;
}
.introduction__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.introduction__title_decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  align-self: center;
}
.introduction__title_decor-img {
  width: 96px;
  height: 40px;
}
.introduction__text {
  text-align: center;
  padding: 50px 0 30px 0;
}

.about {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0 100px;
}
.about__photo {
  width: 50%;
  padding: 30px;
  z-index: 2;
}
.about__photo_img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
}
.about__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 70px 30px;
  z-index: 0;
}
.about__content::before {
  position: absolute;
  content: url("../assets/images/basic/obout_bg.png");
  width: 810px;
  height: 638px;
  top: -18%;
  left: 0%;
  z-index: -1;
  -webkit-transform: translateX(-34%);
      -ms-transform: translateX(-34%);
          transform: translateX(-34%);
}

.services {
  position: relative;
  padding: 50px 0;
  background-color: #DAE7D3;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 100px;
}
.services__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: 1fr 1fr;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  gap: 20px;
  width: 100%;
}
.services__grid_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 25px rgba(44, 64, 88, 0.3058823529);
}

.item-1 {
  grid-area: 1/1/3/3;
}

.item-2 {
  grid-area: 1/3/2/5;
}

.item-3 {
  grid-area: 2/3/2/3;
}

.content__service {
  position: relative;
  width: 100%;
}
.content__service_title:before {
  display: block;
  position: absolute;
  content: "";
  background: url("../assets/images/basic/services_form.svg") no-repeat;
  height: 100px;
  width: 470px;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content__service:hover img {
  position: relative;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.content__service_title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.content__service_img-1, .content__service_img-2, .content__service_img-3 {
  position: relative;
  height: 740px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.content__service_img-2 {
  height: 360px;
}
.content__service_img-3 {
  height: 360px;
}

.advantages {
  background-color: #DAE7D3;
  width: 100%;
  overflow: hidden;
}
.advantages__background {
  position: relative;
  z-index: 0;
}
.advantages__background_photo {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 100px 15px;
}
.advantages__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.advantages__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  text-align: center;
  background-color: #E7F1E2;
  border-radius: 5px;
  width: 33%;
  z-index: 1;
}
.advantages__tesis {
  padding: 0 150px;
  text-align: left;
  z-index: 1;
}
.advantages__tesis_text {
  position: relative;
}
.advantages__tesis_text::after {
  position: absolute;
  content: url(../assets/images/basic/icons/thesis.svg);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  top: -37px;
  left: -75px;
  z-index: -1;
}

.package {
  background-color: #DAE7D3;
  width: 100%;
  overflow: hidden;
}
.package__background {
  position: relative;
  z-index: 0;
}
.package__background_photo {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.package__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 100px 15px;
  z-index: 1;
}
.package__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
.package__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.package__list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 40px;
  text-align: center;
  background-color: rgba(231, 241, 226, 0.7960784314);
  border-radius: 5px;
  width: 33%;
}
.package__info {
  list-style: inside;
  text-align: left;
  z-index: 1;
}
.package__info li {
  line-height: 1.4;
}

.package-border__title {
  position: relative;
  padding: 80px 0 80px 0;
}
.package-border__title::before {
  position: absolute;
  content: "";
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  border: 1px #567448 solid;
  border-radius: 1px;
}
.package-border__title::after {
  position: absolute;
  content: "";
  top: 135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  border: 1px #567448 solid;
  border-radius: 1px;
}
.package-border__prise {
  position: relative;
  font-family: Playfair Display, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #3A3A3A;
}
.package-border__prise::after {
  position: absolute;
  content: "";
  top: 140%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border: 2px #3A3A3A solid;
  border-radius: 2px;
}
.package-border__img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.package-included {
  width: 100%;
  text-align: left;
  padding-left: 36px;
}
.package-included__list_text {
  line-height: 1.6;
  padding: 12px 0;
}

.portfolio {
  padding: 50px 10%;
  width: 100%;
}
.portfolio__grid {
  position: relative;
  width: 100%;
  clear: both;
}
.portfolio__grid_item {
  display: block;
  float: left;
  width: 33%;
  padding: 10px;
}

.photo__gallery {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.photo__gallery_img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.photo__gallery_img:hover {
  position: relative;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.article {
  background-color: #DAE7D3;
  width: 100%;
  overflow: hidden;
}
.article__background {
  position: relative;
  width: 100%;
}
.article__background_photo {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  z-index: 1;
}
.article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}
.article__slider {
  position: relative;
}
.article__button {
  padding: 100px 0;
  text-align: center;
}

.facts {
  background-color: #DAE7D3;
  width: 100%;
  padding: 50px 0px 100px 0px;
  overflow: hidden;
}
.facts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 50px 50px;
  text-align: center;
  z-index: 1;
}
.facts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}
.facts__slider {
  position: relative;
}

.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.blog__item {
  width: 31%;
  background: rgba(231, 241, 226, 0.7960784314);
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
}
.blog__item:hover, .blog__item:hover img {
  background-color: #DAE7D3;
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog__item_image {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  text-align: center;
}

.pagination {
  margin: 50px 0;
  text-align: center;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pagination__list_page {
  margin: 0 0px;
}

.page-link {
  display: block;
  font-family: Montserrat, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 7px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 5px;
  background-color: #DAE7D3;
  color: #202a22;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-link:hover {
  background-color: #ABC49F;
  color: #ffffff;
}

.pagination__list .activ {
  background-color: #567448;
  color: #ffffff;
}

.blog-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.article-single {
  width: 60%;
  text-align: left;
}
.article-single__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 50px 0;
}
.article-single__gallery_item {
  width: 100%;
}
.article-single__gallery_item img {
  width: 100%;
  border-radius: 10px;
}

.article-other {
  position: sticky;
  top: 0;
  width: 40%;
}
.article-other__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
}
.article-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.article-other__item::before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  border: 2px #3A3A3A solid;
  border-radius: 2px;
  background-color: #3A3A3A;
}
.article-other__item_photo {
  width: 100%;
  height: 130px;
  border-radius: 5px;
}
.article-other__item_photo img {
  position: relative;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  padding-left: 50px;
}
.contacts__list_item {
  text-align: left;
}

.item-contact {
  font-size: 18px;
}
.item-contact .icon__city, .item-contact .icon__mail, .item-contact .icon__tel, .item-contact .icon__socials {
  top: 24px;
}

.item-contact a {
  color: #3A3A3A;
}
.item-contact a:hover {
  color: #000;
}

.social-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0;
}

.title-contact {
  font-size: 20px;
  font-family: Playfair Display, Tahoma, sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.form {
  margin-top: 100px;
  margin-bottom: 50px;
}
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0 100px;
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%;
  padding-top: 70px;
}
.form__contact {
  width: 55%;
}
.form__contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify-content;
      -ms-flex-pack: justify-content;
          justify-content: justify-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.contacts__wrapper .form__contact h3 {
  padding-bottom: 40px;
}

.form-input {
  width: 100%;
  padding: 16px;
  border-bottom: 1px #ABC49F solid;
  background-color: #E7F1E2;
  color: #3A3A3A;
  font-family: Montserrat, Tahoma, sans-serif;
}
.form-input:focus {
  border-bottom: 1px #567448 solid;
}

.textarea {
  height: 100px;
}

.seo-text {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 70px;
}

.text-link {
  text-decoration: underline;
  color: #202a22;
}

.footer {
  position: relative;
  margin: 100px 0 0 0;
}
.footer__form {
  position: relative;
  width: 100%;
  z-index: 2;
}
.footer__form_img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  scale: 1.1;
}
.footer__frame {
  position: relative;
  padding: 10px 0 0 0px;
  margin: 0 auto;
  background-color: #ABC49F;
}
.footer__frame_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.footer__logo_img {
  position: relative;
  width: 300px;
  height: 116px;
  z-index: 2;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
}
.footer__content_item {
  padding: 10px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 30px 0;
  border-top: 2px #3A3A3A solid;
  border-radius: 2px;
}
.footer__info_legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-legal__item:hover {
  color: #000;
}

.contact__item_nav, .contact__item_text {
  line-height: 35px;
  font-family: Montserrat, Tahoma, sans-serif;
  font-weight: 500;
}
.contact__item_nav:hover {
  color: #000;
}
.contact__item_text:hover a {
  color: #000;
}

.title_italic {
  font-family: Playfair Display, Tahoma, sans-serif;
  font-style: italic;
  color: #567448;
}

.title-h1,
.h1 {
  font-size: 44px;
  font-family: Playfair Display, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.4;
}

.h2,
.title-h2,
.title-left-h2 {
  position: relative;
  font-size: 40px;
  font-family: Playfair Display, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.4;
}
.h2::before,
.title-h2::before,
.title-left-h2::before {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 50px;
  border: 2px #3A3A3A solid;
  border-radius: 2px;
  color: #3A3A3A;
}

.title-h2::before {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.title-left-h2::before {
  left: 0%;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.h3,
.title-h3 {
  font-size: 30px;
  font-family: Playfair Display, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.4;
}

h4,
.title-h4 {
  font-size: 24px;
  font-family: Playfair Display, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
}

h5,
.title-h5 {
  font-size: 22px;
  font-family: Playfair Display, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.4;
}

h6,
.title-h6 {
  font-size: 16px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.title-white {
  color: #ffffff;
}

.subtitle {
  font-size: 18px;
  font-family: Montserrat, Tahoma, sans-serif;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.small {
  font-size: 80%;
}

.text,
.p {
  color: #3A3A3A;
  margin: 0;
  line-height: 1.4;
  padding: 7px 0;
}

.text-bold {
  font-weight: 700;
}

.tesis_text {
  font-size: 21px;
  font-family: Playfair Display, Tahoma, sans-serif;
  font-style: italic;
  color: #3A3A3A;
  margin: 0;
  line-height: 1.4;
  padding: 7px 0;
}

.social,
.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.social__item,
.social-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 20px;
  height: 20px;
}
.social__item_icon,
.social-footer__item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  fill: #3A3A3A;
}
.social__item_icon:hover,
.social-footer__item_icon:hover {
  content: "";
  fill: #ffffff;
}
.social__item_icon::after,
.social-footer__item_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border: 1px #ABC49F solid;
  border-radius: 50%;
  cursor: pointer;
  z-index: -1;
}
.social__item_icon:hover::after,
.social-footer__item_icon:hover::after {
  content: "";
  border-color: #567448;
  background-color: #567448;
}

.social-footer {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 20px;
}

.icon__city {
  position: relative;
}
.icon__city::before {
  position: absolute;
  content: url(../assets/images/basic/icons/adress_pin.svg);
  top: -3px;
  left: -30px;
  height: 23px;
  width: 23px;
}
.icon__mail {
  position: relative;
}
.icon__mail::before {
  position: absolute;
  content: url(../assets/images/basic/icons/mail.svg);
  top: -3px;
  left: -30px;
  height: 23px;
  width: 23px;
}
.icon__tel {
  position: relative;
}
.icon__tel::before {
  position: absolute;
  content: url(../assets/images/basic/icons/tel.svg);
  top: -3px;
  left: -30px;
  height: 23px;
  width: 23px;
}
.icon__socials {
  position: relative;
}
.icon__socials::before {
  position: absolute;
  content: url(../assets/images/basic/icons/socials.svg);
  top: -3px;
  left: -30px;
  height: 23px;
  width: 23px;
}
.icon__time, .icon__plan, .icon__retusch, .icon__photos, .icon__time_final, .icon__files, .icon__photograf_plus {
  position: relative;
}
.icon__time::before, .icon__plan::before, .icon__retusch::before, .icon__photos::before, .icon__time_final::before, .icon__files::before, .icon__photograf_plus::before {
  top: 50%;
  left: -40px;
  height: 30px;
  width: 30px;
}
.icon__time {
  position: relative;
}
.icon__time::before {
  position: absolute;
  content: url(../assets/images/basic/icons/time.svg);
}
.icon__plan {
  position: relative;
}
.icon__plan::before {
  position: absolute;
  content: url(../assets/images/basic/icons/plan.svg);
}
.icon__retusch {
  position: relative;
}
.icon__retusch::before {
  position: absolute;
  content: url(../assets/images/basic/icons/retusch.svg);
}
.icon__photos {
  position: relative;
}
.icon__photos::before {
  position: absolute;
  content: url(../assets/images/basic/icons/photos.svg);
}
.icon__time_final {
  position: relative;
}
.icon__time_final::before {
  position: absolute;
  content: url(../assets/images/basic/icons/time_final.svg);
}
.icon__files {
  position: relative;
}
.icon__files::before {
  position: absolute;
  content: url(../assets/images/basic/icons/files.svg);
}
.icon__photograf_plus {
  position: relative;
}
.icon__photograf_plus::before {
  position: absolute;
  content: url(../assets/images/basic/icons/photograf_plus.svg);
}

.icon-header {
  width: 20px;
  height: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.btn__text {
  position: relative;
  background-color: #DAE7D3;
}
.btn__text:hover {
  color: #202a22;
  border-color: #ABC49F;
  background-color: #E7F1E2;
  -webkit-box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
          box-shadow: 0px 0px 15px rgba(44, 64, 88, 0.3058823529);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 2200px) {
  .package__background_photo {
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .content__service_img-1, .content__service_img-2, .content__service_img-3 {
    height: 620px;
  }
  .content__service_img-2 {
    height: 300px;
  }
  .content__service_img-3 {
    height: 300px;
  }
  .advantages__background_photo,
  .article__background_photo {
    width: auto;
  }
  .package__background_photo {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    gap: 5px;
    padding: 10px 20px;
  }
  .header__nav_list {
    gap: 20px;
  }
  .about__wrapper {
    gap: 20px;
    padding: 0 50px;
  }
  .introduction {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .advantages__wrapper {
    padding: 50px 15px;
  }
  .blog__item {
    width: 30%;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header__nav_list {
    display: none;
  }
  .header__nav_burger {
    display: block;
  }
  .container,
  .container-slider,
  .container-wide {
    max-width: 95%;
  }
  .main__bg_photo img {
    height: 250px;
  }
  .content__service_img-1, .content__service_img-2, .content__service_img-3 {
    height: 520px;
  }
  .content__service_img-2 {
    height: 250px;
  }
  .content__service_img-3 {
    height: 250px;
  }
  .services__wrapper,
  .advantages__wrapper,
  .portfolio,
  .form__wrapper,
  .seo-text {
    padding: 50px 0px;
  }
  .form,
  .seo-text {
    margin: 50px;
  }
  .about__wrapper {
    padding: 0px 30px;
  }
  .about__photo {
    padding: 0;
  }
  .blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-single, .article-other {
    width: 100%;
  }
  .footer {
    margin-top: 50px;
  }
  .footer__content {
    width: 90%;
  }
  .package__list_item {
    padding: 40px 20px;
  }
  .blog__item {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav_burger {
    padding-right: 15px;
  }
  .main-slider__content_title {
    width: 90%;
    font-size: 50px;
    text-align: center;
  }
  .slide-news__image {
    height: 150px;
  }
  .main__bg_photo img {
    height: 220px;
  }
  .content__service_img-1, .content__service_img-2, .content__service_img-3 {
    height: 420px;
  }
  .content__service_img-2 {
    height: 200px;
  }
  .content__service_img-3 {
    height: 200px;
  }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__photo {
    width: 70%;
  }
  .about__content {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__content::before {
    top: -96%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages__list_item {
    width: 100%;
    gap: 10px;
    padding: 20px;
  }
  .advantages__tesis {
    padding: 0 40px;
  }
  .tesis_text {
    font-size: 18px;
  }
  .advantages__tesis_text::after {
    left: -62px;
    scale: 0.6;
  }
  .package-border__img {
    width: 180px;
    height: 180px;
  }
  .package-border__title {
    padding: 75px 0 75px 0;
  }
  .package-border__title::before {
    top: 65px;
  }
  .package-border__title::after {
    top: 115px;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts__list {
    width: 100%;
    padding: 0 30%;
  }
  .footer__container {
    width: 100%;
  }
  .footer__container_wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .small {
    text-align: center;
  }
  .title-left-h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .title-h1,
  .h1 {
    font-size: 30px;
  }
  .h2,
  .title-h2,
  .title-left-h2 {
    position: relative;
    font-size: 28px;
  }
  .h3,
  .title-h3 {
    font-size: 22px;
  }
  h4,
  .title-h4 {
    font-size: 18px;
  }
  h5,
  .title-h5 {
    font-size: 16px;
  }
  h6,
  .title-h6 {
    font-size: 14px;
  }
  .subtitle {
    font-size: 16px;
  }
  .footer__form_img {
    scale: 2;
  }
  .footer__menu {
    display: none;
  }
  .package__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package__list_item {
    width: 100%;
  }
  .blog__item {
    width: 46%;
  }
  .form__contact h3 {
    text-align: center;
    scale: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .header__wrapper {
    padding: 10px 0px;
  }
  .header__logo a img {
    height: 100px;
    width: 200px;
  }
  .main__bg_photo img {
    height: 270px;
  }
  .social {
    display: none;
  }
  .introduction__text {
    padding-bottom: 0px;
  }
  .about__wrapper {
    padding: 0px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__content {
    padding: 10px 0px;
  }
  .about__content::before {
    top: -95%;
  }
  .services {
    padding: 0;
  }
  .services__wrapper {
    padding: 50px 10px;
    gap: 50px;
  }
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .item-1 {
    grid-area: 1/1/2/3;
  }
  .item-2 {
    grid-area: 2/3/1/5;
  }
  .item-3 {
    grid-area: 2/1/3/3;
  }
  .item-4 {
    grid-area: 2/3/3/5;
  }
  .content__service_img-1, .content__service_img-2, .content__service_img-3 {
    height: 210px;
  }
  .portfolio__grid_item {
    width: 50%;
  }
  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    text-align: center;
    gap: 30px;
  }
  .package__wrapper {
    text-align: center;
  }
  .package__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .package__list_item {
    width: 100%;
  }
  .article-other {
    text-align: center;
  }
  .article-other__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .form__content,
  .form__contact {
    width: 100%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__contact_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-input {
    padding: 10px;
  }
  .seo-text {
    margin: 0;
  }
  .footer__frame_wrapper {
    gap: 30px;
  }
  .footer__logo_img {
    height: 100px;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .social-footer {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .social__item {
    scale: 1.5;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog__item {
    width: 100%;
  }
  .contacts__list {
    width: 100%;
    padding: 0 10%;
  }
  .item-contact .social-contact .social__item {
    scale: 1.2;
  }
  .form__contact h3 {
    text-align: center;
    scale: 1.2;
  }
}