@import url(vendors/normalize.css);
.header-phones__icon, .footer-center-contact-item__icon, .contact-box-item__icon {
  width: 25px;
  height: 25px;
  background-color: #ffd800;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 50%; }
  .header-phones__icon i, .footer-center-contact-item__icon i, .contact-box-item__icon i {
    font-size: 12px;
    color: #025f21; }

.header-phones__phone {
  color: #555454;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: 0.3s all; }
  .header-phones__phone b {
    font-weight: 600; }
  .header-phones__phone:hover {
    text-decoration: underline; }

.btn-green, .btn-yellow, .btn-outline-yellow {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .btn-green:hover, .btn-yellow:hover, .btn-outline-yellow:hover {
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%); }

body {
  font-family: 'Open Sans', sans-serif; }

.js-wpml-ls-legacy-dropdown {
  max-width: 51px; }

.language, .js-wpml-ls-legacy-dropdown ul {
  position: relative;
  cursor: pointer;
  transition: 0.3s all; }
  .language__dropdown, .js-wpml-ls-legacy-dropdown ul__dropdown {
    width: calc(100% - 2px);
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.14);
    transition: 0.3s all;
    border-bottom: 1px solid rgba(85, 84, 84, 0.5);
    border-left: 1px solid rgba(85, 84, 84, 0.5);
    border-right: 1px solid rgba(85, 84, 84, 0.5);
    display: flex;
    flex-direction: column;
    opacity: 0; }
    .language__dropdown a, .js-wpml-ls-legacy-dropdown ul__dropdown a {
      padding: 5px 10px;
      color: #555454;
      text-decoration: none;
      font-size: 12px;
      line-height: 12px;
      text-transform: uppercase;
      font-weight: 700;
      transition: 0.3s all; }
      .language__dropdown a:hover, .js-wpml-ls-legacy-dropdown ul__dropdown a:hover {
        text-decoration: underline; }
  .language a, .js-wpml-ls-legacy-dropdown ul a {
    padding: 5px 10px;
    color: #555454;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s all; }
    .language a:hover, .js-wpml-ls-legacy-dropdown ul a:hover {
      text-decoration: underline; }
  .language__selected, .language .wpml-ls-item-toggle, .js-wpml-ls-legacy-dropdown ul__selected, .js-wpml-ls-legacy-dropdown ul .wpml-ls-item-toggle {
    color: #025f21;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 2;
    transition: 0.3s all; }
    .language__selected i, .language .wpml-ls-item-toggle i, .js-wpml-ls-legacy-dropdown ul__selected i, .js-wpml-ls-legacy-dropdown ul .wpml-ls-item-toggle i {
      color: #555454;
      font-size: 10px;
      font-weight: 400;
      transform: rotate(0deg);
      transition: 0.3s all; }
  .language:hover .language__selected, .js-wpml-ls-legacy-dropdown ul:hover .language__selected, .language:hover .js-wpml-ls-legacy-dropdown ul__selected, .js-wpml-ls-legacy-dropdown ul:hover .js-wpml-ls-legacy-dropdown ul__selected {
    border-left: 1px solid rgba(85, 84, 84, 0.5);
    border-top: 1px solid rgba(85, 84, 84, 0.5);
    border-right: 1px solid rgba(85, 84, 84, 0.5); }
    .language:hover .language__selected i, .js-wpml-ls-legacy-dropdown ul:hover .language__selected i, .language:hover .js-wpml-ls-legacy-dropdown ul__selected i, .js-wpml-ls-legacy-dropdown ul:hover .js-wpml-ls-legacy-dropdown ul__selected i {
      transform: rotate(-180deg); }
  .language:hover .language__dropdown, .js-wpml-ls-legacy-dropdown ul:hover .language__dropdown, .language:hover .js-wpml-ls-legacy-dropdown ul__dropdown, .js-wpml-ls-legacy-dropdown ul:hover .js-wpml-ls-legacy-dropdown ul__dropdown {
    opacity: 1;
    visibility: visible; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: none;
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  color: #555454;
  font-size: 10px;
  font-weight: 400;
  transform: rotate(0deg);
  top: auto;
  transition: 0.3s all; }

.logo {
  opacity: 1;
  transition: 0.3s all; }
  .logo:hover {
    opacity: 0.7; }

.social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }
  .social__item {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: 0.3s all; }
    .social__item i {
      color: #555454;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      position: relative;
      z-index: 2;
      transition: 0.3s all; }
    .social__item:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 1px;
      background-color: #fff;
      border-radius: 50%;
      z-index: 1;
      transition: 0.4s all; }
    .social__item:hover i {
      color: #025f21; }
    .social__item:hover:after {
      width: 36px;
      height: 36px;
      background-color: #ffd800; }

.img-fluid {
  max-width: 100%;
  width: auto;
  height: auto; }

.header {
  position: relative; }
  .header-phones {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center; }
    .header-phones__hr {
      color: #ffd800;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      margin: 0px 25px; }
    .header-phones__icon {
      margin-right: 20px; }
  .header-top {
    padding: 13px 0px 12px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    .header-top__btn {
      font-size: 14px;
      line-height: 16px;
      font-weight: 600; }
    .header-top__menu {
      display: none;
      padding: 6px; }
      .header-top__menu i {
        min-width: 32px;
        min-height: 32px;
        background-color: #fff; }
  .header-bottom {
    height: 50px;
    background-color: #555454; }
  .header-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    list-style: none;
    margin: 0;
    height: 50px;
    padding: 0;
    position: relative;
    z-index: 2; }
    .header-menu > li, .header-menu-dropdown {
      height: 50px; }
      .header-menu > li:hover > a:hover i, .header-menu-dropdown:hover > a:hover i {
        transform: rotate(-180deg); }
      .header-menu > li:hover > a:hover:before, .header-menu-dropdown:hover > a:hover:before {
        height: 3px; }
    .header-menu-item,
    .header-menu .menu-item > a, .header-menu-dropdown__toggle {
      color: #ffffff;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      text-decoration: none; }
      .header-menu-item:before,
      .header-menu .menu-item > a:before, .header-menu-dropdown__toggle:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0px;
        background-color: #ffd800;
        transition: 0.1s all; }
      .header-menu-item i,
      .header-menu .menu-item > a i, .header-menu-dropdown__toggle i {
        font-size: 12px;
        margin-left: 5px;
        transition: 0.3s all;
        transform: rotate(0deg); }
    .header-menu-dropdown, .header-menu .menu-item-has-children {
      position: relative; }
      .header-menu-dropdown-menu,
      .header-menu-dropdown .sub-menu,
      .header-menu .menu-item-has-children-menu,
      .header-menu .menu-item-has-children .sub-menu {
        visibility: hidden;
        opacity: 0;
        height: 0;
        background-color: #fff;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.14);
        width: 100%;
        min-width: 200px;
        left: calc(50% - 100px);
        transition: 0.5s all; }
        .header-menu-dropdown-menu li,
        .header-menu-dropdown .sub-menu li,
        .header-menu .menu-item-has-children-menu li,
        .header-menu .menu-item-has-children .sub-menu li {
          text-align: left; }
          .header-menu-dropdown-menu li a,
          .header-menu-dropdown .sub-menu li a,
          .header-menu .menu-item-has-children-menu li a,
          .header-menu .menu-item-has-children .sub-menu li a {
            padding: 10px 15px;
            display: flex;
            color: #555454;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            text-decoration: none;
            transition: 0.3s all;
            display: flex;
            justify-content: flex-start; }
            .header-menu-dropdown-menu li a:hover,
            .header-menu-dropdown .sub-menu li a:hover,
            .header-menu .menu-item-has-children-menu li a:hover,
            .header-menu .menu-item-has-children .sub-menu li a:hover {
              text-decoration: underline; }
      .header-menu-dropdown:hover .header-menu-dropdown-menu,
      .header-menu .menu-item-has-children:hover .header-menu-dropdown-menu,
      .header-menu-dropdown:hover .header-menu .menu-item-has-children-menu,
      .header-menu .menu-item-has-children:hover .header-menu .menu-item-has-children-menu {
        opacity: 1;
        height: auto;
        visibility: visible; }
      .header-menu-dropdown:hover .sub-menu, .header-menu .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        height: auto;
        visibility: visible; }
    .header-menu .menu-item-has-children > a:after {
      content: "\f078";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      font-size: 12px;
      margin-left: 5px;
      transition: 0.3s all;
      transform: rotate(0deg); }
    .header-menu .menu-item-has-children > a:hover:after {
      transform: rotate(-180deg); }
  .header-mobile-menu {
    display: none;
    position: absolute;
    max-width: 290px;
    width: 100%;
    left: -100%;
    top: 80.41px;
    z-index: 50;
    background-color: #fff;
    height: calc(100vh - 80.41px);
    overflow-x: scroll;
    transition: 0.3s all; }
    .header-mobile-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header-mobile-menu ul > li a {
        padding: 7.5px 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        text-decoration: none;
        color: #000;
        border-top: 1px solid rgba(51, 51, 51, 0.1); }
      .header-mobile-menu ul > li > ul li a {
        padding-left: 25px; }
  .header-mobile-shadow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.35); }
  @media (max-width: 767px) {
    .header {
      background-color: #fff;
      z-index: 5; }
      .header-mobile-menu {
        display: block; }
      .header-bottom {
        display: none; }
      .header .logo img {
        max-width: 110px; }
      .header .social, .header-phones, .header-top__btn {
        display: none; }
      .header-top__menu {
        display: flex; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-phones__hr {
      margin: 0px 10px; }
    .header .logo img {
      max-width: 140px; }
    .header .social {
      display: none; }
    .header-menu-item,
    .header-menu .header-menu-dropdown__toggle {
      font-size: 12px; } }

.footer-bottom {
  border-top: 1px solid #e2e2e2;
  padding: 15px 0px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .footer-bottom__text {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px; }
.footer-center {
  padding: 25px 0px 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }
  .footer-center .logo {
    margin-bottom: 30px;
    display: flex; }
  .footer-center-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer-center-list li a {
      color: #666666;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      display: block;
      margin-bottom: 7px;
      text-decoration: none;
      transition: 0.3s all; }
      .footer-center-list li a:hover {
        text-decoration: underline; }
  .footer-center__title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
    padding-top: 10px;
    position: relative; }
    .footer-center__title:after {
      content: "";
      width: 45px;
      height: 2px;
      background-color: #ffd800;
      position: absolute;
      left: 0;
      top: 0; }
  .footer-center-contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 10px; }
    .footer-center-contact-item__icon {
      margin-right: 15px; }
    .footer-center-contact-item-body {
      display: flex;
      flex-direction: column; }
    .footer-center-contact-item__phone {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      display: block;
      margin-bottom: 5px;
      text-decoration: none;
      transition: 0.3s all; }
      .footer-center-contact-item__phone b {
        font-size: 12px;
        font-weight: 700; }
      .footer-center-contact-item__phone:hover {
        text-decoration: underline; }
      .footer-center-contact-item__phone_nolink:hover {
        text-decoration: none; }
    .footer-center-contact-item_center {
      align-items: center;
      align-content: center; }
.footer-top {
  height: 640px;
  background-image: url("../img/footer-top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding-top: 150px; }
  .footer-top__pribor {
    background-image: url("../img/footer-top-pribor.png");
    width: 223px;
    height: 472px;
    position: absolute;
    bottom: -1px;
    left: 5%; }
  .footer-top__title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .footer-top .form .input {
    margin-bottom: 30px; }
  .footer-top .container {
    position: relative;
    z-index: 2; }
@media (max-width: 767px) {
  .footer-top {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: right; }
    .footer-top__title {
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 30px; }
    .footer-top__pribor {
      display: none; }
  .footer-center {
    flex-direction: column; }
    .footer-center-item {
      width: 100%;
      margin-bottom: 30px; }
      .footer-center-item_1 {
        display: none; }
      .footer-center-item:last-child {
        margin-bottom: 0; }
  .footer .form .input_33 {
    width: calc(100% - 30px);
    margin-bottom: 20px; }
  .footer .form-btn_end {
    justify-content: center; }
    .footer .form-btn_end .btn {
      max-width: 100%;
      width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 110px; }
    .footer-top__pribor {
      display: none; }
  .footer-center-item_1 {
    display: none; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .footer-top {
    padding-top: 110px; }
    .footer-top__pribor {
      display: none; } }

.alicom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.3s all; }
  .alicom__title {
    color: #b6b6b6;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 5px; }
  .alicom img {
    max-width: 95px; }
  .alicom:hover {
    opacity: 1;
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.btn {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: 0.45s all; }
  .btn-green {
    background-color: #009933;
    border: none;
    color: #fff; }
    .btn-green:hover {
      background-color: #025f21; }
  .btn-yellow {
    background-color: #ffd800;
    border: none;
    color: #025f21; }
    .btn-yellow:hover {
      background-color: #cbac03;
      color: #fff; }
  .btn-outline-yellow {
    border: 3px solid #ffd800;
    background-color: transparent;
    color: #fff; }
    .btn-outline-yellow:hover {
      color: #fff; }
  .btn-shadow {
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14); }
  .btn-size-1 {
    padding: 13px 24px; }
  .btn-size-2 {
    padding: 20px 50px; }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center; }
  .owl-carousel .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    border: 2px solid #ffffff;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.4;
    border-radius: 50%;
    margin-left: 3px;
    margin-right: 3px;
    transition: 0.3s all; }
    .owl-carousel .owl-dots button.owl-dot:hover, .owl-carousel .owl-dots button.owl-dot.active {
      opacity: 1;
      background-color: #ffd800; }
.owl-carousel_nav-inner .owl-nav {
  position: absolute;
  left: 50px;
  top: 50%;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 0; }
  .owl-carousel_nav-inner .owl-nav button i {
    opacity: 0.5;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    transition: 0.3s all; }
  .owl-carousel_nav-inner .owl-nav button:hover i {
    opacity: 1; }
.owl-carousel_nav-inner_green .owl-nav {
  left: -2.5%;
  width: calc(100% + 5%); }
  .owl-carousel_nav-inner_green .owl-nav button i {
    color: #666666; }
  .owl-carousel_nav-inner_green .owl-nav button:hover i {
    color: #025f21; }

.title {
  position: relative;
  display: flex;
  padding-top: 25px; }
  .title:after {
    content: "";
    position: absolute;
    width: 165px;
    height: 4px;
    top: 0;
    background-color: #ffd800; }
  .title_center {
    justify-content: center;
    align-items: center;
    align-content: center; }
    .title_center > div {
      text-align: center; }
  .title_55 {
    margin-bottom: 55px; }
  .title_70 {
    margin-bottom: 70px; }
  @media (max-width: 767px) {
    .title_55 {
      margin-bottom: 35px; }
    .title_70 {
      margin-bottom: 50px; } }
  .title__title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .title__title {
        font-size: 21px;
        font-weight: 700;
        line-height: 27px; } }
    .title__title_white {
      color: #fff; }
    .title__title_small {
      font-size: 18px;
      line-height: 22px; }

.svg-icon {
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%; }
  .svg-icon-service-1 {
    -webkit-mask-image: url("../svg/geology.svg");
    mask-image: url("../svg/geology.svg"); }
  .svg-icon-service-2 {
    -webkit-mask-image: url("../svg/tripod.svg");
    mask-image: url("../svg/tripod.svg"); }
  .svg-icon-service-3 {
    -webkit-mask-image: url("../svg/microscope.svg");
    mask-image: url("../svg/microscope.svg"); }
  .svg-icon-service-4 {
    -webkit-mask-image: url("../svg/drill.svg");
    mask-image: url("../svg/drill.svg"); }
  .svg-icon-advantages-1 {
    -webkit-mask-image: url("../svg/map.svg");
    mask-image: url("../svg/map.svg"); }
  .svg-icon-advantages-2 {
    -webkit-mask-image: url("../svg/calendar-1.svg");
    mask-image: url("../svg/calendar-1.svg"); }
  .svg-icon-advantages-3 {
    -webkit-mask-image: url("../svg/diploma-1.svg");
    mask-image: url("../svg/diploma-1.svg"); }
  .svg-icon-advantages-4 {
    -webkit-mask-image: url("../svg/lorry.svg");
    mask-image: url("../svg/lorry.svg"); }
  .svg-icon-advantages-5 {
    -webkit-mask-image: url("../svg/research.svg");
    mask-image: url("../svg/research.svg"); }
  .svg-icon-advantages-6 {
    -webkit-mask-image: url("../svg/equipment.svg");
    mask-image: url("../svg/equipment.svg"); }
  .svg-icon-advantages-7 {
    -webkit-mask-image: url("../svg/anti-virus-software.svg");
    mask-image: url("../svg/anti-virus-software.svg"); }
  .svg-icon-advantages-8 {
    -webkit-mask-image: url("../svg/card.svg");
    mask-image: url("../svg/card.svg"); }
  .svg-icon-how-work-1 {
    -webkit-mask-image: url("../svg/customer-service.svg");
    mask-image: url("../svg/customer-service.svg"); }
  .svg-icon-how-work-2 {
    -webkit-mask-image: url("../svg/heavy-vehicle.svg");
    mask-image: url("../svg/heavy-vehicle.svg"); }
  .svg-icon-how-work-3 {
    -webkit-mask-image: url("../svg/chemistry.svg");
    mask-image: url("../svg/chemistry.svg"); }
  .svg-icon-how-work-4 {
    -webkit-mask-image: url("../svg/contract-1.svg");
    mask-image: url("../svg/contract-1.svg"); }
  .svg-icon-how-work-5 {
    -webkit-mask-image: url("../svg/contract-2.svg");
    mask-image: url("../svg/contract-2.svg"); }
  .svg-icon-nav {
    -webkit-mask-image: url("../svg/nav.svg");
    mask-image: url("../svg/nav.svg"); }

.our-advantages {
  background-image: url("../img/our-advantages-bg.png");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .our-advantages-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1045px; }
  .our-advantages-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-bottom: 70px; }
    .our-advantages-item__title {
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .our-advantages-item .svg-icon {
      background-color: #009933;
      margin-bottom: 20px;
      transform: rotate(0deg);
      transition: 0.5s all; }
    .our-advantages-item:hover .svg-icon {
      transform: rotate(360deg); }
  .our-advantages .svg-icon-advantages-1,
  .our-advantages .svg-icon-advantages-2,
  .our-advantages .svg-icon-advantages-4,
  .our-advantages .svg-icon-advantages-5 {
    width: 50px;
    height: 50px; }
  .our-advantages .svg-icon-advantages-3 {
    width: 50px;
    height: 43px; }
  .our-advantages .svg-icon-advantages-6 {
    width: 38px;
    height: 50px; }
  .our-advantages .svg-icon-advantages-7 {
    width: 48px;
    height: 48px; }
  .our-advantages .svg-icon-advantages-8 {
    width: 50px;
    height: 34px; }
  @media (max-width: 767px) {
    .our-advantages {
      margin-bottom: 50px; }
      .our-advantages-item {
        width: 50%;
        margin-bottom: 35px; }
        .our-advantages-item__title {
          font-size: 12px;
          line-height: 16px; } }

.about-company {
  position: relative;
  margin-bottom: 130px;
  overflow: hidden; }
  .about-company-description {
    max-width: 565px;
    width: 100%; }
    .about-company-description__title {
      color: #009933;
      line-height: 20px;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 26px;
      display: block; }
    .about-company-description p {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 18px;
      margin-top: 0; }
  .about-company-background {
    background-image: url("../img/about-company.jpg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 945px;
    height: 433px;
    top: 130px; }
    .about-company-background:after {
      content: "";
      width: 100%;
      max-width: 900px;
      height: 459px;
      background-color: #009933;
      display: block;
      position: absolute;
      z-index: -2;
      right: 0px;
      top: -13px;
      transition: 0.3s all; }
    .about-company-background:before {
      content: "";
      width: 100%;
      max-width: 835px;
      height: 493px;
      background-color: #666666;
      display: block;
      position: absolute;
      z-index: -1;
      right: 0px;
      top: -30px;
      transition: 0.3s all; }
    .about-company-background:hover:after, .about-company-background:hover:before {
      right: -20%; }
  @media (max-width: 767px) {
    .about-company {
      display: flex;
      flex-direction: column;
      margin-bottom: 45px; }
      .about-company-description {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px; }
      .about-company-background {
        position: relative;
        /*width: 100%;*/
        width: 90%;
        margin: auto 5%;
        top: 0px;
        right: 0px;
        /*background-size: cover;*/
        background-size: contain;
        background-position: center center;
        height: 200px; }
        .about-company-background:after, .about-company-background:before {
          content: none; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .about-company {
      display: flex;
      flex-direction: column;
      margin-bottom: 80px; }
      .about-company-description {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px; }
      .about-company-background {
        position: relative;
        width: 100%;
        top: 0px;
        right: 0px;
        background-size: cover; }
        .about-company-background:after, .about-company-background:before {
          content: none; } }
  @media (min-width: 1201px) and (max-width: 1899px) {
    .about-company-background {
      background-position: center center;
      max-width: 50%;
      width: 100%; }
      .about-company-background:before {
        width: 100%;
        max-width: 80%; }
      .about-company-background:after {
        width: 100%;
        max-width: 90%; } }

.form-one {
  position: relative;
  overflow: hidden;
  height: 560px; }
  .form-one-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end; }
  .form-one-form {
    max-width: 555px;
    width: 100%;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
    border: 3px solid #025f21;
    background-color: #ffffff;
    padding: 40px 33px; }
    .form-one-form__title {
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 26px;
      text-align: center;
      margin-bottom: 39px; }
    .form-one-form .btn {
      box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
      font-weight: 600;
      width: 100%; }
    .form-one-form .input {
      margin-bottom: 40px; }
  .form-one-bg-1 {
    background-image: url("../img/form-one-bg-1.jpg");
    width: 752px;
    height: 560px;
    position: absolute;
    left: 10%;
    bottom: -25px; }
  .form-one-bg-2 {
    background-image: url("../img/form-one-bg-2.jpg");
    width: 550px;
    height: 583px;
    position: absolute;
    right: 0;
    bottom: -52px; }
  @media (max-width: 767px) {
    .form-one {
      height: auto;
      margin-bottom: 35px; }
      .form-one-container {
        justify-content: center; }
      .form-one-form {
        padding: 30px 20px; }
        .form-one-form__title {
          font-size: 16px;
          font-weight: 400;
          line-height: 21px;
          text-align: center;
          margin-bottom: 30px; }
        .form-one-form .input {
          margin-bottom: 25px; }
        .form-one-form .input_50 {
          width: calc(100% - 30px); }
      .form-one-bg-1, .form-one-bg-2 {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .form-one-container {
      justify-content: flex-start; }
    .form-one-bg-1 {
      display: none; }
    .form-one-bg-2 {
      right: -25%; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .form-one-bg-1 {
      left: -10%; }
    .form-one-bg-2 {
      display: none; } }
  @media (min-width: 1201px) and (max-width: 1599px) {
    .form-one-bg-1 {
      left: -11%; }
    .form-one-bg-2 {
      right: -11%; } }
  @media (min-width: 1600px) and (max-width: 1880px) {
    .form-one-container {
      justify-content: center; }
    .form-one-bg-1 {
      left: 0; } }

.form-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  .form-row_wrap {
    flex-wrap: wrap; }
  .form-row .btn {
    margin-left: 15px;
    margin-right: 15px; }
.form-btn_end {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center; }
  .form-btn_end .btn {
    font-weight: 600;
    width: 100%;
    max-width: 265px; }

.input_down input {
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: 0.3s all; }
  .input_down input:focus {
    border-bottom: 1px solid #ffd800; }
.input_white input {
  width: -webkit-fill-available;
  height: 50px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding-left: 20px;
  border: none;
  transition: 0.3s all;
  padding: 18px;
  width: 100%; }
  .input_white input:focus {
    box-shadow: 2px 3px 7px rgba(2, 95, 33, 0.4); }
  .input_white input::placeholder {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px; }
.input_white textarea {
  width: -webkit-fill-available;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  padding-left: 20px;
  padding-top: 20px;
  border: none;
  transition: 0.3s all;
  width: 100%; }
  .input_white textarea:focus {
    box-shadow: 2px 3px 7px rgba(2, 95, 33, 0.4); }
  .input_white textarea::placeholder {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px; }
.input_33, .input_50, .input_100 {
  margin-left: 15px;
  margin-right: 15px; }
.input_33 {
  width: calc(33.33333% - 30px); }
.input_50 {
  width: calc(50% - 30px); }
.input_100 {
  width: calc(100% - 30px); }

.how-work {
  background-image: url("../img/how-work.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 50px 0px 0px 0px;
  margin-bottom: 90px; }
  .how-work-row {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap; }
  .how-work-item {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
    min-height: 106px;
    margin-bottom: 34px;
    padding-left: 10px;
    position: relative; }
    .how-work-item .svg-icon-how-work-5 {
      width: 46px;
      height: 50px;
      display: block;
      background-color: #ffffff; }
    .how-work-item .svg-icon-how-work-1,
    .how-work-item .svg-icon-how-work-2,
    .how-work-item .svg-icon-how-work-3,
    .how-work-item .svg-icon-how-work-4 {
      width: 50px;
      height: 50px;
      display: block;
      background-color: #ffffff; }
    .how-work-item-text {
      margin-left: 20px; }
      .how-work-item-text__title {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .how-work-item-text__desc {
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px; }
      .how-work-item-text__link {
        color: #ffd800;
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        text-decoration: underline;
        transition: 0.3s all; }
        .how-work-item-text__link:hover {
          text-decoration: none; }
    .how-work-item__number {
      width: 30px;
      height: 30px;
      background-color: #ffd800;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      color: #025f21;
      font-size: 16px;
      font-weight: 600;
      line-height: 16px;
      position: absolute;
      left: 0px;
      bottom: -15px;
      z-index: 2; }
    .how-work-item:nth-child(1), .how-work-item:nth-child(3) {
      width: calc(65% - 10px); }
    .how-work-item:nth-child(2), .how-work-item:nth-child(4) {
      width: calc(35% - 10px); }
    .how-work-item:nth-child(2):before {
      content: "";
      width: 91px;
      height: 142px;
      position: absolute;
      right: -73px;
      top: 100%;
      background-image: url("../img/how-work-line.png"); }
    .how-work-item:nth-child(5):before {
      content: "";
      width: 91px;
      height: 142px;
      position: absolute;
      left: -73px;
      top: -36px;
      transform: rotate(-180deg);
      background-image: url("../img/how-work-line.png"); }
  @media (max-width: 767px) {
    .how-work {
      height: auto;
      margin-bottom: 50px; }
      .how-work-item {
        width: 100%; }
        .how-work-item:nth-child(1), .how-work-item:nth-child(3), .how-work-item:nth-child(2), .how-work-item:nth-child(4) {
          width: calc(100% - 10px); }
        .how-work-item:nth-child(2):before {
          content: none; }
        .how-work-item:nth-child(5):before {
          content: none; } }
  @media (min-width: 768px) and (max-width: 1300px) {
    .how-work-row {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }

.projects-widget {
  margin-bottom: 90px; }
  .projects-widget-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .projects-widget-item {
    width: calc(33.3333% - 30px);
    margin-bottom: 30px;
    position: relative;
    height: 360px;
    filter: grayscale(100%);
    transition: 0.3s all;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px; }
    .projects-widget-item img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .projects-widget-item-body {
      position: absolute;
      left: 0;
      bottom: -100%;
      width: auto;
      background-color: #025f21;
      padding: 20px 30px;
      transition: 0.6s all; }
      .projects-widget-item-body__title {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; }
    .projects-widget-item:hover {
      filter: grayscale(0%);
      box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35); }
    .projects-widget-item:hover .projects-widget-item-body {
      bottom: 0; }
  @media (max-width: 767px) {
    .projects-widget {
      margin-bottom: 50px; }
      .projects-widget-item {
        width: calc(100% - 30px);
        filter: grayscale(0%);
        height: auto; }
        .projects-widget-item img {
          position: relative; }
        .projects-widget-item-body {
          bottom: 0; }
        .projects-widget-item:hover .projects-widget-item-body {
          bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .projects-widget-item {
      width: calc(50% - 30px); } }

.clients-widget {
  margin-bottom: 90px; }
  .clients-widget-item {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 154px;
    transition: 0.3s all; }
    .clients-widget-item:hover {
      opacity: 1; }
  .clients-widget img {
    width: auto !important; }

.reviews-widget {
  max-width: 768px;
  margin: 0 auto 90px auto; }
  .reviews-widget img {
    width: auto !important; }
  .reviews-widget-item {
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .reviews-widget-item-header {
      margin-bottom: 30px;
      display: grid;
      grid-template-columns: 119px auto;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas: "img ." "img ."; }
      .reviews-widget-item-header img {
        margin-right: 20px;
        grid-area: img; }
    .reviews-widget-item__desc {
      text-align: center;
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
    .reviews-widget-item__name {
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 23px;
      text-transform: uppercase;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center; }
    .reviews-widget-item__post {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      align-content: flex-start; }
    @media (max-width: 1200px) {
      .reviews-widget-item {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 768px) {
    .reviews-widget {
      margin-bottom: 50px; } }

.faq-widget {
  margin-bottom: 90px; }
  .faq-widget-box {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .faq-widget-item {
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s linear; }
    .faq-widget-item button {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      position: relative;
      padding: 16px 20px;
      background-color: #025f21;
      border: none;
      cursor: pointer;
      transition: all 0.5s linear; }
    button[aria-expanded='false'] ~ .faq-widget-item-content {
      height: 0px;
      opacity: 0;
      will-change: opacity, height; }
    button[aria-expanded='true'] ~ .faq-widget-item-content {
      opacity: 1;
      height: auto;
      will-change: opacity, height; }
    .faq-widget-item__icon {
      transition: all 0.5s linear; }
      .faq-widget-item__icon:after {
        color: #fff;
        transition: all 0.5s linear;
        font-family: 'Font Awesome 5 Pro'; }
    .faq-widget-item__title {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      line-height: 18px; }
    .faq-widget-item-content {
      transition: all 0.5s linear;
      background-color: #ededed; }
      .faq-widget-item-content p {
        padding: 22px;
        color: #666666;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin: 0; }
    button[aria-expanded='false'] > .faq-widget-item__icon:after {
      content: "\f067"; }
    button[aria-expanded='true'] > .faq-widget-item__icon:after {
      content: "\f068"; }
  @media (max-width: 767px) {
    .faq-widget {
      margin-bottom: 50px; }
      .faq-widget-item__title {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        width: calc(100% - 30px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .faq-widget-item__title {
      text-align: left;
      width: calc(100% - 30px); } }

.page-header {
  background-image: url("../img/page-header.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 235px;
  margin-bottom: 55px;
  position: relative;
  overflow: hidden; }
  .page-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
    height: 100%; }
  .page-header-item {
    display: flex;
    flex-direction: column; }
    .page-header-item:nth-child(1) {
      margin-bottom: 30px; }
  .page-header__h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
    padding-top: 22px;
    margin: 0; }
    .page-header__h1:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 165px;
      height: 4px;
      background-color: #ffd800; }
  .page-header__image {
    background-image: url("../img/page-header-img.png");
    width: 199px;
    height: 222px;
    display: block;
    position: absolute;
    bottom: -100%;
    right: 45px;
    animation-name: head__bg2;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
  @media (max-width: 767px) {
    .page-header {
      height: auto;
      padding-top: 30px;
      padding-bottom: 30px; }
      .page-header-item .breadcrumb {
        display: none; }
      .page-header__h1 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 10px; }
        .page-header__h1:after {
          height: 2px; } }
  @media (max-width: 1200px) {
    .page-header__image {
      display: none; } }

@keyframes head__bg2 {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }
.breadcrumb {
  list-style: none;
  margin-bottom: 12px;
  margin-top: 0px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px; }
  .breadcrumb-itemm, .breadcrumb span {
    color: #ececec;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
    margin-left: 10px; }
    .breadcrumb-itemm a, .breadcrumb span a {
      color: #ececec;
      font-weight: 700;
      position: relative;
      text-decoration: none;
      transition: 0.3s all; }
      .breadcrumb-itemm a:after, .breadcrumb span a:after {
        position: absolute;
        right: -12px;
        top: 3px; }
      .breadcrumb-itemm a:hover, .breadcrumb span a:hover {
        text-decoration: underline; }
    .breadcrumb-itemm:first-child, .breadcrumb span:first-child {
      margin-left: 5px; }

.seo {
  display: block;
  margin-bottom: 90px; }
  .seo p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .seo p {
        font-size: 13px;
        line-height: 20px; } }
  .seo ul {
    /* list-style: none;
     padding: 0;*/ }
    .seo ul li {
      color: #666666;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      margin-top: 0; }
      @media (max-width: 767px) {
        .seo ul li {
          font-size: 13px;
          line-height: 20px; } }
  .seo ol li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .seo ol li {
        font-size: 13px;
        line-height: 20px; } }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6); }
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    max-width: 460px;
    position: relative; }
  .modal-title {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px; }
  .modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    transition: 0.3s all; }
    .modal-close:hover {
      color: #000;
      text-decoration: none;
      cursor: pointer; }
  .modal .form .input {
    margin-bottom: 20px; }
    .modal .form .input input {
      border: 1px solid rgba(85, 84, 84, 0.25); }
  .modal .form .form-btn_end {
    justify-content: center; }
    .modal .form .form-btn_end .btn {
      max-width: 100%; }
  @media (max-width: 767px) {
    .modal-content {
      width: calc(100% - 30px); } }

.home-slider {
  margin-bottom: 35px; }
  .home-slider-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start; }
    .home-slider-body__title {
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 30px; }
    .home-slider-body__subtitle {
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 40px; }
  .home-slider-item {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .home-slider-item .container {
      height: 100%;
      position: relative; }
    .home-slider-item_1 {
      background-image: url("../img/home-slider-1.jpg"); }
      .home-slider-item_1 .home-slider__img {
        position: absolute;
        right: 0;
        bottom: 0;
        background-image: url("../img/pribor.png");
        background-repeat: no-repeat;
        width: 318px;
        height: 601px;
        transform: rotate(1deg); }
    .home-slider-item_2 {
      background-image: url("../img/home-slider-2.jpg"); }
      .home-slider-item_2 .home-slider__img {
        display: none; }
    .home-slider-item_3 {
      background-image: url("../img/home-slider-3.jpg"); }
      .home-slider-item_3 .home-slider__img {
        display: none; }
  @media (max-width: 767px) {
    .home-slider-body {
      justify-content: flex-start;
      padding-top: 30px;
      padding-bottom: 70px; }
      .home-slider-body__title {
        font-size: 21px;
        font-weight: 700;
        line-height: 32px; }
      .home-slider-body__subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 30px; }
    .home-slider-item {
      height: auto; }
      .home-slider-item_1 .home-slider__img {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-slider-item {
      height: 400px; }
      .home-slider-item_1 .home-slider__img {
        display: none; }
    .home-slider-body__title {
      font-size: 21px;
      line-height: 32px; }
    .home-slider-body__subtitle {
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 30px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .home-slider-body__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 20px; }
    .home-slider-body__subtitle {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 30px; }
    .home-slider-item {
      height: 500px; }
      .home-slider-item_1 .home-slider__img {
        display: none; } }
.home-services {
  margin-bottom: 90px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .home-services-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    gap: 0px 0px; }
    .home-services-item:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      background-color: rgba(102, 102, 102, 0.6);
      transition: 0.3s all; }
    .home-services-item_right {
      grid-template-areas: "icon title" "list list" ". btn"; }
      .home-services-item_right .svg-icon {
        margin-right: 40px; }
    .home-services-item_right .home-services-item__title {
      text-align: right;
      justify-content: flex-end; }
    .home-services-item_right .home-services-item__list {
      text-align: right; }
    .home-services-item_right .home-services-item__btn {
      justify-content: flex-end; }
    .home-services-item_left {
      grid-template-areas: "title icon" "list list" "btn ."; }
    .home-services-item_left .home-services-item__title {
      text-align: left;
      justify-content: flex-start; }
    .home-services-item_left .home-services-item__list {
      text-align: left; }
    .home-services-item_left .home-services-item__btn {
      justify-content: flex-start; }
    .home-services-item_left .home-services-item__svg {
      display: flex;
      justify-content: flex-end; }
    .home-services-item__svg {
      grid-area: icon; }
      .home-services-item__svg .svg-icon {
        width: 70px;
        height: 70px;
        display: flex;
        background-color: #fff;
        position: relative;
        z-index: 2; }
    .home-services-item__title {
      color: #fefefe;
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      text-transform: uppercase;
      grid-area: title;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      align-content: center;
      text-decoration: none;
      transition: 0.3s all;
      height: 70px; }
      .home-services-item__title:hover {
        text-decoration: underline; }
    .home-services-item__list {
      grid-area: list;
      margin: 0;
      padding: 0;
      margin-bottom: 25px;
      list-style: none;
      position: relative;
      z-index: 2; }
      .home-services-item__list li a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        text-decoration: none;
        margin-bottom: 3px;
        display: block;
        position: relative;
        transition: 0.3s all; }
        .home-services-item__list li a:before {
          content: "-";
          margin-right: 5px;
          transition: 0.3s all;
          position: relative; }
        .home-services-item__list li a:hover:before {
          margin-right: 15px; }
    .home-services-item__btn {
      grid-area: btn;
      display: flex;
      align-items: center;
      align-content: center;
      text-align: center; }
      .home-services-item__btn .btn {
        position: relative;
        z-index: 2;
        width: 192px;
        max-width: 192px;
        white-space: nowrap; }
    .home-services-item:hover:before {
      background-color: transparent; }
  @media (max-width: 767px) {
    .home-services {
      flex-direction: column;
      margin-bottom: 50px; }
      .home-services-item {
        width: calc(100% - 30px);
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
        gap: 15px 0px;
        grid-template-areas: "icon" "title" "list" "btn";
        background-size: cover; }
        .home-services-item_left .home-services-item__svg {
          justify-content: center; }
        .home-services-item__svg {
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center; }
          .home-services-item__svg .svg-icon {
            margin-right: 0; }
        .home-services-item__title {
          justify-content: center !important;
          text-align: center !important;
          font-size: 21px;
          font-weight: 700;
          line-height: 25px; }
        .home-services-item__list {
          text-align: left !important; }
          .home-services-item__list li a {
            font-size: 14px;
            margin-bottom: 10px; }
        .home-services-item__btn {
          justify-content: center !important; }
          .home-services-item__btn .btn {
            width: 100%;
            max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-services-item {
      width: calc(100% - 30px); } }

.owl-carousel_home-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 140px; }

.services-region {
  margin-bottom: 90px; }
  .services-region-box-list,
  .services-region-box ul {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 40px; }
    .services-region-box-list li a,
    .services-region-box ul li a {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 5px;
      display: block;
      text-decoration: none;
      position: relative;
      padding-left: 25px;
      transition: 0.3s all; }
      .services-region-box-list li a:after,
      .services-region-box ul li a:after {
        content: "\f3c5";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: 0;
        top: 0;
        color: #555454;
        font-size: 16px;
        transition: 0.3s all; }
      .services-region-box-list li a:hover,
      .services-region-box ul li a:hover {
        color: #025f21; }
        .services-region-box-list li a:hover:after,
        .services-region-box ul li a:hover:after {
          color: #ffd800; }
    .services-region-box-list li ul,
    .services-region-box ul li ul {
      margin-top: 10px;
      margin-left: 25px; }
  .services-region-box__title {
    font-family: 'Montserrat', sans-serif;
    color: #025f21;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px; }
  .services-region-row {
    max-width: 810px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between; }
  .services-region__subtitle {
    text-align: center;
    color: #555454;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 60px;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; }
  .services-region__title {
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px; }
  @media (max-width: 767px) {
    .services-region {
      margin-bottom: 30px; }
      .services-region-row {
        flex-direction: column; } }

.vakansii {
  margin-bottom: 90px; }
  .vakansii-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; }
    .vakansii-item-description b, .vakansii-item-description p, .vakansii-item-description li {
      color: #555454;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .vakansii-item-description b {
      font-weight: 700; }
    .vakansii-item-description p {
      margin-top: 0; }
    .vakansii-item-description ul {
      margin-top: 0;
      padding-left: 20px; }
    .vakansii-item-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-bottom: 20px; }
      .vakansii-item-header__time {
        color: #025f21;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px; }
      .vakansii-item-header__title {
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px; }
    .vakansii-item-mooney {
      margin-bottom: 25px;
      display: flex;
      justify-content: flex-start;
      align-content: center;
      align-items: center; }
      .vakansii-item-mooney__price {
        color: #025f21;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px; }
      .vakansii-item-mooney__title {
        color: #555454;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        text-transform: uppercase;
        margin-right: 30px; }
  .vakansii-row {
    display: flex;
    flex-direction: column; }
  @media (max-width: 767px) {
    .vakansii {
      margin-bottom: 50px; }
      .vakansii-item-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        margin-bottom: 30px; }
        .vakansii-item-header__title {
          font-size: 18px;
          line-height: 21px;
          margin-bottom: 15px; }
        .vakansii-item-header__time {
          font-size: 14px; }
      .vakansii-item-mooney {
        justify-content: space-between; }
        .vakansii-item-mooney__title {
          font-size: 12px;
          font-weight: 700;
          line-height: 14px;
          text-transform: capitalize;
          margin-right: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vakansii-item-header__title {
      font-size: 18px;
      line-height: 23px; }
    .vakansii-item-header__time {
      font-size: 14px; } }

.statii {
  margin-bottom: 90px; }
  .statii-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 30px; }
    .statii-item-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-content: flex-start;
      align-items: flex-start;
      min-height: 275px; }
      .statii-item-body__date {
        margin-bottom: 5px;
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px; }
        .statii-item-body__date i {
          color: #666666;
          font-size: 12px;
          margin-right: 10px; }
      .statii-item-body__desc {
        margin-bottom: 5px;
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px; }
      .statii-item-body__title {
        margin-bottom: 5px;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
        padding-top: 22px;
        position: relative;
        text-decoration: none;
        transition: 0.3s all; }
        .statii-item-body__title:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 165px;
          height: 4px;
          background-color: #ffd800; }
        .statii-item-body__title:hover {
          text-decoration: underline; }
    .statii-item__img {
      min-width: 450px;
      height: 275px;
      margin-right: 30px; }
      .statii-item__img img {
        filter: grayscale(100%);
        transition: 0.3s all; }
    .statii-item:hover .statii-item__img img {
      filter: grayscale(0%); }
    @media (max-width: 767px) {
      .statii-item {
        flex-direction: column; }
        .statii-item__img {
          min-width: 100%;
          height: auto;
          margin-bottom: 30px; }
        .statii-item-body__title {
          font-size: 16px;
          line-height: 21px;
          text-transform: uppercase;
          padding-top: 15px;
          margin-bottom: 15px; }
          .statii-item-body__title:after {
            height: 2px; }
        .statii-item-body__date {
          margin-bottom: 10px; }
        .statii-item-body__desc {
          font-size: 12px;
          line-height: 18px; }
        .statii-item-body .btn {
          width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .statii-item {
        margin-bottom: 45px; }
        .statii-item__img {
          min-width: 300px; }
        .statii-item-body {
          min-height: 350px; } }
  .statii-row {
    display: flex;
    flex-direction: column; }
  .statii-single__date {
    margin-bottom: 20px;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px; }
    .statii-single__date i {
      color: #666666;
      font-size: 12px;
      margin-right: 10px; }
  .statii-single__fullimage {
    filter: grayscale(100%);
    margin-bottom: 30px;
    transition: 0.3s all; }
    .statii-single__fullimage:hover {
      filter: grayscale(0%); }
  .statii-single p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0; }
  .statii-single li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 15px;
  }
  .statii-single-gallery {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 35px -15px; }
    .statii-single-gallery img {
      margin: 15px; }
  @media (max-width: 767px) {
    .statii-single__fullimage {
      width: calc(100% - 30px); }
    .statii-single-gallery {
      flex-wrap: wrap;
      margin-top: 20px;
      margin-bottom: 20px; }
      .statii-single-gallery img {
        max-width: calc(100% - 30px); } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .statii-single__fullimage {
      width: calc(100% - 30px); }
    .statii-single-gallery {
      flex-wrap: wrap; }
      .statii-single-gallery img {
        max-width: calc(100% - 30px); } }

.contact-body {
  margin-bottom: 60px;
  position: relative;
  height: 400px; }
  .contact-body iframe {
    width: 100%;
    height: 100%; }
.contact-box {
  position: absolute;
  top: 50px;
  right: 100px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
  background-color: #025f21;
  display: flex;
  flex-direction: column;
  padding: 35px 40px; }
  .contact-box-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 20px; }
    .contact-box-item-text {
      display: flex;
      flex-direction: column; }
      .contact-box-item-text__address {
        color: #fafafa;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px; }
      .contact-box-item-text__link {
        color: #fafafa;
        font-size: 15px;
        font-weight: 400;
        line-height: 15px;
        margin-bottom: 2px;
        text-decoration: none;
        transition: 0.3s all; }
        .contact-box-item-text__link b {
          font-weight: 700; }
        .contact-box-item-text__link:hover {
          text-decoration: underline; }
      .contact-box-item-text__title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 10px;
        padding-top: 6px; }
    .contact-box-item__icon {
      margin-right: 10px; }
@media (max-width: 767px) {
  .contact-body {
    height: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse; }
    .contact-body iframe {
      width: 100%;
      height: 350px; }
  .contact-box {
    position: static;
    padding: 20px 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .contact-box {
    top: 0;
    right: 0;
    height: 100%;
    flex-direction: column;
    padding: 0px 15px;
    justify-content: center; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-box {
    right: 50px; } }

.object {
  margin-bottom: 90px; }
  .object-header {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px; }
    .object-header > img,
    .object-header .object-header-body {
      margin-left: 15px;
      margin-right: 15px; }
    .object-header__title {
      padding-left: 23px;
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      position: relative;
      display: block;
      margin-bottom: 40px;
      border-left: 3px solid #ffd800; }
    .object-header-list {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px; }
      .object-header-list__line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 8px; }
        .object-header-list__line span {
          color: #000000;
          font-family: 'Montserrat', sans-serif;
          font-size: 12px;
          font-weight: 700;
          line-height: 14px;
          text-transform: uppercase; }
        .object-header-list__line b {
          color: #025f21;
          font-size: 14px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          line-height: 24px; }
    .object-header-preview__title {
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .object-header-preview p {
      color: #666666;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
  .object p {
    margin-top: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  .object ul li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .object ul li {
        font-size: 13px;
        line-height: 20px; } }
  .object ol li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .object ol li {
        font-size: 13px;
        line-height: 20px; } }
  @media (max-width: 767px) {
    .object-header {
      flex-direction: column; }
      .object-header__title {
        font-size: 14px; }
      .object-header-list__line span {
        font-weight: 400;
        text-transform: inherit; }
      .object-header-list__line b {
        font-weight: 600; }
      .object-header img {
        max-width: calc(100% - 30px);
        margin-bottom: 20px;
        width: auto;
        height: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .object-header {
      flex-direction: column; }
      .object-header img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }

.services {
  margin-bottom: 90px; }
  .services-head {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px; }
    .services-head-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center; }
    .services-head-body {
      background-color: #025f21;
      width: 100%;
      max-width: 360px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding: 40px 30px;
      height: 200px; }
    .services-head-list {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .services-head-list__line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 30px; }
        .services-head-list__line span {
          color: #ffffff;
          font-family: 'Montserrat', sans-serif;
          font-size: 14px;
          font-weight: 700;
          line-height: 16px;
          text-transform: uppercase; }
  .services p,
  .services li {
    margin-top: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
  .services .title {
    margin-top: 55px; }
  .services ul {
    /*list-style: none;
    padding: 0;*/
    margin-top: 0; }
    .services ul li {
      margin-bottom: 3px; }
  .services-center {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    min-height: 450px;
    margin: 30px 0px; }
    .services-center-img {
      position: absolute;
      left: 0; }
      .services-center-img:after {
        content: "";
        display: block;
        width: 100%;
        max-width: 900px;
        height: 420px;
        background-color: #666666;
        position: absolute;
        left: 0;
        top: -10px;
        z-index: -1; }
    .services-center p {
      max-width: 555px; }
  @media (max-width: 767px) {
    .services-head-body {
      padding: 20px 15px;
      height: 100%;
      max-width: 290px;
      min-width: 260px; }
      .services-head-body .btn-size-1 {
        padding: 13px 20px; }
    .services-head-list__line span {
      font-weight: 400;
      line-height: 16px;
      text-transform: inherit; } }
  @media (max-width: 1200px) {
    .services-center {
      display: flex;
      flex-direction: column; }
      .services-center-img {
        max-width: 100%;
        position: static;
        margin-bottom: 30px; }
        .services-center-img img {
          max-width: 100%; }
        .services-center-img:after {
          content: none; }
      .services-center p {
        max-width: 100%; } }
  @media (min-width: 1201px) and (max-width: 1899px) {
    .services-center-img {
      max-width: 50%; }
      .services-center-img img {
        max-width: 100%; }
      .services-center-img:after {
        max-width: 90%;
        height: calc(100% + 6%);
        top: -3%; } }

.price {
  margin-bottom: 90px; }
  .price-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: -15px;
    margin-right: -15px; }
  .price-column {
    margin-left: 15px;
    margin-right: 15px; }
    .price-column_1 {
      width: calc(25% - 30px); }
    .price-column_2 {
      width: calc(75% - 30px); }
  .price-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
    margin-top: 0; }
    .price-menu li {
      margin-bottom: 10px;
      width: 100%;
      display: flex; }
    .price-menu__item {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      padding: 10px 20px;
      background-color: #555454;
      text-decoration: none;
      transition: 0.3s all; }
      .price-menu__item .svg-icon {
        background-color: #fff;
        min-width: 31px;
        min-height: 31px;
        margin-right: 15px; }
      .price-menu__item span {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        text-transform: uppercase; }
      .price-menu__item:hover, .price-menu__item.active {
        box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
        background-color: #025f21; }
  .price-table {
    display: flex;
    flex-direction: column; }
    .price-table-body {
      display: flex;
      flex-direction: column; }
      .price-table-body-line {
        padding: 15px 20px;
        margin-bottom: 30px;
        transition: 0.3s all;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: auto;
        gap: 0px 10px;
        grid-template-areas: ". . . ."; }
        .price-table-body-line__item {
          color: #000000;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          text-align: center; }
          .price-table-body-line__item:first-child {
            text-align: left; }
        .price-table-body-line:hover {
          background-color: rgba(0, 0, 0, 0.1); }
    .price-table-thead {
      padding: 15px 20px;
      background-color: #555454;
      margin-bottom: 30px;
      display: grid;
      grid-template-columns: 25% 25% 25% 25%;
      grid-template-rows: auto;
      gap: 0px 10px;
      grid-template-areas: ". . . ."; }
      .price-table-thead__item {
        text-align: center;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px; }
    .price-table-title {
      background-color: #e2e2e2;
      padding: 15px 20px;
      display: flex;
      margin-bottom: 5px; }
      .price-table-title span {
        display: flex;
        color: #025f21;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase; }
  .price-banner {
    background-image: url("../img/price-banner.jpg");
    width: 100%;
    max-width: 263px;
    height: 352px;
    position: relative; }
    .price-banner__title {
      text-align: center;
      padding: 15px 10px 0px 10px;
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase; }
    .price-banner__text {
      position: absolute;
      right: 0;
      bottom: 70px;
      width: 160px;
      height: 100px;
      display: flex;
      box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.14);
      border-radius: 49px 0 0 49px;
      background-color: #ffd800;
      text-align: right;
      color: #000000;
      font-size: 11px;
      font-weight: 700;
      line-height: 16px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 10px; }
  @media (max-width: 767px) {
    .price-menu, .price-banner {
      display: none; }
    .price-row {
      flex-direction: column; }
    .price-column_1 {
      width: 0px; }
    .price-column_2 {
      width: calc(100% - 30px); }
    .price-table-thead {
      padding: 10px 10px;
      margin-bottom: 20px;
      grid-template-columns: 100%;
      grid-template-rows: auto;
      gap: 5px 0px;
      grid-template-areas: "."; }
    .price-table-body-line {
      padding: 10px 10px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(85, 84, 84, 0.25);
      grid-template-columns: 100%;
      grid-template-rows: auto;
      gap: 15px 0px;
      grid-template-areas: "."; }
      .price-table-body-line__item:first-child, .price-table-body-line__item:last-child {
        text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .price-row {
      flex-direction: column; }
    .price-column_1, .price-column_2 {
      width: calc(100% - 30px); }
    .price-menu {
      flex-direction: row;
      margin-bottom: 30px; }
      .price-menu li {
        margin-bottom: 0; }
        .price-menu li a {
          margin-bottom: 0; }
    .price-banner {
      display: none; } }

.services-category-header {
  margin-bottom: 60px; }
.services-category-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 90px; }
.services-category-item {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px); }
  .services-category-item a {
    position: relative;
    padding: 10px 50px;
    min-height: 200px;
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    max-width: -webkit-fill-available;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #555454;
    text-decoration: none;
    transition: 0.3s all; }
    .services-category-item a img {
      filter: grayscale(100%);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: 100%;
      z-index: 1;
      opacity: 0.3;
      transition: 0.3s all; }
  .services-category-item__title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2; }
  .services-category-item .btn {
    position: absolute;
    bottom: -100%;
    opacity: 1;
    z-index: 2;
    transition: 0.3s all; }
  .services-category-item_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center; }
    .services-category-item_form__title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      color: #000000;
      margin-bottom: 5px; }
    .services-category-item_form__subtitle {
      color: #000000;
      margin-bottom: 25px;
      font-weight: 400;
      font-size: 16px;
      line-height: 17px; }
    .services-category-item_form .btn {
      position: static;
      max-width: 360px;
      width: 100%; }
  .services-category-item:hover a {
    box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.35);
    background-color: #025f21; }
    .services-category-item:hover a img {
      filter: grayscale(0%); }
  .services-category-item:hover .btn {
    bottom: 5%; }
  .services-category-item:nth-child(3), .services-category-item:nth-child(4), .services-category-item:nth-child(9), .services-category-item:nth-child(10), .services-category-item:nth-child(15), .services-category-item:nth-child(16) {
    width: calc(50% - 30px); }
.services-category-steps {
  margin-bottom: 125px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto auto;
  gap: 90px 0px;
  grid-template-areas: ". . . ." ". . . ."; }
  .services-category-steps-item__number {
    width: 40px;
    height: 40px;
    border: 3px solid #025f21;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 50%;
    color: #025f21;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 30px; }
  .services-category-steps-item p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding-right: 30px; }
.services-category-center {
  min-height: 436px;
  display: flex;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 60px; }
  .services-category-center__text {
    margin-bottom: 0;
    text-align: left;
    max-width: 520px; }
    .services-category-center__text p {
      text-align: left !important;
      line-height: 24px !important;
      margin-bottom: 6px; }
  .services-category-center__img {
    position: absolute;
    right: 0;
    max-width: 900px; }
    .services-category-center__img img {
      max-width: 100%;
      width: auto;
      position: relative;
      z-index: 1; }
    .services-category-center__img:after {
      content: "";
      width: 100%;
      max-width: 850px;
      height: 450px;
      position: absolute;
      right: 0;
      top: -19px;
      background-color: #009933; }
.services-category .seo p {
  color: #000000;
  text-align: center;
  line-height: 30px; }
.services-category .seo ul li,
.services-category .seo ol li {
  color: #000000;
  padding-left: 20px; }
@media (max-width: 767px) {
  .services-category-header {
    margin-bottom: 40px; }
  .services-category-row {
    margin-bottom: 50px; }
  .services-category-item {
    width: calc(100% - 30px); }
    .services-category-item_form__subtitle {
      text-align: center; }
    .services-category-item:nth-child(3), .services-category-item:nth-child(4), .services-category-item:nth-child(9), .services-category-item:nth-child(10), .services-category-item:nth-child(15), .services-category-item:nth-child(16) {
      width: calc(100% - 30px); }
  .services-category-centertext {
    margin-bottom: 50px; }
  .services-category-steps {
    margin-bottom: 50px;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px 0px;
    grid-template-areas: "."; }
    .services-category-steps-item {
      display: flex; }
      .services-category-steps-item__number {
        min-height: 40px;
        min-width: 40px;
        margin-right: 15px; }
  .services-category-center {
    flex-direction: column; }
    .services-category-center__img {
      position: static;
      max-width: 100%;
      width: 100%;
      margin-top: 35px; }
      .services-category-center__img:after {
        content: none; }
  .services-category .seo p {
    line-height: 20px; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .services-category-item {
    width: calc(50% - 30px); }
    .services-category-item:last-child {
      width: calc(100% - 30px); }
  .services-category-steps {
    grid-template-columns: 33.3333% 33.3333% 33.3333%;
    grid-template-rows: auto auto auto;
    gap: 45px 0px;
    grid-template-areas: ". . ." ". . ." ". . ."; }
  .services-category-center {
    display: flex;
    flex-direction: column; }
    .services-category-center__text {
      max-width: 100%;
      margin-bottom: 30px; }
    .services-category-center__img {
      position: static; }
      .services-category-center__img:after {
        content: none; } }
@media (min-width: 1201px) and (max-width: 1899px) {
  .services-category-center__img {
    max-width: 50%;
    width: 100%; }
    .services-category-center__img:after {
      width: 100%;
      height: calc(100% + 6%);
      top: -3%;
      max-width: 95%; } }

.category-region {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px; }
  .category-region-item {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px; }
    .category-region-item-bg {
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      background-color: #666666;
      position: relative;
      height: 363px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      transition: 0.3s all; }
      .category-region-item-bg img {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        position: relative;
        filter: grayscale(100%);
        transition: 0.3s all; }
      .category-region-item-bg .svg-icon {
        position: absolute;
        background-color: #fff;
        z-index: 2;
        min-width: 175px;
        min-height: 175px; }
    .category-region-item-text {
      width: calc(50% - 30px);
      margin-left: 15px;
      margin-right: 15px;
      display: flex;
      flex-direction: column; }
    .category-region-item__list {
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
      list-style: none;
      position: relative;
      z-index: 2; }
      .category-region-item__list li a {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
        text-decoration: none;
        margin-bottom: 5px;
        display: block;
        position: relative;
        transition: 0.3s all; }
        .category-region-item__list li a:before {
          content: "-";
          margin-right: 5px;
          transition: 0.3s all;
          position: relative; }
        .category-region-item__list li a:hover:before {
          margin-right: 15px; }
    .category-region-item__title {
      color: #000000;
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 26px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 25px;
      text-decoration: none;
      transition: 0.3s all; }
      .category-region-item__title:hover {
        text-decoration: underline; }
    .category-region-item .btn {
      max-width: 240px;
      width: 100%;
      text-align: center;
      font-weight: 700; }
    .category-region-item:hover .category-region-item-bg {
      background-color: #009933; }
      .category-region-item:hover .category-region-item-bg img {
        filter: grayscale(0%); }
    .category-region-item:nth-child(2n) .category-region-item-text {
      text-align: right;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-end;
      align-content: center; }
  .category-region .seo {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .category-region {
      margin-bottom: 50px; }
      .category-region-item-bg {
        width: calc(100% - 30px);
        height: 200px;
        margin-bottom: 30px; }
      .category-region-item-text {
        width: calc(100% - 30px); }
      .category-region-item__title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 20px; }
      .category-region-item:nth-child(2n+1) {
        flex-direction: column; }
      .category-region-item:nth-child(2n) {
        flex-direction: column-reverse; } }

/*# sourceMappingURL=main.css.map */
