

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Hairline.eot');
  src: local('Lato-Hairline'), local('Lato-Hairline'),
    url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Hairline.woff2') format('woff2'),
    url('../fonts/Lato-Hairline.woff') format('woff'),
    url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.eot');
  src: local('Lato-Thin'), local('Lato-Thin'),
    url('../fonts/Lato-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Thin.woff2') format('woff2'),
    url('../fonts/Lato-Thin.woff') format('woff'),
    url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: local('Lato-Light'), local('Lato-Light'),
    url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: local('Lato-Regular'), local('Lato-Regular'),
    url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.eot');
  src: local('Lato-Medium'), local('Lato-Medium'),
    url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Medium.woff2') format('woff2'),
    url('../fonts/Lato-Medium.woff') format('woff'),
    url('../fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.eot');
  src: local('Lato-Semibold'), local('Lato-Semibold'),
    url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Semibold.woff2') format('woff2'),
    url('../fonts/Lato-Semibold.woff') format('woff'),
    url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: local('Lato-Bold'), local('Lato-Bold'),
    url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Heavy.eot');
  src: local('Lato-Heavy'), local('Lato-Heavy'),
    url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Heavy.woff2') format('woff2'),
    url('../fonts/Lato-Heavy.woff') format('woff'),
    url('../fonts/Lato-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: local('Lato-Black'), local('Lato-Black'),
    url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato-Black.woff') format('woff'),
    url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'tinvwl-webfont';
  src: url('../icon/tinvwl-webfont.woff2') format('woff2'),
      url('../icon/tinvwl-webfont.woff2') format('woff'),
       url('../icon/tinvwl-webfont.woff') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scrollbar-gutter: stable;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

body {
  font-family: 'Lato';
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 auto;
  color: #2F332B;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.052em;
  background: #fff;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a, button, svg {
  transition: 0.3s;
}

a:hover, button:hover, svg:hover {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

/*header*/

.header {
  background: #fff;
}

.header__top {
  background: url(../images/header__top__bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 12px 0;
}

.header__top__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__top p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.header__top__right {
  display: flex;
  align-items: center;
}

.header__email a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.header__email a img {
  width: 13px;
  height: 13px;
  margin: 0 10px 0 0;
}

.header__email a:hover {
  color: #5EBD0B;
}

.header__favorites a {
  position: relative;
  color: #5EBD0B;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.header__favorites a:before {
  content: "\e909";
  display: inline-block;
  font-family: "tinvwl-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  vertical-align: sub;
  margin-right: 5px;
}

.header__favorites a.header__favorites__counter:before {
  content: "\e908";
}

.header__top__nav ul {
  display: flex;
  padding: 0 0 0 35px;
}

.header__top__nav ul li {
  display: flex;
  padding: 0 35px 0 0;
}

.header__top__nav ul li:last-child {
  padding: 0;
}

.header__top__nav ul li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

.header__top__nav ul li a:hover {
  color: #5EBD0B;
}

.header__middle {
  padding: 30px 0;
}

.header__middle__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo a {
  display: flex;
}

.header__search {
  position: relative;
}

.header__search__input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  margin: 0 0 0 0;
  width: 438px; 
  padding: 0 57px 0 27px;
  height: 45px; 
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #5ebd0b;
}

.header__search__btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  position: absolute;
}

.header__search__btn svg path {
  fill: #5ebd0b;
}

.header__number a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.072em;
  color: #2F332B;
}

.header__number a:hover {
  color: #5ebd0b;
}

.header__number a img {
  margin: 0 25px 0 0;
}

.header__middle__bg {
  background: url(../images/header__top__bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 26px 0;
}

.header__middle__bg__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__middle__bg__left p {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.header__location {
  cursor: pointer;
}

.header__location span {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 9px solid green;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.header__middle__bg__mid p {
  font-size: 21px;
  color: #fff;
}

.header__middle__bg__right {
  display: flex;
  align-items: center;
}

.header__middle__bg__right__icon {
  margin: 0 17px 0 0;
  display: flex;
}

.header__middle__bg__right p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.header__menu {
  padding: 28px 0;
}

.header__menu ul {
  display: flex;
  justify-content: space-between;
}

.header__menu ul li {
  display: flex;
}

.header__menu__link {
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  padding: 0 40px;
  border: 2px solid #5EBD0B;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.072em;
  color: #2F332B;
}

.header__menu__link:hover {
  background: #5EBD0B;
  color: #fff;
}

.header__menu__link.active {
  background: #5EBD0B;
  color: #fff;
}

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.sliding__panel__content {
  position: absolute;
  top: 422px;
  right: auto;
  left: 0px;
  height: auto;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.3s linear;
  z-index: 13 !important;
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}

.sliding__panel__content.is__visible {
  visibility: visible;
  opacity: 1;
  
}

body.is__visible {
  
}

.sliding__border {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 50px 0;
  position: relative;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}

.burger__close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #868785;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.sliding__top {
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #C4C4C4;
}

.sliding__content {
  display: flex;
  padding: 30px 50px;
}

.sliding__block {
  width: 33.3333333%;
  margin: 0 40px 0 0;
}

.sliding__block:last-child {
  margin: 0;
}

.sliding__nav {
  margin-bottom: 30px;
}

.sliding__nav:last-child {
  margin: 0;
}

.sliding__nav h3 {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #5EBD0B;
  padding: 0 0 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.sliding__nav h3 img {
  margin: 0 10px 0 0;
}

.sliding__nav ul {
  padding: 15px 0 0 20px;
}

.sliding__nav ul li {
  display: flex;
  margin: 0 0 8px 0;
}

.sliding__nav ul li:last-child {
  margin: 0;
}

.sliding__nav ul li a {
  line-height: 1.3;
  color: #868785;
  font-weight: 600;
}

.sliding__nav ul li a:hover {
  color: #5EBD0B;
}

.accordion__sliding {
  width: 100%;
  margin: 0;
  padding: 0;
}

.accordion__sliding .link__sliding {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 0 15px 10px;
}

.accordion__sliding .link__sliding h3 {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #5EBD0B;
  padding: 0 0 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  width: 85%;
}

.accordion__sliding .link__sliding h3 img {
  margin: 0 10px 0 0;
}

.accordion__sliding .link__sliding span {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #5EBD0B;
  border-radius: 50%;
  display: flex;
}

.accordion__sliding .link__sliding span:before {
  position: absolute;
  content: '+';
  width: 100%;
  top: -2px;
  left: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 26px;
}

.accordion__sliding li.open__sliding .link__sliding span:before {
  content: '-';
}

.sliding__accordion__content {
  display: none;
  padding: 0 0 30px 0;
}

.sliding__accordion {
  margin-bottom: 30px;
}

.sliding__accordion__content .sliding__nav ul {
  padding: 0 0 0 20px;
}

.sliding__links ul li {
  display: flex;
  padding: 0 0 20px 0;
}

.sliding__links ul li:last-child {
  padding: 0;
}

.sliding__links ul li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  display: inline-block;
  color: #2F332B;
}

.sliding__btn {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0 20px;
}

.sliding__panel__close {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #5EBD0B;
  border-radius: 5px;
  height: 60px;
  padding: 0 30px;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
}

.sliding__panel__close:hover {
  background: #50a307;
}

.body-open {
  overflow: hidden;
}

.mt-munu-mb {
  height: 100%;
}

.burger {
  position: absolute;
  top: 5px;
  right: 0;
  display: none !important;
  cursor: pointer;
  z-index: 12;
  align-items: center;
  transition: 0.3s;
}

.burger i:nth-of-type(1) {
  display: flex;
}

.burger i:nth-of-type(2) {
  display: none;
}

.burger.burger-open i:nth-of-type(1) {
  display: none;
}

.burger.burger-open i:nth-of-type(2) {
  
  display: flex;
}

.burger.burger-open {
  right: -12%;
}


.mt-mobile {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
  max-width: 85%;
  width: 100%;
  height: 100vh;
  padding: 60px 40px;
  transition: 0.5s ease all;
  clip-path: circle(0 at 100% 0);
  z-index: -1;
}


.mt-mobile.nav-open {
  transition: 0.5s ease all;
  clip-path: circle(200%);
  z-index: 11;
}

.burger__nav ul li {
  display: flex;
}

.header__open__search {
  display: none;
}

.accordion__sliding__mobile {
  display: none;
}

.open__search {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  padding: 60px 0;
  background: #fff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}

.open__search.open__search__visible {
  opacity: 1;
  visibility: visible;
}

.open__search__close {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.open__search__close svg {
  width: 22px;
  height: 22px;
}

/*work*/

.work {
  padding: 60px 0 0 0;
}

.work__slider {
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.work__img {
  display: flex;
}

.work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work__swiper__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5EBD0B;
}

.work__swiper__btn:after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.work__swiper__next {
  right: 32px;
}

.work__swiper__next:after {
  content: 'next';
}

.work__swiper__prev:after {
  content: 'prev';
}

.work__swiper__prev {
  left: 32px;
}

.work__border {
  background: rgba(223, 223, 223, 0.95);
  border-radius: 5px;
  width: 90%;
  margin: -35px auto 0 auto;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.work__icon {
  display: flex;
}

.work__border p {
  padding: 0 20px;
  font-size: 21px;
}

.work__border__btn button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #5EBD0B;
  border-radius: 5px;
  padding: 15px 30px;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
}

.work__border__btn button:hover {
  background: #50a307;
}

/*work__catalog*/

.work__catalog {
  padding: 90px 0 140px 0;
}

.work__catalog__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.work__catalog__block {
  width: 25%;
  padding: 30px 10px 0 10px;
}

.work__catalog__card {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  transition: 0.3s;
}

.work__catalog__card:hover {
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
  transform: translate(0, -20px);
}

.work__catalog__card__top {
  width: 100%;
}

.work__catalog__card__bottom {
  width: 100%;
}

.work__catalog__img {
  display: flex;
  justify-content: center;
  height: 180px;
  margin-bottom: 10px
}

.work__catalog__img img {
  object-fit: cover;
  height: 100%;
}

.work__catalog__card h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #272925;
  text-align: center;
  margin-bottom: 20px;
}

.work__catalog__card a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 214px;
  height: 35px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #5EBD0B;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  letter-spacing: 0.12em;
}

.work__catalog__card a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.work__catalog__card a:hover {
  background: #50a307;
}

/*work__advantages*/

.work__advantages {
  padding: 75px 0;
  position: relative;
}

.work__advantages__banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.work__advantages__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #5EBD0B;
}

.title__center {
  text-align: center;
}

.work__advantages .title {
  color: #fff;
}

.work__advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0 -15px;
}

.work__advantages__block {
  width: 25%;
  padding: 30px 15px 0 15px;
}

.work__advantages__icon {
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__advantages__card p {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.work__advantages__zindex {
  position: relative;
  z-index: 1;
}

/*work__befefit*/

.work__befefit {
  padding: 140px 0;
}

.work__befefit__wrap {
  display: flex;
  align-items: center;
}

.work__befefit__block {
  width: 50%;
  margin: 0 50px 0 0;
}

.work__befefit__block:last-child {
  margin: 0;
}

.work__befefit__img {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
}

.work__befefit h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.work__befefit__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 20px 0;
}

.work__befefit ul {
  margin-bottom: 35px;
}

.work__befefit ul li {
  padding: 0 0 0 38px;
  margin: 0 0 9px 0;
  position: relative;
  font-size: 18px;
  line-height: 1.35;
}

.work__befefit ul li:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  background: url(../images/work__befefit__list.svg) 0 0 no-repeat;
  width: 23px;
  height: 23px;
}

.work__befefit ul li:last-child {
  margin: 0;
}

.work__befefit p {
  width: 238px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #DF6622;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.work__befefit button {
  width: 238px;
  height: 52px;
  background: #5EBD0B;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.work__befefit button:hover {
  background: #50a307;
}

.work__about {
  padding: 100px 0 0 0;
  height: 843px;
  background-image: url(../images/work__about.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.work__about__banner {
  display: none;
}

.work__about__wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.work__about__img {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.work__about__border {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 33px 40px;
  width: 68%;
  position: absolute;
  right: 0;
  height: auto;
}

.work__about h3 {
  font-weight: 700;
  text-align: center;
}

.work__about__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px 0;
}

.work__about__text {
  width: 87%;
  margin: 0 auto;
}

.work__about__text p {
  line-height: 1.35;
  margin-bottom: 18px;
}

.work__about__text p:last-child {
  margin: 0;
}

/*work__leave*/

.work__leave {
  margin-top: -116px;
  position: relative;
  z-index: 1;
}

.work__leave__border {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 28px;
  border-radius: 10px;
  background: rgba(247, 247, 247, 0.92);
}

.work__leave h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  color: #DF6622;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3px;
}

.work__leave p {
  text-align: center;
  margin: 0 0 13px 0;
}

.work__leave__form {
  max-width: 560px;
  margin: 0 auto;
}

.work__leave__border__pd {
  padding: 12px 0 0 0;
}

.work__leave__input {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2F332B;
  margin: 0 0 0 0;
  width: 100%;
  padding: 0 25px;
  height: 46px;
  box-sizing: border-box;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 1px;
}

.work__leave__input::-webkit-input-placeholder {
  opacity: 0.6;
}

.work__leave__input::-moz-placeholder {
  opacity: 0.6;
}

.work__leave__input:-ms-input-placeholder {
  opacity: 0.6;
}

.work__leave__input::placeholder {
  opacity: 0.6;
}

.work__leave__form__chekbox {
  padding: 20px 0 0 0;
}

.checkbox-main {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  position: relative;
}

.checkbox-main .checkbox {
  margin: 4px 0 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
  background: #d6d6d6;
  box-sizing: border-box;
  position: relative;
}

.checkbox-main input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.checkbox-main input[type="checkbox"]:checked ~ .checkbox {
  background: #fff url(../images/checkbox_bf.svg) 50% 50% no-repeat;
  background-size: 14px;
  border: 1px solid #ddd;
}

.checkbox-main b {
  font-size: 14px;
  line-height: 1.4;
  color: #9DA3C4;
  padding: 3px 0 0 15px;
  width: 95%;
}

.checkbox-main b a {
  font-size: 14px;
  line-height: 1.4;
  color: #0668c4;
  display: inline;
  text-decoration: underline;
}

.checkbox-main b a:hover {
  text-decoration: none;
}

.work__leave__form__btn {
  padding: 20px 0 0 0;
}

.work__leave__form button {
  width: 100%;
  height: 56px;
  background: #5EBD0B;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.work__leave__form button:hover {
  background: #50a307;
}

/*work__popular*/

.work__popular {
  padding: 140px 0;
}

.work__popular__slider {
  margin: 25px 0 0 0;
}

.work__popular__swiper .swiper-wrapper {
  align-items: stretch;
}

.work__popular__swiper .swiper-slide {
  height: auto;
}

.work__popular__card {
  height: 100%;
  background: #F7F7F7;
  position: relative;
  transition: 0.3s;
}

.work__popular__card:hover {
  box-shadow: 0px 3px 10px rgba(72, 138, 14, 0.4);
}

.work__popular__card__link:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.work__popular__flex {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.work__popular__top {
  width: 100%;
}

.work__popular__img {
  display: flex;
  height: 370px;
  background: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.work__popular__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work__popular__swiper {
  padding: 5px 5px !important;
}

.work__popular__favorite {
  position: absolute;
  top: 10px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.work__popular__favorite:before {
  content: "\e909";
  display: inline-block;
  font-family: tinvwl-webfont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  vertical-align: sub;
  color: #5EBD0B;
}

.work__popular__favorite__count:before {
  content: "\e908";
}

.work__popular__zoom {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 15px;
  display: flex;
}

.work__popular__content {
  padding: 20px 20px;
}

.work__popular__content__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work__popular__content__wrap h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.work__popular__content__wrap p {
  height: 32px;
  white-space: nowrap;
  background: #DF6622;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #fff;
}

.work__popular__content__info {
  padding: 10px 0 0 0;
}

.work__popular__content__info p {
  margin-bottom: 14px;
  font-size: 14px;
}

.work__popular__content__info p:last-child {
  margin: 0;
}

.work__popular__bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}

.work__popular__bottom a {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #2F332B;
  background: #C8C8C8;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__popular__bottom a:hover {
  background: #adadad;
}

.work__popular__bottom button {
  width: 100%;
  height: 62px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #5EBD0B;
}

.work__popular__bottom button:hover {
  background: #50a307;
}

.work__popular__swiper__pagination {
  display: flex;
  justify-content: center;
  height: 15px;
  margin-top: 40px;
}

.work__popular__swiper__pagination .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #D9D9D9 !important;
  opacity: 1 !important;
  margin: 0 5px !important;
}

.work__popular__swiper__pagination .swiper-pagination-bullet-active {
  background: #2F332B !important;
}

.work__popular__link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.work__popular__link a {
  padding: 0 60px;
  height: 62px;
  background: #5EBD0B;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work__popular__link a:hover {
  background: #50a307;
}

/*work__manufacturing*/

.work__manufacturing {
  padding: 0 0 140px 0;
}

.work__manufacturing__wrap {
  display: flex;
  align-items: center;
}

.work__manufacturing__top {
  width: fit-content;
}

.work__manufacturing h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.work__manufacturing__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 20px 0;
}

.work__manufacturing p {
  margin-bottom: 18px;
  line-height: 1.35;
}

.work__manufacturing p:last-child {
  margin: 0;
}

.work__manufacturing__block {
  width: 55%;
  margin: 0 45px 0 0;
}

.work__manufacturing__block:last-child {
  margin: 0;
  width: 45%;
}

.work__manufacturing__img {
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.8);
  display: flex;
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
}

.work__manufacturing__img a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.work__manufacturing__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work__manufacturing__img a:before {
  position: absolute;
  content: '';
  background: url(../images/work__popular__zoom.svg) 50% 50% no-repeat;
  width: 28px;
  height: 35px;
  top: 20px;
  right: 20px;
}

/*work__make*/

.work__make {
  padding: 75px 0;
  background: url(../images/work__manufacturing.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.work__make__wrap {
  display: flex;
  align-items: center;
}

.work__make__block {
  width: 59%;
  margin: 0 40px 0 0;
}

.work__make__block:last-child {
  margin: 0;
  width: 41%;
}

.work__make h2 {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.work__make p {
  line-height: 1.35;
  color: #fff;
  margin-bottom: 18px;
}

.work__make p:last-child {
  margin: 0;
}

.work__make__border {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}

.work__make__border h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  color: #DF5E15;
  margin-bottom: 3px;
  text-align: center;
}

/*work__catalog__stones*/

.work__catalog__stones {
  padding: 140px 0;
}

.work__catalog__stones__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0 -15px;
}

.work__catalog__stones__block {
  width: 25%;
  padding: 30px 15px 0 15px;
}

.work__catalog__stones__card a {
  display: flex;
  height: 211px;
  overflow: hidden;
  border-radius: 5px;
  pointer-events: none;
  cursor: default;
  position: relative;
}

.work__catalog__stones__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work__catalog__stones__card a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  padding: 10px 10px;
  color: #fff;
  background: rgba(27, 29, 26, 0.7);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*footer*/

.footer {
  padding: 70px 0;
  background: url(../images/header__top__bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.footer__wrap {
  display: flex;
}

.footer__block {
  width: 38%;
  margin: 0 100px 0 0;
}

.footer__block:last-child {
  margin: 0;
  width: 62%;
}

.footer__logo a {
  display: flex;
}

.footer__logo a img + img {
  display: none;
}

.footer__restagle {
  height: 1px;
  background: #fff;
  margin: 13px 0 25px 0;
}

.footer__number {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.footer__number__icon {
  display: flex;
  margin: 0 20px 0 0;
}

.footer__number a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.footer__number a:hover {
  color: #5EBD0B;
}

.foote__email {
  margin-bottom: 22px;
  padding: 0 0 0 12px;
  display: flex;
}

.foote__email a {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.foote__email a img {
  width: 20px;
  margin: 0 20px 0 0;
}

.foote__email a:hover {
  color: #5EBD0B;
}

.footer__title p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 25px;
  color: #fff;
}

.footer__btn button {
  height: 60px;
  padding: 0 75px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.footer__btn button:hover {
  background: #50a307;
}

.footer__inner {
  display: flex;
}

.footer__inner__block {
  width: 33.333333%;
  margin: 0 20px 0 0;
}

.footer__inner__block:last-child {
  margin: 0;
}

.footer__inner__nav h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.footer__inner__nav ul {
  padding: 5px 0 0 0;
}

.footer__inner__nav ul li {
  margin: 0 0 10px 0;
  display: flex;
}

.footer__inner__nav ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #C4C4C4;
  display: inline-block;
}

.footer__inner__nav ul li a:hover {
  color: #5EBD0B;
}

.footer__img {
  display: flex;
  margin-top: 60px;
}

.footer__social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0 10px 0;
}

.footer__social ul li {
  display: flex;
  padding: 0 25px 0 0;
}

.footer__social ul li:last-child {
  padding: 0;
}

.footer__social ul li a {
  display: flex;
}

.footer__bottom p {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}

.footer__bottom p:last-child {
  margin: 0;
}

.fixed__decor {
  display: flex;
  position: fixed;
  right: 0;
  top: calc(100% - 168px);
  z-index: 2;
  cursor: pointer;
}

.popup__location {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.48);
  transition: .15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.popup__location.popup__location__visible {
  opacity: 1;
  visibility: visible;
}

.popup__location__border {
  position: relative;
  max-width: 700px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
  background-color: rgba(255, 255, 255, 1.00);
}

.popup__location__top {
  padding: 27px 27px;
  background: url(../images/header__top__bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.popup__location__top h3 {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.popup__location__close {
  font-size: 30px;
  font-family: unset;
  color: #58bc09;
  line-height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 28px;
  width: 28px;
  z-index: 1;
}

.popup__location__list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  height: 300px;
  overflow-y: auto;
  padding: 20px;
  text-align: center;
}

.popup__location__list ul li a {
  font-size: 20px;
  display: block;
  padding: 5px;
  color: #001b59;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 21;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}

.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.js-modal.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}

.modal {
  background: rgba(0, 0, 0, 0.77);
  display: flex;
  align-items: center;
  justify-content: center;
}

body.is-open {
  overflow: hidden;
}

.modal-close-button {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-close-button button {
  display: flex;
}

.modal-border {
  position: relative;
  padding: 50px 50px 50px 50px;
  max-width: 600px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 4px 20px 0px #3838381A;
}

.modal-border h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  max-width: 90%;
  margin: 0 auto 18px auto;
  text-align: center;
}

.modal-border h3 span {
  color: #5EBD0B;
  font-weight: 600;
}

.favorite__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.77);
  display: flex;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.favorite__popup.active {
  opacity: 1;
  visibility: visible;
}

.favorite__popup__border {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px;
}

.favorite__popup__icon {
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  font-family: 'tinvwl-webfont' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 60px;
}

.favorite__popup__icon__check:before {
  content: '\e90a';
}

.favorite__popup__icon__times:before {
  content: '\e904';
}

.favorite__popup__border h3 {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: center;
}

.favorite__popup__wrap {
  display: flex;
}

.favorite__popup__block {
  width: 50%;
  margin: 0 10px 0 0;
}

.favorite__popup__block:last-child {
  margin: 0;
}

.favorite__popup__btn {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebe9eb;
  color: #515151;
  font-size: 14px;
  line-height: 1;
}

.favorite__popup__btn i {
  font-size: 20px;
  font-family: "tinvwl-webfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 5px 0 0;
}

.favorite__popup__btn i.favorite__popup__btn__heart:before {
  content: '\e909';
}

.favorite__popup__btn i.favorite__popup__btn__close:before {
  content: '\e905';
}

/*favorite*/

.seeds {
  margin-bottom: 35px;
}

.seeds ul {
  display: flex;
  flex-wrap: wrap;
}

.seeds ul li {
  display: flex;
  position: relative;
  padding: 0 20px 0 0;
}

.seeds ul li:last-child {
  padding: 0;
}

.seeds ul li:before {
  position: absolute;
  content: '>';
  top: 0;
  right: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #5EBD0B;
}

.seeds ul li:last-child:before {
  display: none;
}

.seeds ul li a {
  font-weight: 600;
  font-size: 14px;
  color: #5EBD0B;
  letter-spacing: 0.08em;
}

.seeds ul li p {
  font-size: 14px;
  font-weight: 300;
}

.page__title h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #5EBD0B;
  margin-bottom: 30px;
  text-align: center;
}

.favorite {
  padding: 0 0 140px 0;
}

.favorite__empty p {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.75;
}

.favorite__empty a {
  background: #ebe9eb;
  color: #515151;
  font-size: 14px;
  border-radius: 3px;
  padding: 12px 17px;
  display: inline-block;
  text-decoration: underline;
}

.favorite__empty a:hover {
  text-decoration: none;
}

.favorite__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.favorite__card__left {
  position: relative;
  display: flex;
  align-items: center;
}

.favorite__card__img {
  display: flex;
  height: 190px;
  width: 190px;
}

.favorite__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favorite__card__text {
  padding: 0 0 0 40px;
}

.favorite__card__text time {
  line-height: 20px;
  color: #686868;
  font-size: 14px;
}

.favorite__card__text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #5EBD0B;
  line-height: 1.14;
}

.favorite__card__delete button {
  display: flex;
  width: 27px;
  height: 27px;
}

.favorite__card__left a:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.favorite__inner {
  margin-bottom: 25px;
}

.favorite__link ul {
  display: flex;
  justify-content: flex-end;
}

.favorite__link ul li {
  display: flex;
  padding: 0 30px 0 0;
}

.favorite__link ul li:last-child {
  padding: 0;
}

.favorite__link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dad8da;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.favorite__link__icon {
  text-align: center;
  font-size: 20px;
  font-family: "tinvwl-webfont" !important;
  font-style: normal;
  line-height: 2em;
  color: #2F332B;
}

.favorite__link__whatsapp:before {
  content: "\f232";
}

.favorite__link__clipboard:before {
  content: "\e911";
}

.favorite__link__email:before {
  content: "\f0e0";
}

.favorite__link ul li a:hover .favorite__link__icon {
  color: #5EBD0B;
}

/*catalog*/

.catalog__filter__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.catalog__filter__block {
  width: 25%;
  padding: 20px 10px 0 10px;
}

.catalog__filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F7F7F7;
  background-image: url(../images/select__arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  border: 1px solid #F7F7F7;
  border-radius: 2px;
  padding: 1rem;
  padding-right: 2rem;
  outline: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  width: 100%;
  cursor: pointer;
}

.catalog__filter__inner {
  display: flex;
  justify-content: center;
  margin: 20px -10px 0 -10px;
}

.catalog__filter__inner__block {
  width: 25%;
  padding: 0 10px;
}

.catalog__filter__check {
  width: 100%;
  height: 52px;
  background: #5EBD0B;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog__filter__check:hover {
  background: #50a307;
}

.catalog__filter__clear {
  width: 100%;
  height: 52px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
}

.catalog__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0 -15px;
}

.catalog__block {
  width: 33.3333333%;
  padding: 30px 15px 0 15px;
}

.pagination {
  padding: 40px 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li {
  display: flex;
  padding: 0 20px 0 0;
}

.pagination ul li:last-child {
  padding: 0;
}

.pagination ul li a {
  font-weight: 600;
  font-size: 25px;
  color: #2F332B;
  display: inline-block;
}

.pagination ul li a.pagination__arrow {
  color: #868785;
}

.pagination ul li a:hover {
  color: #5EBD0B;
}

.pagination ul li a.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #5EBD0B;
  border-radius: 5px;
  color: #fff;
  pointer-events: none;
}

.catalog__info {
  padding: 20px 20px;
}

.catalog__info h2 {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: 700;
}

.catalog__info p {
  margin-bottom: 20px;
}

.catalog__info h3 {
  font-size: 21px;
  font-weight: 700;
}

.catalog__info ul {
  padding: 0 0 10px 20px;
  list-style: disc;
}

.internal__form {
  position: relative;
  padding: 70px 0;
  margin: 100px 0 140px 0;
}

.internal__form__banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.internal__form__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.internal__form__wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.internal__form__block {
  width: 41%;
  margin: 0 40px 0 0;
}

.internal__form__block:last-child {
  width: 59%;
  margin: 0;
}

.internal__form h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.internal__form h2 a {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  display: inline;
  color: #DF5E15;
}

.internal__form h2 a:hover {
  text-decoration: underline;
}

.internal__form p {
  font-size: 16px;
  line-height: 1.35;
}

.internal__form__inner {
  display: flex;
  align-items: center;
}

.internal__form__inner__block {
  width: 44%;
  margin: 0 30px 0 0;
}

.internal__form__inner__block:last-child {
  width: 56%;
  margin: 0;
}

.internal__form__manager {
  text-align: center;
}

.internal__form__manager__img {
  display: flex;
  justify-content: center;
  width: 182px;
  height: 182px;
  margin: 0 auto 10px auto;
}

.internal__form__manager p {
  color: #868785;
  margin-bottom: 5px;
}

.internal__form__manager h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.internal__form .work__leave__border__pd:first-child {
  padding: 0;
}

/*about*/

.about {
  padding: 20px 0 0 0;
}

.about__wrap {
  display: flex;
}

.about__block {
  width: 52%;
  margin: 0 30px 0 0;
}

.about__block:last-child {
  width: 48%;
  margin: 0;
}

.about__gallery {
  display: flex;
}

.about__gallery__block {
  width: 50%;
  margin: 0 15px 0 0;
}

.about__gallery__block:last-child {
  margin: 0;
}

.about__gallery a {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
}

.about__gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__gallery__pd {
  padding: 0 0 15px 0;
}

.about__gallery__pd:last-child {
  padding: 0;
}

.about__gallery__block:nth-of-type(1) a {
  height: 515px;
}

.about__gallery__block:nth-of-type(2) a {
  height: 250px;
}

.about h3 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}

.about p {
  margin: 0 0 18px 0;
}

.btn {
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.052em;
  line-height: 1;
  background: #5EBD0B;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn:hover {
  background: #50a307;
}

.about__work {
  padding: 80px 0;
}

.about__work__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0 -10px;
}

.about__work__block {
  width: 33.33333333%;
  padding: 20px 10px 0 10px;
}

.about__work__card {
  height: 100%;
  padding: 30px 20px;
  background: #F7F7F7;
  border-radius: 10px;
}

.about__work__img {
  height: 55px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.about__work__card h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}

.about__work__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px 0;
}

.about__work__card p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.work__advantages__title p {
  font-size: 20px;
  color: #fff;
  max-width: 800px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.work__advantages__card h3 {
  font-size: 80px;
  line-height: 1;
  font-weight: 800;
  color: #5EBD0B;
  margin-bottom: 13px;
  text-align: center;
}

.about__choose {
  padding: 80px 0;
}

.about__choose__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 0 -15px;
}

.about__choose__block {
  width: 50%;
  padding: 30px 15px 0 15px;
}

.about__choose__card {
  display: grid;
  gap: 20px;
  grid-template-columns: 152px auto;
}

.about__choose__img {
  width: 152px;
  height: 152px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px dashed #5EBD0B;
  padding: 11px 11px;
}

.about__choose__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__choose__card h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

.about__choose__card p {
  font-size: 16px;
}

.about__choose__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px 0;
}

.about__monuments {
  background: url(../images/about__monuments.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}

.about__monuments__border {
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 45px 40px;
  align-items: center;
}

.about__monuments__block {
  width: 50%;
  margin: 0 30px 0 0;
}

.about__monuments__block:last-child {
  margin: 0;
}

.about__monuments h3 {
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.about__monuments__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px 0;
}

.about__monuments p {
  margin-bottom: 18px;
}

.about__monuments p:last-child {
  margin: 0;
}

.about__monuments__inner {
  display: flex;
}

.about__monuments__inner__block {
  width: 50%;
  margin: 0 20px 0 0;
}

.about__monuments__inner__block:last-child {
  margin: 0;
}

.about__monuments__img {
  display: flex;
  height: 536px;
}

.about__monuments__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__reviews {
  padding: 80px 0;
}

.about__reviews__slider {
  margin: 30px -10px 0 -10px;
}

.about__reviews__swiper__pagination {
  display: flex;
  justify-content: center;
  height: 15px;
  margin-top: 30px;
}

.about__reviews__swiper__pagination .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #D9D9D9 !important;
  opacity: 1 !important;
  margin: 0 5px !important;
}

.about__reviews__swiper__pagination .swiper-pagination-bullet-active {
  background: #2F332B !important;
}

.about__reviews__link {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}

.about__reviews__card {
  height: 100%;
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px 25px;
  position: relative;
  overflow: hidden;
}

.about__reviews__swiper {
  padding: 10px 10px !important;
}

.about__reviews__swiper .swiper-wrapper {
  align-items: stretch;
}

.about__reviews__swiper .swiper-slide {
  height: auto;
}

.about__reviews__card__top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about__reviews__card__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
}

.about__reviews__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__reviews__card__right {
  padding: 0 0 0 15px;
}

.about__reviews__card h3 {
  font-size: 18px;
  font-weight: 800;
}

.about__reviews__card__stars {
  font-size: 18px;
  color: #f5bf27;
}

.about__reviews__card p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about__reviews__card a {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: #DF5E15;
  cursor: pointer;
  margin-top: 15px;
}

.about__reviews__card__popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 40px 25px 25px 25px;
  display: none;
}

.about__reviews__card__popup__close {
  font-size: 26px;
  color: #5EBD0B;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 20px;
}

.about__reviews__card__popup__text {
  overflow: auto;
  height: 100%;
}

.about__reviews__card__popup p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  white-space: normal;
}

.about__reviews__card__popup.open {
  display: block;
}

/*our-works*/

.our__works {
  padding: 0 0 100px 0;
}

.our__works p {
  margin-bottom: 18px;
}

.our__works p strong {
  font-size: 20px;
  font-weight: 700;
}

.our__works ul {
  margin-bottom: 18px;
}

.our__works ul li {
  padding: 0 0 0 37px;
  margin: 0 0 4px 0;
  position: relative;
}

.our__works ul li:before {
  position: absolute;
  content: '';
  background: url(../images/our__works__list.svg) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
}

.our__works__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 40px -15px;
}

.our__works__block {
  width: 33.3333333%;
  padding: 30px 15px 0 15px;
}

.our__works__card {
  background: #F7F7F7;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 5px;
  padding: 16px 16px;
  transition: 0.3s;
}

.our__works__card:hover {
  background: #5EBD0B;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(72, 138, 14, 0.4);
}

.our__works__card__top {
  width: 100%;
}

.our__works__card_bottom {
  width: 100%;
}

.our__works__img {
  display: flex;
  margin-bottom: 20px;
}

.our__works__img a {
  height: 257px;
  display: flex;
  position: relative;
  width: 100%;
}

.our__works__img a:before {
  position: absolute;
  content: '';
  background: url(../images/our__works__img__bf.svg) 0 0 no-repeat;
  width: 39px;
  height: 39px;
  right: 15px;
  top: 15px;
}

.our__works__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our__works__card h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: 0.3s;
}

.our__works__card__equipment p {
  font-size: 14px;
  margin-bottom: 14px;
  transition: 0.3s;
}

.our__works__card__description p {
  font-size: 16px;
  margin-bottom: 10px;
}

.our__works__card button, .our__works__card_bottom a {
  width: 100%;
  height: 62px;
  background: #5EBD0B;
  border: 2px solid #5EBD0B;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our__works__card button:hover {
  background: #50a307;
}

.our__works__card:hover button {
  border-color: #fff;
}

/*stock*/

.stock__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.stock__block {
  width: 50%;
  padding: 0 20px 40px 20px;
}

.stock__card {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.stock__card__top {
  width: 100%;
}

.stock__img {
  display: flex;
  margin-bottom: 20px;
}

.stock__card h3 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.stock__card p {
  font-size: 16px;
  line-height: 1.4;
}

.stock__card p strong {
  color: #DF5E15;
  font-weight: 700;
}

.stock__card__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 2px solid #5EBD0B;
}

.stock__card__block {
  width: 50%;
  margin: 0 20px 0 0;
}

.stock__card__block:last-child {
  margin: 0;
}

.stock__card a {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: #5EBD0B;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  text-transform: uppercase;
}

.stock__card a:hover {
  background: #50a307;
}

.stock__card__top p {
  max-width: 432px;
}

.stock__new {
  padding: 30px 0 100px 0;
}

.stock__new__info p {
  font-size: 14px;
  text-align: center;
}

.stock__new__info a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #2F332B;
}

.stock__new__img a {
  display: flex;
  width: 100%;
  height: 100%;
}

.stock__new .work__popular__content {
  padding: 0 20px 20px 20px;
}

/*delivery*/

.delivery {
  padding: 20px 0 100px 0;
}

.delivery__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -7px 0 -7px;
}

.delivery__block {
  padding: 15px 7px 0 7px;
  width: 25%;
}

.delivery__card {
  height: 100%;
  padding: 30px 20px;
  background: #F7F7F7;
  border-radius: 10px;
}

.delivery h2 {
  font-size: 27px;
  font-weight: 700;
}

.delivery__card h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.delivery__card p {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.delivery__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px 0;
}

.delivery__types {
  padding: 70px 0;
  position: relative;
}

.delivery__types__banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
}

.delivery__types__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery__types__wrap {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px 30px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.delivery__types__block {
  width: 25%;
  padding: 20px 10px 0 10px;
}

.delivery__types__card {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.delivery__types__card img {
  object-fit: cover;
  max-width: 90%;
  max-height: 90%;
}

.delivery__text {
  padding: 100px 0;
}

.delivery__text__border {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 40px 40px;
  margin-bottom: 40px;
}

.delivery__text h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.delivery__text__restagle {
  height: 2px;
  background: #5EBD0B;
  margin: 14px auto;
  max-width: 522px;
}

.delivery__text p {
  margin-bottom: 18px;
}

.delivery__text__border h2 {
  text-align: center;
}

.delivery__text__border p {
  text-align: center;
}

.delivery__text table ul li {
  list-style: disc;
}

.delivery__text table ul {
  margin-left: 40px;
}

.delivery__text__border table {
  margin: 0 auto;
}

/*contacts*/

.contacts {
  padding: 0 0 100px 0;
}

.contacts__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contacts__manager {
  display: flex;
  align-items: center;
}

.contacts__manager__img {
  width: 119px;
  height: 119px;
  display: flex;
}

.contacts__manager__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts__manager__text {
  padding: 0 0 0 25px;
}

.contacts__manager a {
  font-size: 27px;
  font-weight: 800;
  color: #DF5E15;
  line-height: 1.3;
  text-decoration: underline;
  display: block;
}

.contacts__manager a:hover {
  text-decoration: none;
}

.contacts__manager p {
  font-size: 16px;
  color: #868785;
  margin-bottom: 5px;
}

.contacts__manager h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.contacts__middle {
  background: #F7F7F7;
  margin-top: 40px;
  padding: 33px 40px;
  display: flex;
}

.contacts__middle__block {
  width: 28%;
  margin: 0 20px 0 0;
}

.contacts__middle__block:last-of-type {
  margin: 0;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__middle__border {

}

.contacts__middle__text {
  padding: 0 0 0 15px;
}

.contacts__middle__text p {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.contacts__middle__text a {
  color: #868785;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.contacts__middle__text a:hover {
  text-decoration: none;
}

.contacts__middle__social ul {
  display: flex;
}

.contacts__middle__social ul li {
  display: flex;
  padding: 0 15px 0 0;
}

.contacts__middle__social ul li:last-child {
  padding: 0;
}

.contacts__middle__social ul li a {
  display: flex;
}

.contacts__middle_contact {
  display: flex;
  align-items: flex-start;
}

.contacts__middle__icon {
  display: flex;
  width: 19px;
}

.contacts__map {
  height: 490px;
}

.contacts__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -20px 50px -20px;
}

.contacts__inner__block {
  width: 33.3333333%;
  padding: 40px 20px 0 20px;
}

.contacts__inner__border {
  background: #F7F7F7;
  border-radius: 10px;
  height: 100%;
  padding: 25px 30px;
}

.contacts__inner__border h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}

.contacts__inner__border p {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 16px;
}

.contacts__inner__border p:last-of-type {
  margin: 0;
}

.contacts__inner__border hr {
  margin: 8px 0;
  border-top: 2px dashed gray;
}

.contacts__form {
  display: flex;
  align-items: center;
}

.contacts__form__block {
  width: 45%;
  margin: 0 40px 0 0;
}

.contacts__form__block:last-child {
  width: 55%;
  margin: 0;
}

.contacts__form h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.contacts__form h2 span {
  font-weight: 700;
  color: #DF5E15;
}

.contacts__form p {
  margin-bottom: 18px;
}

.contacts__form p:last-child {
  margin: 0;
}

.contacts__form strong {
  font-weight: 700;
}

.contacts__form__border {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 50px 60px;
}

.contacts__form .work__leave__border__pd:first-child {
  padding: 0;
}

.work__leave_textarea {
  height: 106px;
  padding: 25px 25px;
  resize: vertical;
}

/*product-card*/

.product__card h1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.product__card__wrap {
  display: flex;
}

.product__card__block {
  width: 50%;
  margin: 0 30px 0 0;
}

.product__card__block:last-child {
  margin: 0;
}

.product__card__img {
  position: relative;
}

.product__card .work__popular__favorite {
  left: 30px;
  top: 30px;
}

.product__card__img a {
  display: flex;
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.product__card__img a:before {
  position: absolute;
  content: '';
  background: url(../images/product__card__img__bf.svg) 0 0 no-repeat;
  width: 28px;
  height: 35px;
  right: 30px;
  top: 30px;
}

.accordion__product__card {
  width: 100%;
  margin: 0;
  padding: 0;
}

.accordion__product__card .link__product__card {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
}

.accordion__product__card .link__product__card:before {
  content: '';
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
  background-color: #5EBD0B;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  right: 55px;
}

.accordion__product__card .link__product__card h3 {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
  font-weight: 700;
  font-size: 20px;
  background: #fff;
}

.accordion__product__card .link__product__card h3 img {
  
}

.accordion__product__card .link__product__card span {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #5EBD0B;
  border-radius: 50%;
  display: flex;
}

.accordion__product__card .link__product__card span:before {
  position: absolute;
  content: '+';
  width: 100%;
  top: -2px;
  left: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.accordion__product__card li.open__product__card .link__product__card span:before {
  content: '-';
}

.product__card__accordion__content {
  display: none;
  padding: 0 0 25px 0;
}

.product__card__dimensions__block {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

.product__card__dimensions__block:last-of-tipe {
  margin: 0;
}

.product__card__dimensions p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  min-width: 100px;
}

.product__card__dimensions ul {
  display: flex;
  padding: 0 0 0 20px;
}

.product__card__dimensions ul li {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  margin: 0 10px 0 0;
  min-width: 30px;
  text-align: center;
}

.product__card__dimensions ul li:last-child {
  margin: 0;
}

.product__card__dimensions__title p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.product__card__choise ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px 0 -5px;
}

.product__card__choise ul li {
  width: 33.33333333%;
  padding: 10px 5px 0 5px;
}

.product__card__choise__img {
  display: flex;
  justify-content: center;
}


.product__card__inner {
  display: flex;
  margin: 20px 0;
}

.product__card__inner__block {
  width: 50%;
  margin: 0 10px 0 0;
}

.product__card__inner__block:last-child {
  margin: 0;
}

.product__card__inner h4 {
  border-radius: 5px;
  background: #DF6622;
  text-align: center;
  padding: 0 20px;
  line-height: 1.9;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.product__card__btn {
  width: 100%;
  padding: 15px 10px;
  border: 2px solid #5EBD0B;
  color: #5EBD0B;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  text-transform: uppercase;
  text-align: center;
}

.product__card__btn:hover {
  background: #5EBD0B;
  color: #fff;
}

.product__card__info h3 {
  font-size: 18px;
  font-weight: 700;
  color: #DF5E15;
}

.product__card__info p {
  margin: 0 0 1em 0;
}

.product__card__info strong {
  font-weight: 700;
}

.product__card__meta {
  display: inline-block;
  margin-top: 30px;
  gap: 10px;
}

.product__card__meta span {
  font-size: 16px;
  color: #898B86;
}

.product__card__meta span a {
  display: inline;
  font-size: 16px;
  color: #5EBD0B;
  font-weight: 500;
  text-decoration: underline;
}

.product__card__meta span a:hover {
  text-decoration: none;
}

.product__card__button {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}

.product__card__tabs {
  padding: 60px 0 0 0;
}

ul.tabs {
  margin: 0 0 30px 0;
  padding: 0 40px 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #d3ced2;
}

ul.tabs li {
  margin: 0 0 0 0;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #2F332B;
  position: relative;
  text-transform: uppercase;
}

ul.tabs li:last-child {
  margin: 0;
}

ul.tabs li.active {
  color: #5EBD0B;
}

.tab_container {
  border-top: none;
  clear: both;
  width: 100%;
}

.tab_content {
  padding: 0 0 0 0;
  display: none;
}

.product__card__tabs__content p {
  margin: 0 0 1em 0;
}

.product__card__tabs__content ul {
  margin: 1em 0 1em 0;
  padding: 0 0 0 40px;
}

.product__card__tabs__content ul li {
  list-style: disc;
}

.product__card__tabs__content ol {
  margin: 1em 0 1em 0;
  padding: 0 0 0 40px;
}

.product__card__tabs__content ol li {
  list-style: decimal;
}

.product__buy {
  padding: 100px 0;
}

.product__buy__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px -10px 0 -10px;
}

.product__buy__block {
  width: 20%;
  padding: 20px 10px 0 10px;
}

.product__buy__card {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  padding: 20px 20px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
}

.product__buy__img {
  display: flex;
  justify-content: center;
  height: 132px;
  margin-bottom: 5px;
}

.product__buy__img img {
  object-fit: cover;
}

.product__buy__top {
  width: 100%;
}

.product__buy__card h3 {
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.product__buy__bottom {
  width: 100%;
  padding: 10px 0 0 0;
}

.product__buy__card a {
  width: 100%;
  height: 36px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  box-shadow: -2px 3px 4px rgba(72, 138, 14, 0.4);
  border-radius: 5px;
  background: #5EBD0B;
}

.product__buy__card a:hover {
  background: #50a307;
}

.faq {
  padding: 70px 0;
  position: relative;
}

.faq__banner {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.faq__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq__wrap {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
}

.faq__block {
  width: 77%;
  margin: 0 40px 0 0;
}

.faq__block:last-child {
  width: 23%;
  margin: 0;
}

.accordion__faq {
  width: 100%;
  margin: 0;
  padding: 0;
}

.accordion__faq li {
  margin-bottom: 14px;
}

.accordion__faq li:last-child {
  margin: 0;
}

.accordion__faq .link__faq {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.accordion__faq .link__faq h3 {
  display: flex;
  align-items: center;
  padding: 0 50px 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

.accordion__faq .link__faq span {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #5EBD0B;
  border-radius: 50%;
  display: flex;
}

.accordion__faq .link__faq span:before {
  position: absolute;
  content: '+';
  width: 100%;
  top: -2px;
  left: 1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}

.accordion__faq li.open__faq .link__faq span:before {
  content: '-';
}

.faq__accordion__content {
  display: none;
  padding: 11px 0 20px 0;
}

.faq__accordion__content p {
  color: #fff;
}

.faq h2 {
  color: #fff;
}

.faq__accordion {
  margin: 20px 0 0 0;
}

.faq__manager__img {
  width: 119px;
  height: 119px;
  display: flex;
  margin: 0 auto 25px auto;
}

.faq__manager p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.faq__manager h3 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.faq__manager_btn {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}

/*information-page*/

.information h2 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}

.information p {
  margin: 0 0 1em 0;
}

.information ul {
  padding: 0 0 0 20px;
  margin-bottom: 1.2em;
}

.information ul li {
  padding: 0 0 0 37px;
  margin: 0 0 4px 0;
  position: relative;
}

.information ul li:before {
  position: absolute;
  content: '';
  background: url(../images/our__works__list.svg) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  top: 2px;
  left: 0;
}

.information ol {
  padding: 0 0 0 30px;
  margin-bottom: 1.2em;
}

.information ol li {
  list-style: decimal;
  margin: 0 0 4px 0;
  position: relative;
}

.information__gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 30px -10px;
}

.information__gallery__block {
  width: 33.33333333%;
  padding: 20px 10px 0 10px;
}

.information__gallery a {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
  display: flex;
}

.information__gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*materials*/

.materials {
  padding: 0 0 100px 0;
}

.materials h1 {
  margin-bottom: 25px;
}

.materials p {
  margin: 0 0 1em 0;
}

.materials__wrap {
  display: flex;
}

.materials__block {
  width: 33%;
  margin: 0 40px 0 0;
}

.materials__block:last-child {
  width: 67%;
  margin: 0;
}

.materials__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}

.materials__inner__block {
  width: 50%;
  padding: 20px 10px 0 10px;
}

.materials__card a {
  display: flex;
  height: 166px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

.materials__card a:before {
  position: absolute;
  content: '';
  background: url(../images/product__card__img__bf.svg) 0 0 no-repeat;
  width: 28px;
  height: 35px;
  right: 20px;
  top: 20px;
}

.materials__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.materials__card h3 {
  font-size: 16px;
  font-weight: 700;
}

.work__manufacturing__materials .work__manufacturing__img {
  height: 510px;
}

.work__manufacturing__materials .work__manufacturing__block {
  width: 50%;
}

.materials__btn {
  padding: 20px 0 0 0;
}

.work__manufacturing__materials {
  padding: 0 !important;
}

/*installation-monument*/

.installation {
  padding: 20px 0 60px 0;
}

.installation__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.installation__block {
  width: 50%;
  padding: 40px 20px 0 20px;
}

.installation__card a {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
}

.installation__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.installation__card h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
}

.work__manufacturing__instalation ul {
  padding: 0 0 0 20px;
  margin: 0 0 1.2em 0;
}

.work__manufacturing__instalation ul li {
  list-style: disc;
}

.work__manufacturing__instalation .work__manufacturing__wrap {
  align-items: flex-start;
}

.work__manufacturing__instalation__img a {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

.work__manufacturing__instalation__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work__manufacturing__instalation__block {
  margin: 0 0 20px 0;
}

.work__manufacturing__instalation__block:last-child {
  margin: 0;
}

.work__popular__installation {
  padding: 0 !important;
}

/*3d-monument*/

.volume__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -40px -20px 0 -20px;
}

.volume__block {
  width: 50%;
  padding: 40px 20px 0 20px;
}

.volume__img {
  display: flex;
}

.volume p {
  margin: 0 0 1em 0;
}

.volume p strong {
  font-weight: 700;
  text-transform: uppercase;
}

.work__border__3d {
  width: 100%;
  margin: 40px 0 0 0;
}

.work__border__3d p strong {
  font-weight: 700;
  color: #DF5E15;
}

.work__border__3d p {
  font-size: 18px;
  margin: 0;
}

/*monument-installments*/

.installments__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}

.installments__block {
  width: 33.3333333%;
  padding: 20px 10px 0 10px;
}

.installments .work__popular__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.17);
}

.installments__text h3 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.installments__text p {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #DF5E15;
}

.installments__text {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
}

.work__popular__installments {
  padding: 0 0 100px 0;
}

/*news*/

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}

.news__block {
  width: 33.333333%;
  padding: 20px 10px 0 10px;
}

.news__card {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.news__top {
  width: 100%;
}

.news__img {
  display: flex;
  height: 300px;
}

.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__content {
  padding: 20px 20px 0 20px;
}

.news__bottom {
  width: 100%;
  padding: 20px 20px;
}

.news__bottom a {
  height: 53px;
  width: 100%;
}

.news__card h3 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.news__card data {
  display: block;
  color: #868785;
  font-size: 16px;
  margin-bottom: 8px;
}

.news__card p {
  font-size: 16px;
  line-height: 24px;
}

.news__catalog {
  padding: 80px 0 0 0;
}

.news__catalog__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 0 -10px;
}

.news__catalog__block {
  width: 33.333333%;
  padding: 20px 10px 0 10px;
}

.news__catalog__card {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 15px 15px;
  height: 317px;
  transition: 0.3s;
}

.news__catalog__card:hover {
  box-shadow: 0px 3px 10px rgba(72, 138, 14, 0.4);
}

.news__catalog__card a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.news__catalog__card a img {
  height: 100%;
  object-fit: contain;
}

.video__work a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 367px;
}

.video__work a:before {
  position: absolute;
  content: '';
  background: url(../images/video__work__bf.svg) 50% 50% no-repeat;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__work a:hover:before {
  filter: brightness(1.5);
}

.video__work a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__video a {
  display: flex;
  height: 274px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.video__video a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__video a:before {
  position: absolute;
  content: '';
  background: url(../images/video__work__bf.svg) 50% 50% no-repeat;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__video a:hover:before {
  filter: brightness(1.5);
}

.video__card h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.video__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.video__block {
  width: 33.33333%;
  padding: 20px 10px 0 10px;
}

.video {
  padding: 40px 0 70px 0;
}

/*reviews*/

.reviews__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}

.reviews__block {
  width: 33.3333333%;
  padding: 20px 10px 0 10px;
}

.reviews {
  padding: 0 0 60px 0;
}

/*vacancies*/

.vacancies__gallery__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0 -10px;
}

.vacancies__gallery__block {
  width: 50%;
  padding: 20px 10px 0 10px;
}

.vacancies__gallery__card {
  height: 100%;
}

.vacancies__gallery__card a {
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(94, 189, 11, 0.5) 0px 0px 6px 3px;
}

.vacancies__gallery__card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vacancies {
  padding: 60px 0 100px 0;
}

.vacancies__inner {
  margin-top: 40px;
}

.vacancies__card {
  margin: 0 0 20px 0;
}

.vacancies__card:last-child {
  margin: 0;
}

.vacancies__card h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.vacancies__card h4 {
  font-weight: 700;
  color: #DF5E15;
  font-size: 18px;
  margin-bottom: 5px;
}

.vacancies__card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1em 0;
}

.vacancies__card a {
  width: 220px;
}

.profession__border {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 30px 30px;
  float: left;
  width: 34%;
  margin-right: 30px;
}

.profession__img {
  display: flex;
  margin-bottom: 5px;
}

.profession__border h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.profession__border h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #DF5E15;
}

.profession__border button {
  margin-top: 20px;
  width: 100%;
}

.profession__border p {
  font-size: 16px;
}

.profession__info p {
  margin: 0 0 1em 0;
}

.profession__info strong {
  font-weight: 700;
  text-transform: uppercase;
}

.profession__info ul {
  margin-bottom: 1.2em;
  display: table;
}

.profession__info ul li {
  padding: 0 0 0 37px;
  margin: 0 0 4px 0;
  position: relative;
}

.profession__info ul li:before {
  position: absolute;
  content: '';
  background: url(../images/our__works__list.svg) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  top: 2px;
  left: 0;
}

