/*
    RESPONSIVE
 */
.section-self-about {
  padding: 45px 0px;
}
.section-self-about .container {
  padding: 0;
  width: 100%;
}

.breadcrumbs ul {
  display: flex;
  margin: 0;
}
.breadcrumbs ul span, .breadcrumbs ul a {
  color: #888;
  font-size: 13px;
}
.breadcrumbs ul a:hover {
  color: #74A516;
}
.breadcrumbs ul li {
  margin: 0;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li::before {
  display: none;
}
.breadcrumbs ul li::after {
  content: "";
  font-weight: 400;
  margin: 0 8px;
  position: relative;
  top: 0px;
  font-size: 0;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #888;
  margin-top: 1px;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}

.custom-btn-green {
  background-color: #74A516;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  height: 56px;
  padding: 1em 2.5em;
  border-radius: 12px;
}
.self-about__left {
  padding-bottom: 24px;
}
.self-about__right picture {
  position: relative;
  display: block;
  padding-top: 60%;
}
.self-about__right picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: transparent;
}
.self-about .breadcrumbs {
	margin-bottom: 40px;
	max-height: none;
	margin-inline: 0;
}

.self-about .breadcrumbs .breadcrumbs {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .self-about .breadcrumbs {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 576px) {
  .self-about .breadcrumbs {
    margin-bottom: 5px;
  }
}

.self-about__label {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  padding-bottom: 24px;
}
.self-about__title {
  padding-bottom: 16px;
}
.self-about__title h1 {
  font-weight: 700;
  font-size: 28px;
}
.self-about__btn button {
  min-width: 320px;
}
.self-about__desc {
  padding-bottom: 26px;
}
.self-about__desc p {
  font-size: 14px;
}

.section-material-factory {
  padding: 54px 0;
}
.section-material-factory .container {
  padding: 0;
  width: 100%;
}

.material-factory {
  color: #222;
}
.material-factory__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 40px;
}
.material-factory__left {
  padding-bottom: 36px;
}
.material-factory__inner {
	background-color: #f7f7f7;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	height: calc(100% + 6px);
}
.material-factory__line {
	border-left: 1px solid #ccc;
	flex-grow: 1;
	margin: 33px 0;
	margin-left: 16px;
	min-height: 30px;
}
.material-factory__subtitle {
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}
.material-factory__desc {
  font-size: 14px;
  margin-top: auto;
  color: #222;
  line-height: 150%;
}
.material-factory__list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.material-factory__item {
  flex-basis: 360px;
  padding: 16px;
  flex-grow: 1;
  padding-bottom: 6px;
}

.card-material {
  padding-top: 10px;
}
.card-material__icon {
  padding-bottom: 10px;
}
.card-material__icon span {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.card-material__title {
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
  font-size: 18px;
  padding-bottom: 6px;
}
.card-material__desc {
  color: #555;
  font-size: 14px;
}
.card-material__action button {
  white-space: nowrap;
}

.section-our-factory {
  padding: 13px 0;
}
.section-our-factory .container {
  padding: 0;
  width: 100%;
}

.our-factory {
  color: #222;
}
.our-factory__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 49px;
}

.fc-gallery__row {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
}
.fc-gallery__small {
  width: 40%;
}
.fc-gallery__small picture {
  position: relative;
  display: block;
  padding-top: 73%;
}
.fc-gallery__small picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}
.fc-gallery__large {
  width: 60%;
}
.fc-gallery__large picture {
  position: relative;
  display: block;
  padding-top: 48.7%;
}
.fc-gallery__large picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}
.fc-gallery picture {
  border-radius: 16px;
  overflow: hidden;
}

.section-our-products {
  padding: 60px 0;
}
.section-our-products .container {
  padding: 0;
  width: 100%;
}

.our-products {
  color: #222;
}
.our-products__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 40px;
}
.our-products__list {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.our-products__item {
  padding: 16px;
  width: 100%;
}

.card-product {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.card-product__bg {
  position: relative;
  z-index: 1;
}
.card-product__bg picture {
  position: relative;
  display: block;
  padding-top: 57%;
  border-radius: 16px;
  overflow: hidden;
}
.card-product__bg picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: transparent;
}
.card-product__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 15px;
}
.card-product__content ul {
  margin: 0;
  display: flex;
  gap: 10px;
}
.card-product__content ul li {
  background-color: #fff;
  margin: 0;
  border-radius: 8px;
  font-size: 13px;
  height: 32px;
  font-weight: 600;
  height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
.card-product__content ul li::before {
  display: none;
}

.section-procsess-create {
  padding: 28px 0;
}
.section-procsess-create .container {
	padding: 0;
	width: 100%;
}

.procsess-create {
  color: #222;
}
.procsess-create__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 42px;
}
.procsess-create__item:last-child .list-num__digit::before {
  display: none;
}

.list-num {
  color: #222;
  display: flex;
  gap: 24px;
  height: 100%;
}
.list-num__title {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
}
.list-num__desc {
  color: #333;
  font-size: 15px;
}
.list-num__digit {
  height: 100%;
  min-height: 140px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.list-num__digit span {
  background-color: #74A516;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.list-num__digit::before {
	content: "";
	width: 1px;
	height: calc(100% - 40px - 68px);
	background-color: #E0E0E0;
	position: absolute;
	left: 50%;
	top: 90px;
}

.procsess-create-video__title {
  font-weight: 700;
  padding-bottom: 12px;
  font-size: 18px;
}
.procsess-create-video__media {
  margin-bottom: 16px;
}

.video__file {
  padding-top: 48%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 6px solid #fff;
  outline: 6px solid #f2f2f2;
}
.video__file video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-form-order {
  padding: 30px 0 85px;
}
.section-form-order .container {
  padding: 0;
  width: 100%;
}

.form-order {
	background-color: #74A53D;
	padding: 58px 60px;
	border-radius: 16px;
	color: #fff;
}
.form-order__title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 20px;
}
.form-order__desc {
  font-size: 14px;
  padding-bottom: 21px;
}

.form__group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.form__group:last-child {
  margin-bottom: 0;
}
.form__item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 320px;
}
.form__item select option {
  font-family: arial;
}
.form__item input[type=text],
.form__item input[type=email] {
	height: 48px;
	padding: 0 16px;
	border-radius: 6px;
}
.form__item label {
  margin-bottom: 6;
}
.form__policy {
  display: flex;
  align-items: center;
}

.form__item select {
	border-radius: 6px;
  height: 48px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTQ2LjE0NmEuNS41IDAgMDEuNzA3LjcwN2wtNSA1YS41LjUgMCAwMS0uNzA3IDBsLTUtNUEuNS41IDAgMTEuODUzLjE0Nkw1LjUgNC43OTMgMTAuMTQ2LjE0NnoiIGZpbGw9IiMyMjIiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) center;
}

.form__item .common_select .common_select-link {
	height: 48px;
	padding: 0 33px 0 11px;
	border-radius: 6px;
}

.form__item .common_select .common_select-link .ik_select_link_text {
	font-size: 14px;
	line-height: 45px;
}

.form__item .common_select .common_select-link .trigger {
	line-height: 46px;
}

.custom-btn-green.custom-btn-dark {
  background-color: #4C5A1D;
  border-radius: 6px;
  height: 48px;
  padding-block: 0;
  min-width: 374px;
  transition: 0.3s ease;
}
.custom-btn-green.custom-btn-dark:hover {
  opacity: 0.8;
}

.toggle-checkbox {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  line-height: 120%;
}
.toggle-checkbox a {
  color: #fff;
  text-decoration: underline;
}
.toggle-checkbox a:hover {
  color: #4C5A1D;
}
.toggle-checkbox__elem {
  background-color: #ddd;
  min-width: 40px;
  width: 40px;
  height: 24px;
  border-radius: 20px;
  position: relative;
  padding: 4px 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.toggle-checkbox__elem::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #999999;
  border-radius: 50%;
  transition: 0.3s ease;
}
.toggle-checkbox__elem:hover {
  background-color: #eee;
}
.toggle-checkbox input {
	/* display: none; */

	z-index: -1111111111;
	opacity: 0;
	position: absolute;
	left: 40px;
}
.toggle-checkbox input:checked + .toggle-checkbox__elem {
  background-color: #fff;
}
.toggle-checkbox input:checked + .toggle-checkbox__elem::before {
  content: "";
  margin-left: 16px;
  background-color: #74a516;
}

.toggle-checkbox {
  position: relative;
}

.card-product__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.3s ease;
  overflow: hidden;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;

}
.card-product__hover a {
  background-color: #74A516;
  margin: 0;
  border-radius: 8px;
  font-size: 13px;
  height: 32px;
  font-weight: 600;
  height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  width: 150px;
  transition: 0.5s ease;
  justify-content: center;
}

.card-product__hover a:hover {
  background-color: #74A53D;

}

.card-product__hover:hover {
  opacity: 1
}

.card-product__hover:hover a {
  color: #fff;
  width: 100%;
  text-align: center
}

.self-about .breadcrumbs.swipeignore {
  width: 100%
}

.card-product__hover:hover::before {
  content: '';
  background-color: #00000080;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
    opacity: 0.5;
  }
  .card-product__hover:hover {
  }
  .card-product__hover a {
    position: relative;
    z-index: 3;
  }

  .form__item input::placeholder {
    opacity: 1;
    color: #888888;
  }


  .procsess-create__list .group {
    width: 100%;
  }

@media screen and (max-width: 843px) {
  .form__item:empty {
    display: none;
  }
}

#captcha_word + img {
  margin-left: 0;
  margin-top: 9px;
}
.toggle-checkbox.error > .error {

  font-size: 12px;
  left: 0;
  right: auto;
  top: 25px
}

div.maxwidth-theme::before {
	display: none;
}

@media screen and (max-width: 480px) {
  .toggle-checkbox.error > .error {
    top: 36px;
  }
}

.form__item.error label.error {
  font-size: 12px
}
.form__item.error {
	position: relative;
}

@media screen and (min-width: 480px) {
  .material-factory__desc {
    font-size: 16px;
  }
  .card-product__content ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) {
  .material-factory__inner {
    padding: 24px;
  }
  .card-material__desc {
    font-size: 16px;
  }
  .our-products__item {
    width: 50%;
  }
  .list-num__title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .form-order__desc {
    font-size: 16px;
    padding-bottom: 32px;
  }
  .form__group {
    gap: 24px;
  }
  .toggle-checkbox {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .self-about__title h1 {
    font-size: 32px;
  }

}
@media screen and (min-width: 992.98px) {
  .self-about {
    display: flex;
  }
  .self-about__left {
    width: 47%;
    padding-bottom: 0;
  }
  .self-about__right {
    width: 63%;
  }
  .material-factory__item {
    flex-basis: 480px;
  }
  .card-material__wrp {
    display: flex;
    gap: 20px;
  }
  .our-products__item {
    width: 33.33%;
  }
  .procsess-create__wrp {
    display: flex;
    gap: 60px;
  }
  .procsess-create__left {
    width: 68%;
  }
  .procsess-create__right {
    width: 32%;
  }
  .procsess-create__item:nth-child(7) .list-num__digit::before {
    display: none;
  }

  .material-factory__wrp {
    display: flex;
    gap: 60px;
  }
  .material-factory__left {
    width: 340px;
    padding-bottom: 0;
  }
  .material-factory__right {
    width: calc(100% - 340px);
  }
}
@media screen and (min-width: 992.98px) and (max-width: 1440.98px) {
  .self-about {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .self-about__title h1 {
    font-size: 42px;
  }

  .procsess-create__list .group {
    width: 48%;
  }
  .procsess-create__list {
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
  }
  .procsess-create__item {
    width: 100%;
  }
}
@media screen and (min-width: 1376px) {
  .material-factory__title {
    font-size: 32px;
  }
  .material-factory__subtitle {
    font-size: 24px;
  }
  .our-factory__title {
    font-size: 32px;
  }
  .our-products__title {
    font-size: 32px;
  }
  .procsess-create__title {
    font-size: 32px;
  }
  .form-order__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440.98px) {
  .self-about__title {
    padding-bottom: 36px;
  }
  .self-about__title h1 {
    font-size: 60px;
  }
  .self-about__desc p {
    font-size: 18px;
    line-height: 160%;
  }
  .material-factory__inner {
    padding: 40px 32px 45px;
  }
  .material-factory__item {
    flex-basis: 540px;
  }
  .fc-gallery__row {
    gap: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 992px) {
  .form__submit button,
  .form__submit {
    width: 100%;
  }

  .section-self-about {
    padding: 24px 0px;
  }
}
@media screen and (max-width: 576px) {
  .self-about__title h1 {
    line-height: 140%;
  }
  .material-factory__title {
    line-height: 140%;
  }
  .card-material__texts {
    padding-bottom: 30px;
  }
  .card-material__action button, .card-material__action a {
    width: 100%;
  }
  .our-factory__title {
    line-height: 140%;
  }
  .fc-gallery__row {
    flex-wrap: wrap;
  }
  .fc-gallery__small {
    width: 100%;
  }
  .fc-gallery__large {
    width: 100%;
  }
  .section-our-products {
    padding: 30px 0;
  }
  .our-products__title {
    line-height: 140%;
  }
  .procsess-create__title {
    line-height: 140%;
  }
  .video__file {
    padding-top: 68%;
  }
  .form-order {
    padding: 40px 32px;
  }
  .form-order__title {
    line-height: 140%;
  }

  .custom-btn-green.custom-btn-dark {
    width: 100%;
    min-width: unset;
    height: 58px;
  }

  .section-self-about {
    padding: 18px 0px;
  }

  .section-material-factory {
    padding: 22px 0;
  }

  .material-factory__line {
    margin: 7px 0;
  }

  .our-factory__title {
    padding-bottom: 19px;
  }

  .our-products__title {
    padding-bottom: 19px;
  }

}

@media screen and (max-width: 480px) {
  .self-about__btn button {
    width: 100%;
  }
}
