*::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
*:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
*::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
body {
  font-family: "Wix Madefor Display";
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #4d4d4d;
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
}
button {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a,
button,
input,
img {
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.wrapper {
  padding-top: 151px;
  overflow: hidden;
}
a {
  text-decoration: none;
  outline: none;
}
* {
  outline: none !important;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  outline: none;
}
img {
  outline: none;
  display: block;
}
p {
  padding: 0;
  margin: 0;
}
form {
  margin: 0;
}

.header {
  font-size: 14px;
  line-height: 160%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  transition: all 0.3s;
}
.header-top {
  padding: 20px 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*Style Sandwich*/
.sandwich span {
  display: block;
}
.sandwich {
  width: 52px;
  height: 52px;
  background: #f5f5f5;
  padding-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
  flex: none;
  cursor: pointer;
}
.sw-topper {
  position: relative;
  top: 4px;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  display: block;
  margin: 0;
  background-color: #4d4d4d;
  border: medium none;
  transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
  position: relative;
  top: 8px;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  display: block;
  margin: 0;
  background-color: #4d4d4d;
  border: medium none;
  transition: transform 0.5s, top 0.2s;
}
.sw-footer {
  position: relative;
  top: 12px;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  display: block;
  margin: 0;
  background-color: #4d4d4d;
  border: medium none;
  transition: transform 0.5s, top 0.2s;
}
.sandwich.active .sw-topper {
  top: 11px;
  transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
  opacity: 0;
}
.sandwich.active .sw-footer {
  top: 7px;
  transform: rotate(-45deg);
}
.logo {
  display: inline-block;
}
.logo img {
  width: 235px;
  height: auto;
  display: block;
}
.location-main {
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}
.location-main strong {
  font-weight: 800;
  display: block;
  line-height: 1em;
}
.location-main i {
  font-size: 12px;
  top: 0px; /* was 5px */
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.header__info strong {
  font-weight: 600;
  display: block;
}
.header__info a {
  color: #4d4d4d;
}
.form-search {
  width: 273px;
  position: relative;
}
.form-search input {
  height: 52px;
  padding: 0 15px;
  padding-right: 50px;
  border-radius: 6px;
  background: #f5f5f5;
  width: 100%;
  color: #4d4d4d;
  border: none;
}
.btn-search {
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #4d4d4d;
  top: 0;
  right: 0;
  position: absolute;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right {
  display: flex;
  align-items: center;
}
.social-list {
  display: flex;
  align-items: center;
}
.social-list li {
  margin-right: 10px;
}
.header__contacts {
  margin-left: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phone-main {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  color: #4d4d4d;
}
.header__contacts .phone-main {
  margin-bottom: -3px;
}
.link-page {
  color: #2e88db;
  font-size: 14px;
  border-bottom: 1px dotted #2e88db;
  line-height: 140%;
  display: inline-block;
}
.link-page:hover {
  border-color: transparent;
}
.header-bottom {
  padding: 17px 0;
  background: #f5f5f5;
}
.menu {
  margin: 0 -60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu a {
  color: #4d4d4d;
}
.menu a:hover {
  color: #1393e2;
}
.menu li {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #9f9f9d;
}
.menu li:last-child {
  border: none;
}
.sandwich_catalog {
  margin-right: -30px;
}

.billbord {
  padding-top: 22px;
}
.item-billbord {
  height: 400px;
  padding: 25px 45px;
  padding-bottom: 42px;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #7ac256;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-billbord__image {
  left: 172px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.item-billbord__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.item-billbord__image::before {
  left: 0;
  width: 384px;
  height: 100%;
  top: 0;
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../img/bg_billbord.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title-big {
  font-size: 32px;
  margin-bottom: 19px;
  font-weight: 800;
  line-height: 140%;
  text-transform: uppercase;
}
.list-page li {
  font-size: 14px;
  padding-left: 15px;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}
.list-page li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}
.btn-main {
  padding: 0 33px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  background: #1393e2;
  font-weight: 600;
  line-height: 160%;
  font-family: "Wix Madefor Display";
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: none;
}
.btn-main:hover {
  background: #007dcb;
}
.item-billbord .title-big {
  max-width: 370px;
  font-size: 22px;
}
.item-billbord .list-page {
  max-width: 290px;
}
.item-billbord .btn-main {
  margin-top: auto;
}
.banner-main {
  padding: 25px 37px;
  padding-bottom: 42px;
  min-height: 400px;
  color: #fff;
  background-color: #52a0eb;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
.banner-main__title {
  font-size: 15px;
  margin-bottom: 3px;
  font-weight: 800;
  line-height: 160%;
  text-transform: uppercase;
}
.banner-main__descr {
  /* font-size: 26px; */
  margin-bottom: 15px;
  font-weight: 600;
  /* line-height: 160%; */
  line-height: 2;
  text-transform: uppercase;
}
.banner-main__value {
  font-size: 64px;
  font-weight: 800;
  line-height: 160%;
  display: flex;
  align-items: flex-start;
}
.banner-main__value strong {
  font-size: 150px;
  font-weight: 800;
}
.banner-main__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-main__image img {
  max-width: 100%;
  height: auto;
}
.banner-main__value span {
  margin-top: -34px;
  margin-left: 15px;
}
.btn-main_page {
  background: #7ac256;
}
.btn-main_page:hover {
  background: #509f29;
}
.banner-main .btn-main {
  margin-top: auto;
}
.slick-dots {
  bottom: 0;
  left: 0;
  width: 100%;
}
.slick-dots li {
  width: 35px;
  height: 3px;
  margin: 0 8px;
}
.slick-dots li button {
  width: 35px;
  height: 3px;
  background: #4d4d4d;
  border-radius: 0;
  padding: 0;
  border: none;
  transition: all 0.3s;
  opacity: 1;
}
.slider-billbord .slick-dots li button {
  background: #f2f2f2;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #52a0eb !important;
}
.slider-billbord .slick-dots {
  bottom: 25px;
  right: 25px;
  width: initial;
  display: flex;
  justify-content: flex-end;
}
.slick-dots li button:before {
  display: none;
}

.categories {
  padding-top: 27px;
}
.title-section {
  font-size: 32px;
  padding-bottom: 26px;
  font-weight: 600;
  line-height: 160%;
}
.row {
  margin: 0 -12px;
}
.row > div {
  padding: 0 12px;
}
.row_categories > div {
  margin-bottom: 24px;
}
.item-category {
  height: 280px;
  padding: 22px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
.item-category__title {
  height: 88px;
  font-size: 22px;
  padding-left: 40px;
  padding-right: 60px;
  font-weight: 700;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: rgba(130, 198, 100, 0.8);
}
.item-category__bottom {
  padding: 0 40px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.item-category__image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
.item-category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 1s;
}
.item-category:hover .item-category__image img {
  transform: scale(1.1);
}
.tag-category {
  font-size: 14px;
  padding: 4px 11px;
  margin-right: 10px;
  border: 1px solid #fff;
  font-weight: 600;
  color: #fff;
  line-height: 160%;
  display: inline-block;
}

.consultation {
  padding-top: 15px;
}
.consultation-block {
  padding-left: 90px;
  padding-top: 73px;
  min-height: 510px;
  color: #fff;
  position: relative;
  background-image: url(../img/bg_consult.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.consultation-block::before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  right: 46%;
  bottom: 0;
  border-radius: 0px 255px 255px 0px;
  /* opacity: 0.8; */
  background: #7ac256;
}
.title-consult {
  font-size: 40px;
  font-weight: 800;
  line-height: 150%;
}
.descr-consult {
  font-size: 30px;
  font-weight: 600;
  line-height: 134%;
}
.text-consult {
  font-size: 20px;
  margin-top: 70px;
  margin-bottom: 21px;
  max-width: 525px;
  line-height: 140%;
}
.line-form {
  display: flex;
  align-items: center;
}
.line-form .item-form {
  margin-right: -66px;
  width: 306px;
  margin-bottom: 0;
}
.item-form {
  margin-bottom: 20px;
}
.item-form textarea,
.item-form .jq-selectbox__select-text,
.item-form input {
  height: 50px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  font-family: "Wix Madefor Display";
  border: none;
  color: #4d4d4d;
}
.line-form .btn-main {
  height: 50px;
  padding: 0 34px;
}

.advantages {
  padding-top: 29px;
}
.image-page img {
  max-width: 100%;
  height: auto;
  display: block;
}
.item-advantage {
  padding-left: 65px;
  margin-bottom: 43px;
  position: relative;
}
.title-middle {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.item-advantage .title-middle {
  font-size: 20px;
  margin-bottom: 6px;
}
.item-advantage .title-middle sup {
  font-size: 12px;
  line-height: 0;
}
.item-advantage::before {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  background-color: #7ac256;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.portfolio {
  padding-top: 33px;
  padding-bottom: 83px;
  background: #f5f5f5;
}
.tabs {
  margin: 0 -9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs li {
  padding: 0 9px;
  flex-grow: 1;
}
.tabs a {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #7ac256;
  color: #4d4d4d;
  font-weight: 600;
}
.tabs .active a,
.tabs a:hover {
  color: #fff;
  background-color: #7ac256;
}
.tab-pane {
  display: none;
}
.tab-pane:first-child {
  display: block;
}
.item-portfolio {
  height: 512px;
  padding: 25px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.item-portfolio__head {
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-portfolio__title {
  font-size: 20px;
  max-width: 228px;
  font-weight: 700;
  line-height: 140%;
}
.item-portfolio__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.item-portfolio__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.item-portfolio__image::after {
  position: absolute;
  display: block;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 188px;
  transition: all 0.6s;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    rgba(130, 198, 100, 0) 0%,
    #4d4d4d 54.4%,
    #000 100%
  );
}
.item-portfolio__link {
  font-size: 13px;
  padding-bottom: 6px;
  margin-right: -25px;
  padding-right: 25px;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
}
.item-portfolio__link:hover {
  border-color: transparent;
}
.slider-portfolio .slick-slide {
  padding: 0 12px;
}
.slider-portfolio {
  margin: 0 -12px;
}
.item-portfolio__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}
.item-portfolio:hover .item-portfolio__content {
  max-height: 300px;
  transition: max-height 0.5s ease-in;
}
.item-portfolio:hover .item-portfolio__image::after {
  height: 100%;
}
.tab-container {
  padding-top: 40px;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 14px;
  top: 50%;
  color: #4d4d4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all 0.3s;
}
.slick-arrow:hover {
  color: #fff;
  background-color: #7ac256;
}
.slick-arrow::before {
  display: none;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slider-portfolio .slick-prev {
  left: -45px;
}
.slider-portfolio .slick-next {
  right: -45px;
}

.partners {
  padding-top: 41px;
  padding-bottom: 56px;
}
.item-partner {
  height: 144px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-partner img {
  max-width: 100%;
  max-height: 100%;
}
.slider-partners .slick-prev {
  left: -55px;
}
.slider-partners .slick-next {
  right: -55px;
}

.footer {
  padding-top: 38px;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  background: #4d4d4d;
}
.footer__descr {
  line-height: 140%;
  color: #9f9f9d;
  max-width: 319px;
}
.footer .logo {
  margin-bottom: 30px;
}
.footer__nav {
  font-size: 16px;
}
.footer__nav li {
  margin-bottom: 19px;
}
.footer__nav_big,
.footer__title {
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__nav_big {
  margin-bottom: 0;
}
.footer__nav_big li {
  margin-bottom: 20px;
}
.footer__nav a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.footer__nav a:hover {
  border-color: #fff;
}
.footer__contacts p a {
  color: #fff;
}
.footer__contacts p {
  margin-bottom: 16px;
}
.footer .phone-main {
  color: #fff;
}
.footer .social-list {
  margin-top: 7px;
}
.footer__catalog {
  margin-left: -25px;
}
.footer-bottom {
  padding: 10px 0;
  margin-top: 30px;
  color: #cecece;
  border-top: 1px solid #666b6b;
}
.create {
  display: flex;
  align-items: center;
}
.create a {
  margin-left: 15px;
}
.footer-bottom a {
  color: #cecece;
}
.footer-bottom a:hover {
  color: #fff;
}
.btn_top {
  font-size: 18px;
  float: right;
  position: relative;
  color: #fff !important;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1393e2;
  z-index: 7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_top:hover {
  background: #007dcb;
}
.consultation-block__image {
  display: none;
}
.footer__title i {
  display: none;
}
.phone-mobile {
  display: none;
}
.header .container {
  position: relative;
}
.menu-dropdown {
  top: 100%;
  margin-top: 20px;
  left: 15px;
  padding: 25px;
  width: 330px;
  z-index: 10;
  background: #f5f5f5;
  position: absolute;
  display: none;
}
.navigation a {
  color: #4d4d4d;
  font-weight: 600;
}
.navigation a:hover {
  color: #1393e2;
}
.navigation li {
  margin-bottom: 13px;
}
.navigation li:last-child {
  margin-bottom: 0;
}
.menu-dropdown__mobile {
  display: none;
}
.menu__catalog {
  display: none;
}
.slider-photos:not(.slick-initialized) > *:not(:first-child),
.slider-card:not(.slick-initialized) > *:not(:first-child),
.slider-billbord:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

/***/
.wpcf7-spinner {
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 0px;
  font-size: 0px;
  opacity: 0;
  position: absolute;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px !important;
  font-weight: normal;
  display: block;
  position: relative;
  top: -10px;
  display: none !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-form.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-form.wpcf7-not-valid {
  border: 1px solid red !important;
}

form .wpcf7-response-output {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  font-size: 0px;
  border: 0px !important;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 17px;
}

.page-cover {
  padding: 60px 0;
}
.cover-block {
  padding: 60px;
  padding-bottom: 74px;
  background-color: #f7f8fc;
  text-align: center;
}
.cover-block img {
  margin: 0 auto;
}
.cover-block__title {
  font-size: 96px;
  line-height: 134px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "DINProCond";
}
.cover-block__descr {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 100px;
}
.cover-block .btn-main {
  padding: 0 71px;
}
.cover-block__descr span {
  font-size: 32px;
  line-height: 51px;
  font-weight: 500;
  display: block;
}

.page-contacts {
  padding-top: 23px;
  padding-bottom: 48px;
}
.info-contacts {
  padding: 13px 31px;
  margin-left: -25px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  background: #82c664;
}
.info-contacts__item a {
  font-size: 22px;
  margin-left: 3px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  white-space: nowrap;
}
.info-contacts .social-list {
  margin-top: 7px;
}
.map-contacts {
  height: 300px;
  width: 100%;
  background-color: #ddd;
}
.row_contacts {
  margin-bottom: 27px;
  align-items: center;
}
.block-contacts {
  margin-bottom: 27px;
  background: #f5f5f5;
}
.block-contacts__left {
  font-size: 18px;
  margin-left: 0px;
  padding-top: 15px;
  font-weight: 500;
}
.block-contacts__left p a {
  color: #4d4d4d;
  white-space: nowrap;
}
.block-contacts .title-middle {
  margin-bottom: 12px;
}
.block-contacts .link-page {
  margin-top: 29px;
}
.block-contacts__person {
  padding-left: 30px;
  font-size: 14px;
  line-height: 140%;
}
.block-contacts__person span {
  font-size: 13px;
  display: block;
}
.block-contacts__person img {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
  display: block;
}
.block-contacts__logo {
  padding: 0 20px;
  margin-right: -20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-contacts__logo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-contacts .title-section {
  padding-bottom: 0;
}
.page-news {
  padding-top: 22px;
  padding-bottom: 51px;
}
.head-filter .btn-main {
  padding: 0 40px;
  margin-right: 33px;
  font-size: 16px;
  height: 50px;
  text-transform: none;
  border-radius: 8px;
}
.item-form .jq-selectbox {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.item-form .jq-selectbox__select-text {
  border: 1px solid #9f9f9d;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.item-form .jq-selectbox__trigger {
  width: 19px;
  height: 19px;
  font-size: 12px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.item-form .jq-selectbox__trigger:before {
  content: "\f078";
}
.item-form .jq-selectbox__dropdown {
  border-radius: 8px;
  border: 1px solid #9f9f9d;
  background-color: #fff;
  width: 100%;
  top: 100% !important;
  bottom: auto !important;
}
.item-form .jq-selectbox__dropdown li {
  padding: 5px 10px;
  cursor: pointer;
}
.head-filter {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.head-filter .item-form {
  min-width: 220px;
  margin: 0;
  margin-right: 41px;
}
.title-select {
  margin-right: 11px;
  font-weight: 500;
}
.item-news {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-news__image {
  height: 300px;
  margin-bottom: 21px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.item-news__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 1s;
}
.item-news:hover .item-news__image img {
  transform: scale(1.1);
}
.item-news__title:hover {
  color: #7ac256;
}
.item-news__date {
  margin-bottom: 18px;
  font-size: 14px;
  color: #9f9f9d;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
}
.item-news__title {
  font-size: 20px;
  margin-bottom: 24px;
  color: #4d4d4d;
  font-weight: 700;
  line-height: 140%;
  display: block;
  width: 100%;
}
.tags-list {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-tag {
  padding: 4px 10px;
  padding-bottom: 6px;
  border-radius: 6px;
  margin-bottom: 6px;
  margin-right: 7px;
  background: #eaf1e7;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}
.item-tag a {
  color: #4d4d4d;
}
.item-tag:last-child {
  margin-right: 0;
}
.row_news > div {
  margin-bottom: 27px;
}
.pager {
  height: 62px;
  margin-top: 10px;
  background: #f9f9f9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-numbers {
  margin: 0 17px;
  font-weight: 500;
  color: #4d4d4d;
}
.page-numbers.current {
  font-weight: 700;
}
.page-numbers:hover {
  color: #7ac256;
}
.prev.page-numbers,
.next.page-numbers {
  width: 40px;
  height: 40px;
  font-size: 17px;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s;
  border-radius: 50%;
  flex: none;
  color: #4d4d4d;
  background-color: #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev.page-numbers {
  left: 20px;
}
.next.page-numbers {
  right: 20px;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
  color: #fff;
  background-color: #7ac256;
}
.breadcrumbs {
  padding-top: 14px;
  padding-bottom: 23px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs a {
  color: #4d4d4d;
  border-bottom: 1px solid transparent;
}
.breadcrumbs a:hover {
  border-color: #4d4d4d;
}
.breadcrumbs li::after {
  content: "/";
  margin: 0 10px;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.article-content h1 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 600;
  line-height: 140%;
}
.nav-article {
  padding: 18px 29px;
  padding-bottom: 27px;
  margin-bottom: 45px;
  line-height: 180%;
  background: #82c664;
  color: #fff;
}
.title-min {
  font-size: 18px;
  line-height: 160%;
  font-weight: 600;
}
.nav-article li a {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.nav-article li a:hover {
  border-color: #fff;
}
.article-content h2 {
  font-size: 24px;
  margin-top: 11px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 160%;
}
.article-content strong {
  font-weight: 600;
}
.article-content ul li {
  padding-left: 15px;
  position: relative;
}
.article-content ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}
.article-content ol {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.article-content + .tags-list {
  margin-top: 30px;
}
.page-article {
  padding-bottom: 56px;
}
.article-content ul {
  padding-bottom: 10px;
}
.nav-article ul {
  padding-bottom: 0;
}
.image-article {
  margin-bottom: 52px;
}
.image-article img {
  max-width: 100%;
  height: auto;
  display: block;
}
.title-block {
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
}
.articles-wrap {
  padding: 16px 56px;
  padding-bottom: 37px;
  background: #f5f5f5;
}
.articles-wrap .title-block {
  padding-bottom: 20px;
  text-align: center;
}
.articles-wrap .item-news {
  margin-bottom: 43px;
}
.articles-wrap .item-news:last-child {
  margin-bottom: 0;
}
.text-special {
  padding: 18px 26px;
  margin-right: -114px;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  color: #fff;
  background: #82c664;
}
.text-special p {
  margin: 0 !important;
}
.page-construction {
  padding-top: 33px;
  padding-bottom: 60px;
}
.text-columns {
  columns: 2;
  column-gap: 30px;
}
.page-construction p {
  margin-bottom: 20px;
}
.page-construction .title-middle {
  margin-bottom: 23px;
}
.slider-photos__item {
  height: 439px;
  display: block;
  width: 100%;
}
.slider-photos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slider-photos .slick-prev {
  left: -20px;
}
.slider-photos .slick-next {
  right: -20px;
}
.item-form textarea {
  height: 117px;
  padding-top: 15px;
  display: block;
  resize: none;
}
.checkbox {
  font-size: 11px;
  line-height: 14px;
  margin-top: 4px;
  font-weight: 400;
  display: flex;
  text-align: left;
}
.checkbox label input {
  position: absolute;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  opacity: 0 !important;
  margin: 12px 2px 0 7px !important;
}
.checkbox label > span {
  position: relative;
  padding: 5px 0 0 32px;
  display: block;
  cursor: pointer;
}
.checkbox label > span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  transition: 0.2s;
}
.checkbox label > span:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "\f00c";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  background-image: none;
  color: #fff;
  font-size: 10px;
  opacity: 0;
  transition: 0.2s;
}
.checkbox label input:checked + span:after {
  opacity: 1;
}
.form-wrap {
  max-width: 480px;
  margin-top: 32px;
}
.form-wrap .btn-main {
  width: 100%;
  height: 50px;
}
.consultation_construction .descr-consult {
  font-size: 26px;
  max-width: 470px;
}
.form-wrap .item-form {
  margin-bottom: 17px;
}
.consultation_construction {
  padding-top: 0;
  padding-bottom: 80px;
}
.page-laboratory,
.page-portfolio,
.page-sertificats {
  padding-top: 22px;
  padding-bottom: 31px;
}
.page-laboratory .title-section,
.page-portfolio .title-section,
.page-sertificats .title-section {
  padding-bottom: 20px;
  text-align: center;
}
.page-laboratory .tabs,
.page-portfolio .tabs,
.page-sertificats .tabs {
  justify-content: center;
}
.page-laboratory .tabs li,
.page-portfolio .tabs li,
.page-sertificats .tabs li {
  flex: initial;
}
.page-laboratory .tabs li a,
.page-portfolio .tabs li a,
.page-sertificats .tabs li a {
  padding: 0 40px;
  height: 50px;
}
.item-sertificat {
  height: 430px;
  padding: 22px;
  background: #f5f5f5;
  display: block;
}
.item-sertificat:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.item-sertificat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.row_sertificats > div {
  margin-bottom: 20px;
}
.page-sertificats .pager {
  margin-top: 20px;
}
.page-sertifcats .tab-container {
  padding-top: 30px;
}
.page-portfolio {
  padding-bottom: 37px;
}
.col-lg-6 .item-portfolio {
  height: 400px;
  padding-bottom: 0;
}
.col-lg-6 .item-portfolio__title {
  max-width: 330px;
}
.row_portfolio > div {
  margin-bottom: 24px;
}
.item-news {
  position: relative;
}
.item-news__logo {
  top: 11px;
  left: 11px;
  position: absolute;
}
.item-news__logo img {
  max-width: 80px;
  max-height: 80px;
}
.slider-card__item {
  height: 400px;
  display: block;
}
.slider-card__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slider-card .slick-prev {
  left: -20px;
}
.slider-card .slick-next {
  right: -20px;
}
.card-portfolio .title-min {
  margin-bottom: 13px;
  font-weight: 700;
}
.list-simple li {
  padding-left: 15px;
  position: relative;
}
.list-simple li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}
.list-simple_columns {
  columns: 2;
  column-gap: 30px;
}
.card-portfolio {
  padding-bottom: 50px;
}
.row_card-portfolio {
  margin-bottom: 21px;
}
.page-thanks,
.page-error {
  padding-top: 22px;
  padding-bottom: 30px;
}
.thanks-block,
.error-block {
  height: 800px;
  padding: 0 87px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-image: url(../img/bg_error.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title-thanks,
.title-error {
  font-size: 40px;
  max-width: 290px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.descr-thanks,
.descr-error {
  font-size: 20px;
  margin-bottom: 100px;
  max-width: 360px;
  line-height: 160%;
}
.subtitle-thanks {
  font-size: 32px;
  max-width: 270px;
  margin-bottom: 48px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.descr-thanks {
  margin-bottom: 46px;
  max-width: 400px;
}
.title-thanks {
  margin-bottom: 7px;
}
.thanks-block {
  height: 690px;
  background-image: url(../img/bg_thanks.jpg);
}
.about-block {
  padding: 88px 63px;
  font-size: 24px;
  line-height: 160%;
  background: #82c664;
  color: #fff;
}
.about-block strong {
  font-size: 40px;
  line-height: 160%;
  display: block;
}
.about-block strong span {
  font-size: 36px;
}
.item-about {
  padding: 12px 30px;
  padding-bottom: 21px;
  background: #f5f5f5;
  min-height: 100%;
  transition: 0.3s;
}
.item-about__logo {
  height: 112px;
  width: 280px;
  margin-bottom: 17px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.item-about__logo img {
  max-width: 100%;
  max-height: 100%;
}
.title-small {
  font-size: 20px;
  font-weight: 700;
}
.row_about {
  margin: 0 -10px;
}
.row_about > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.text-about h2 {
  font-size: 24px;
  margin-bottom: 60px;
  line-height: 160%;
  font-weight: 700;
}
.text-about img {
  margin-bottom: 44px;
  max-width: 100%;
  height: auto;
  display: block;
}
.text-about h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.text-about p {
  margin-bottom: 20px;
}
.page-about .text-about {
  margin-top: 65px;
}
.billbord-factory {
  padding-top: 22px;
}
.block-billbord {
  padding: 69px 45px;
  padding-bottom: 20px;
  min-height: 400px;
  color: #fff;
  background: #7ac256;
  position: relative;
  z-index: 1;
}
.block-billbord .list-page,
.block-billbord .title-big {
  max-width: 538px;
}
.block-billbord .title-big {
  margin-bottom: 13px;
}
.block-billbord .btn-main {
  margin-top: 40px;
}
.block-billbord .list-page li {
  font-size: 20px;
}
.block-billbord__image {
  left: 606px;
  /* left: 0px; */
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.block-billbord__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.block-billbord__image::before {
  left: -192px;
  width: 400px;
  height: 100%;
  top: 0;
  position: absolute;
  display: block;
  content: " ";
  background-image: url(../img/bg_billbord.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-main {
  width: 133px;
  height: 133px;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  color: #fff;
  background-color: #52a0eb;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-main::before {
  position: absolute;
  display: block;
  content: " ";
  top: 9px;
  left: 9px;
  right: 9px;
  bottom: 9px;
  background-image: url(../img/text_circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: 10s linear 0s normal none infinite running rot;
  -webkit-animation: 10s linear 0s normal none infinite running rot;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.advantages-factory .item-advantage .title-middle {
  font-size: 24px;
  margin-bottom: 12px;
}
.advantages-factory {
  padding-top: 34px;
}
.factory-customers .title-section {
  padding-bottom: 30px;
  max-width: 887px;
}
.item-customers {
  height: 325px;
  padding: 22px 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  color: #fff;
  z-index: 1;
}
.item-customers__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.item-customers__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.7s;
}
.item-customers:hover .item-customers__image img {
  transform: scale(1.1);
}
.item-customers__image::before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  height: 188px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(130, 198, 100, 0) -2.66%,
    #4d4d4d 53.19%,
    #000 100%
  );
}
.item-customers__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}
.row_customers {
  margin: 0 -10px;
}
.row_customers > div {
  padding: 0 10px;
  margin-bottom: 20px;
}
.advantages-factory {
  padding-bottom: 20px;
}
.factory-customers {
  padding-bottom: 20px;
}
.factory-applications .item-advantage .title-middle {
  font-size: 24px;
  margin-bottom: 0;
}
.factory-applications .item-advantage {
  margin-bottom: 95px;
}
.factory-applications .title-section {
  padding-bottom: 68px;
}
.catalog {
  padding-top: 33px;
  padding-bottom: 42px;
  background: #f5f5f5;
}
.row_catalog {
  margin: 0 -12px;
}
.row_catalog > div {
  padding: 0 12px;
  margin-bottom: 24px;
}
.item-catalog {
  padding: 8px 24px;
  padding-bottom: 19px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  transition: all 0.7s;
}
.item-catalog:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.item-catalog__image {
  height: 201px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-catalog__image img {
  max-width: 100%;
  max-height: 100%;
}
.item-catalog__title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 160%;
  color: #4d4d4d;
  display: block;
  width: 100%;
}
.feature {
  font-size: 14px;
  color: #6f6f6e;
  line-height: 160%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-catalog__bottom {
  padding-top: 20px;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-catalog .btn-main {
  height: 31px;
  padding: 0 14px;
  font-size: 12px;
}
.bottom-button {
  padding-top: 15px;
  text-align: center;
}
.bottom-button .btn-main {
  height: 58px;
  padding: 0 40px;
  font-size: 16px;
  text-transform: none;
}
.btn-main_transparent {
  color: #7ac256;
  border: 1px #7ac256 solid;
  background: transparent;
}
.btn-main_transparent:hover {
  color: #fff;
  background-color: #7ac256;
}
.features-wrap {
  padding-bottom: 18px;
  column-gap: 128px;
  columns: 2;
  border-bottom: 1px solid #cecece;
}
.image-card {
  height: 310px;
  padding: 7px;
  border: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-card img {
  max-width: 100%;
  max-height: 100%;
}
.info-card {
  padding: 17px 44px;
  min-height: 100%;
  background: #f5f5f5;
}
.info-card .btn-main {
  height: 46px;
  padding: 0 30px;
  margin-top: 35px;
}
.feature strong {
  font-weight: 600;
}
.title-features {
  margin-bottom: 6px;
  font-weight: 600;
}
.info-card .title-section {
  font-size: 26px;
  padding-bottom: 22px;
}
.text-small {
  font-size: 14px;
  line-height: 160%;
}
.page-card .title-middle {
  padding-bottom: 16px;
  padding-top: 29px;
  font-weight: 600;
}
.page-card {
  padding-bottom: 26px;
}
.recommendation {
  padding-top: 33px;
  padding-bottom: 60px;
  background: #f5f5f5;
}
.slider-catalog .slick-track {
  display: flex !important;
}
.slider-catalog .slick-slide {
  padding: 12px;
  height: inherit !important;
}
.slider-catalog {
  margin: 0 -12px;
}
.recommendation .title-section {
  padding-bottom: 15px;
}
.slider-catalog .slick-prev {
  left: -40px;
}
.slider-catalog .slick-next {
  right: -40px;
}
.delivery-factory .text-about img {
  margin-bottom: 0;
}
.delivery-factory {
  padding-top: 33px;
  padding-bottom: 60px;
}
.factory-applications .item-advantage::before {
  top: 9px;
}
.page-laboratory .text-about {
  font-size: 14px;
  line-height: 160%;
}
.page-laboratory .text-about img {
  margin-bottom: 20px;
}

/* Inner form */

.inner-consultation {
  margin-bottom: 84px;
  margin-top: 40px;
}

/* Factory content */

.factory-content .entry-title {
  color: #4d4d4d;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  margin: 41px 0;
}

.factory-content .entry-content {
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}

.factory-content .entry-content a {
  color: black;
  text-decoration: underline;
}

.factory-content .entry-content a:hover {
  text-decoration: none;
}

/* Factory banner */

.single-billboard {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 69px 45px;
  position: relative;
}

.single-billboard .title-big {
  max-width: 538px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
}

.banner-content {
  max-width: 348px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
}

.banner-content {
  margin-bottom: 41px;
}

.banner-content ul {
  padding-left: 20px;
}

.banner-content ul li {
  list-style-type: disc;
}

.single-billboard .banner-video {
  position: absolute;
  bottom: 12px;
  right: 14px;
}

/* modal form */

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.fancybox-skin {
  background-color: transparent;
}

.form-wraper {
  background: #7ac256;
  /* background-color: transparent; */
  box-shadow: none;
  filter: drop-shadow(0);
  border-radius: 0px;
}

.fancybox-close {
  background-image: url(/wp-content/themes/maintheme/img/Close_MD.svg);
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-wr {
  display: none;
  background: #7ac256;
}

.block-form {
  padding: 33px 53px 45px 53px;
}

.modal-wr .title-block {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 38.4px */
}

.modal-wr .subtitle-block {
  color: #fff;
  font-family: Wix Madefor Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin-bottom: 27px;
}

.block-form__content,
.block-form__top {
  max-width: 283px;
}

.modal-wr .btn-main {
  /* display: inline-flex; */
  display: block;
  width: 100%;
  min-height: 55px;
  height: auto;
  border-radius: 8px;
  padding-top: 5px;
}
.modal-wr .btn-main div {
  font-size: 9px;
  text-align: center;
}

.modal-wr .wpcf7 input[type="url"],
.modal-wr .wpcf7 input[type="email"],
.modal-wr .wpcf7 input[type="tel"] {
  border-radius: 6px;

  color: #4d4d4d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}

.modal-wr .wpcf7-list-item {
  margin: 0 0 0 0em;
}

.modal-wr .item-form {
  margin-bottom: 27px;
}

.modal-wr .checkbox {
  margin-top: 27px;
}

.modal-wr .checkbox label > span {
  font-size: 11px;
  color: white;
}

ul.navigation {
  text-transform: uppercase;
}

#ez-toc-container {
  display: none !important;
}
.nav-article #ez-toc-container {
  display: table !important;
}

.nav-article li a {
  border: none;
}

#modal-zavod-address .zavod-addr {
  margin-top: 10px;
}

.true_loadmore-wr {
  text-align: center;
}

.true_loadmore-wr .item-news__date,
.true_loadmore-wr .item-news__title {
  text-align: left;
}

#modal-zavod-address .zavod-addr span.btn-main {
  cursor: default;
}

/* Fixes */

.location-main {
  position: relative;
}

.item-header__dropdown {
  padding: 15px;
  width: 250px;
  top: 100%;
  left: 3px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all 0.1s;
  position: absolute;
  z-index: 2;
}

.item-header__dropdown li {
  margin-top: 7px;
}

.location-main:hover i {
  transform: rotate(180deg);
}

.location-main:hover .item-header__dropdown {
  visibility: visible;
  opacity: 1;
}

.item-about a {
  color: black;
}

.item-about:hover {
  transform: translateY(-10px);
  -webkit-box-shadow: -4px 4px 0px 0px rgba(129, 129, 129, 0.2);
  -moz-box-shadow: -4px 4px 0px 0px rgba(129, 129, 129, 0.2);
  box-shadow: -4px 4px 0px 0px rgba(129, 129, 129, 0.2);
}

.search-error {
  height: 50vh;
}

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

.img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  height: 267px;
}

.img-item img {
  object-fit: cover;
}

.page-laboratory .bottom-gallery__row img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}

.catalog .tabs {
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .consultation-block {
    background-image: none !important; /* Очистить фоновое изображение */
  }
}

.row_card-portfolio ul li,
.page-construction ul li {
  list-style: unset;
}
.row_card-portfolio ul,
.page-construction ul {
  padding-left: 20px;
}
.card-portfolio p {
  margin-top: 20px;
}
.location-main a {
  color: #000;
}

.location-main strong a {
  font-size: 14px;
}

.location-main a {
  font-size: 12px;
}

.price-title {
  text-align: center;
  margin-bottom: 27px;
}

.price__items {
  margin-bottom: 50px;
}

.price__item {
  padding-right: 6px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.price__item-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 28px 22px;
  background-color: #f5f5f5;
}

.price__item-image img {
  width: 30px;
  height: 30px;
}

.price__item-image p {
  width: 72px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: #4d4d4d;
}

.price__item-info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
}

.price__item-info p b {
	font-size: 14px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left;
  }

  
.page-vacancies {
	padding-top: 40px;
	padding-bottom: 60px;
}
.page-vacancies .title-section {
	text-align: center;
}
.page-vacancies .tabs a {
  font-size: 14px;
  line-height: 140%;
}
.descr-section {
	font-size: 14px;
	max-width: 810px;
	margin: 0 auto;
	margin-bottom: 35px;
	line-height: 140%;
	font-weight: 500;
	text-align: center;
}
.page-vacancies .tab-container {
	padding-top: 64px;
}
.item-dropdown {
	margin-bottom: 28px;
	background: #f5f5f5;
}
.item-dropdown__head {
	font-size: 24px;
	padding: 24px;
	padding-right: 32px;
	gap: 15px;
	line-height: 160%;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.item-dropdown__head i {
	font-size: 90%;
	transition: all 0.3s;
}
.item-dropdown.active i {
	transform: rotate(180deg);
}
.item-dropdown__content {
	padding: 24px;
	padding-top: 12px;
	display: none;
}
.item-dropdown__content .title-min {
	margin-top: 24px;
	margin-bottom: 16px;
}
.item-dropdown__content ul li {
	padding-left: 20px;
	position: relative;
}
.item-dropdown__content ul li::before {
	position: absolute;
	top: 0;
	left: 5px;
	content: "•";
}
.item-form .jq-selectbox {
	color: #4D4D4D;
}
.consultation_vacancies .consultation-block {
	background-image: url(../img/bg_consult2.jpg);
}
.consultation_vacancies .title-consult,
.consultation_vacancies .descr-consult {
	max-width: 469px;
}
.consultation_vacancies .descr-consult {
	font-size: 26px;
}
.consultation_vacancies {
	padding-bottom: 83px;
}
.contacts-head {
	margin-bottom: 95px;
}
.contacts-head .title-section {
	max-width: 525px;
	padding: 0;
	margin: 0;
}
.item-contact {
	padding-left: 59px;
	position: relative;
}
.item-contact__icon {
	width: 39px;
	height: 39px;
	padding: 3px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7ac256;
}
.item-contact__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-contact .title-small {
	margin-bottom: 12px;
}
.item-contact a {
	color: #4d4d4d;
}
.item-contact__phone {
	font-size: 18px;
	line-height: 160%;
	font-weight: 600;
}