html {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-width: 320px;
}
body {
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  min-height: 100%;
  max-width: 1920px;
  box-shadow: 0px 0px 150px -10px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  overflow-y: scroll;
  font-family: "manrope", sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -ms-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.wrapper {
  padding: 10px 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.row {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 740px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper {
    max-width: 965px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
  }
}
.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrapper > .row {
  width: 100%;
}
.title {
  font-weight: 800;
  font-size: 32px;
  color: #514439;
  line-height: 44px;
  padding-left: 11px;
  border-left: 4px solid #74a527;
  margin: 0;
}
.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-row a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #95392a;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: max-content;
}
.title-row a svg {
  margin-left: 10px;
}
.title-row a:hover {
  color: rgba(53, 23, 40, 0.5);
}
.title-row a:hover svg path {
  fill: rgba(53, 23, 40, 0.5);
}
@media screen and (max-width: 1699px) {
  .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .title-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-row .title {
    margin-bottom: 10px;
  }
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}
/*.alignfull {*/
/*  margin-left: calc(-100vw / 2 + 100% / 2);*/
/*  margin-right: calc(-100vw / 2 + 100% / 2);*/
/*  max-width: 100vw !important;*/
/*}*/
/*@media only screen and (min-width: 1920px) {*/
/*  .alignfull {*/
/*    width: 1920px !important;*/
/*    margin-left: calc(-1 * (1920px - 1600px) / 2) !important;*/
/*    margin-right: calc(-1 * (1920px - 1600px) / 2) !important;*/
/*  }*/
/*}*/

/*================ LOGO ===============*/

.logo-wrap {
  height: 60px;
  margin-right: 30px;
  flex-shrink: 0;
}
.logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*================ HEADER ===============*/

header {
  position: relative;
  z-index: 999;
}
.front-page header {
  width: 100%;
  background-color: #fff;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.main-menu {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.main-menu-container {
  width: 100%;
}

.header-top-line {
  background-color: #272727;
}
.header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
header .top-item {
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.5;
  display: flex;
  align-items: center;
}
header a.top-item:hover {
  opacity: 1;
}
header .top-item img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  margin-right: 5px;
}
header .top-socials {
  opacity: 1;
}
header .top-socials img {
  opacity: 0.5;
  margin-right: 12px;
  filter: brightness(0) invert(1);
}
header .top-socials img:hover {
  opacity: 1;
}
header .top-socials a:last-child img {
  margin-right: 0;
}
.search-and-menu {
  width: 100%;
}
.dgwt-wcas-search-wrapp {
  max-width: none !important;
}
header .top-item p {
  margin: 0;
}
.main-menu a {
  font-size: 16px;
  line-height: 22px;
  color: #514439;
  text-decoration: none;
}
.main-menu a:hover {
  color: #f7bc00;
}
header .menu {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  padding-left: 0;
  margin: 0;
}
header .contacts-wrap {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 0;
  border-bottom: 1px solid #51443940;
  font-size: 16px;
  line-height: 22px;
  color: #51443940;
  padding: 0 !important;
  padding-left: 5px !important;
  padding-right: 80px !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 12px;
}
.dgwt-wcas-preloader {
  right: 40px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  font-style: normal;
}
header .header-catalog-link {
  display: flex;
  align-items: center;
  background-color: #74a527;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.header-catalog-link:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/Category.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
header .header-catalog-link:hover {
  color: #fff;
  background-color: #f7bc00;
}
header .phones a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #74a527;
  text-decoration: none;
  white-space: nowrap;
}
header .phones a:first-child {
  font-weight: 800;
  font-size: clamp(0.875rem, 0.475rem + 2vw, 1rem);
  line-height: 22px;
  color: #514439;
}
header .phones a:hover {
  color: #f7bc00;
}
header .contacts-icon {
  position: relative;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}
header .contacts-icon-container {
  background-color: #74a527;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
header .contacts-icon-container:hover {
  background-color: #f7bc00;
}
header .contacts-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
header .contacts-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #74a527;
  opacity: 0.35;
  border-radius: 50%;
  z-index: 0;
  animation: call-icon 3s linear infinite;
}
header .contacts-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #74a527;
  opacity: 0.35;
  border-radius: 50%;
  z-index: 0;
  animation: call-icon 3s linear 1s infinite;
}
@keyframes call-icon {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.mobile-menu {
  display: none;
  position: absolute;
  height: 110vh;
  width: 100vw;
  padding-top: 140px;
  z-index: -1;
  background-color: #fff;
}
.mobile-menu ul {
  flex-direction: column;
  text-align: center;
}
.mobile-menu ul li {
  margin-bottom: 10px;
}
.mobile-menu a {
  font-size: 20px;
  font-weight: 500;
  color: #74a527;
  text-decoration: none;
}
.body-hidden {
  overflow: hidden !important;
}
@media only screen and (max-width: 1199px) {
  .main-menu a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding-right: 37px !important;
  }
  .header-top-content {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .top-item {
    padding: 3px 6px;
  }
  .header-top-content {
    padding: 2px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap {
    padding: 7px 0;
    transition: 0.3s;
  }
  header {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
  }
  header.scroll {
    position: fixed;
    box-shadow: 0px -10px 20px #1c1c1c7a;
    transition: 0.3s;
  }
  .front-page header {
    position: fixed;
  }
  body {
    margin-top: 142px;
  }
  header.scroll .header-top-line {
    display: none;
  }
  header .search-and-menu {
    display: none;
  }
  header.scroll .header-wrap {
    padding: 7px 0;
  }
  header.scroll .mobile-menu {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 480px) {
  header .contacts-icon {
    display: none;
  }
  .logo-wrap {
    margin: unset;
  }
  header .top-item.time-work,
  header .top-item.top-phone,
  header .top-item.top-email,
  header .top-item.top-socials {
    display: none;
  }
  .header-top-content {
    justify-content: center;
  }
  body {
    margin-top: 118px;
  }
}

@media (max-width: 370px) {
  .logo-wrap {
    max-width: 80px;
  }
}

/*================ BURGER ===============*/

.mobile-burger {
  display: none;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  margin-left: 30px;
}
.mobile-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #74a527;
  border-radius: 4px;
}
.mobile-burger span:nth-of-type(1) {
  top: 0;
}
.mobile-burger span:nth-of-type(2) {
  top: 14px;
}
.mobile-burger span:nth-of-type(3) {
  bottom: 0;
}
#menu07 span:nth-of-type(1) {
  animation: menu07-bar01 0.75s forwards;
}
@keyframes menu07-bar01 {
  0% {
    transform: translateY(14px) rotate(45deg);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07 span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#menu07 span:nth-of-type(3) {
  animation: menu07-bar03 0.75s forwards;
}
@keyframes menu07-bar03 {
  0% {
    transform: translateY(-14px) rotate(-45deg);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07.active span:nth-of-type(1) {
  animation: active-menu07-bar01 0.75s forwards;
}
@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(0);
  }
  100% {
    transform: translateY(14px) rotate(45deg);
  }
}
#menu07.active span:nth-of-type(2) {
  opacity: 0;
}
#menu07.active span:nth-of-type(3) {
  animation: active-menu07-bar03 0.75s forwards;
}
@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-14px) rotate(0);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}
@media only screen and (max-width: 991px) {
  header .mobile-burger {
    display: block;
  }
  header .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-burger {
    margin-left: 15px;
  }
}
/*================ BREADCRUMBS ===============*/
.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs .wrapper {
  flex-direction: row;
  display: block;
}
.breadcrumbs,
.breadcrumbs span,
.breadcrumbs a {
  font-size: 16px;
  line-height: 150%;
  color: rgba(81, 68, 57, 0.25);
  text-decoration: none;
}
.breadcrumbs a:hover span {
  color: #74a527;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs,
  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
  }
  .breadcrumbs {
    padding: 20px 0;
  }
}
/*================ SERVICES ===============*/
.archive-services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.archive-services .service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 4 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9fafa;
}
.archive-services .service-thumb {
  width: 100%;
  height: 238px;
  margin-bottom: 10px;
  overflow: hidden;
}
.archive-services .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-services .service-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #514439;
  margin-bottom: 10px;
}
.archive-services .service-top {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.archive-services .service-info {
  display: flex;
  flex-direction: column;
}
.archive-services .service-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  margin-bottom: 14px;
}
.archive-services .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #74a527;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 9px 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  cursor: pointer;
}
.archive-services .btn svg {
  margin-left: 5px;
}
.archive-services .btn svg path {
  fill: #74a527;
}
.archive-services .service-desc {
  font-size: 12px;
  line-height: 16px;
  color: #514439bf;
}
.archive-services .btn:hover {
  background-color: #f7bc00;
  border-color: #f7bc00;
  color: #fff;
}
.archive-services .btn:hover svg path {
  fill: #fff;
}
.archive-services .btn:active {
  background-color: #e8b000;
  border-color: #e8b000;
  color: #fff;
}
.archive-services .btn:active svg path {
  fill: #fff;
}

@media only screen and (max-width: 1199px) {
  .archive-services .service-item {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
  }
  .archive-services .service-thumb {
    height: 251px;
  }
}
@media only screen and (max-width: 991px) {
  .archive-services .service-item {
    padding: 15px;
  }
  .archive-services .service-thumb {
    height: 186px;
  }
  .archive-services .service-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .archive-services .service-price {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .archive-services .service-item {
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .archive-services .service-item {
    width: calc(100% / 2 - 10px / 2);
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
  }
  .archive-services .btn {
    font-size: 14px;
    padding: 4px 4px;
  }
  .archive-services .btn svg {
    flex-shrink: 0;
  }
  .archive-services .service-item:nth-child(2n) {
    margin-right: 0;
  }
  .archive-services .service-thumb {
    height: 150px;
  }
  .archive-services .service-top {
    margin-bottom: 10px;
  }
  .archive-services .service-title {
    font-size: 14px;
    line-height: 18px;
  }
  .archive-services .service-top {
    margin-bottom: 10px;
  }
  .archive-services .service-price {
    font-size: 16px;
  }
}
@media only screen and (max-width: 410px) {
  .archive-services .btn svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 386px) {
  .archive-services .btn svg {
    display: none;
  }
}

/*================ SINGLE SERVICE ===============*/
.single-service .service-card {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #f7f7f7;
  margin-top: 40px;
  margin-bottom: 95px;
}
.single-service .right-side {
  width: calc(100% - 471px - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-service .left-side {
  width: 471px;
  margin-right: 90px;
}
.single-service .main-photos {
  margin-bottom: 30px;
  height: 471px;
  position: relative;
}
.single-service .main-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.single-service .plus-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/plus.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.single-service .main-photos:hover .plus-icon {
  opacity: 1;
}
.single-service .thumb-photos {
  height: 135px;
}
.single-service .thumb-photos .swiper-slide {
  box-sizing: border-box;
  cursor: pointer;
}
.single-service .thumb-photos .swiper-slide:hover {
  opacity: 0.8;
}
.single-service .thumb-photos .swiper-slide-thumb-active {
  border: 1px solid #95392a;
  cursor: default;
}
.single-service .thumb-photos .swiper-slide-thumb-active:hover {
  opacity: 1;
}
.single-service .thumb-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service .service-text {
  margin-bottom: 20px;
}
.single-service .service-text p {
  margin: 0;
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(14, 14, 16, 0.75);
}
.single-service .service-text ul li,
.single-service .service-text ol li {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: rgba(14, 14, 16, 0.75);
}
.single-service .service-text h2,
.single-service .service-text h3 {
  color: rgba(14, 14, 16, 0.75);
}
.single-service .service-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-service .service-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #95392a;
}
.single-service .service-button {
  display: flex;
  align-items: center;
  background: #95392a;
  border-radius: 25px;
  padding: 13px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  cursor: pointer;
}
.single-service .service-button svg {
  margin-left: 10px;
}
.single-service .service-button:hover {
  background-color: #b75141;
}
.single-service .service-button:active {
  background-color: #723329;
}
@media only screen and (max-width: 1699px) {
  .single-service .left-side {
    width: 370px;
    margin-right: 60px;
  }
  .single-service .main-photos {
    height: 370px;
  }
  .single-service .right-side {
    width: calc(100% - 370px - 60px);
  }
  .single-service .thumb-photos {
    height: 102px;
  }
}
@media only screen and (max-width: 1199px) {
  .single-service .left-side {
    width: 300px;
  }
  .single-service .main-photos {
    height: 300px;
    margin-bottom: 20px;
  }
  .single-service .thumb-photos {
    height: 86px;
  }
  .single-service .right-side {
    width: calc(100% - 300px - 60px);
  }
  .single-service .service-text p {
    font-size: 14px;
  }
  .single-service .service-text ul li,
  .single-service .service-text ol li {
    font-size: 14px;
  }
  .single-service .service-price {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .single-service .service-card {
    margin-top: 30px;
    margin-bottom: 70px;
    padding: 20px;
  }
  .single-service .left-side {
    width: 266px;
    margin-right: 30px;
  }
  .single-service .main-photos {
    height: 266px;
  }
  .single-service .right-side {
    width: calc(100% - 266px - 30px);
  }
  .single-service .thumb-photos {
    height: 75px;
  }
  .single-service .service-price {
    font-size: 24px;
  }
  .single-service .service-button {
    padding: 10px 22px;
  }
  .single-service .service-button svg {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service .service-card {
    flex-direction: column;
  }
  .single-service .left-side {
    width: 350px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .single-service .main-photos {
    height: 350px;
  }
  .single-service .thumb-photos {
    height: 103px;
  }
  .single-service .right-side {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .single-service .left-side {
    width: 100%;
  }
  .single-service .main-photos {
    height: 300px;
  }
  .single-service .thumb-photos {
    height: 86px;
  }
  .single-service .service-price {
    font-size: 20px;
  }
  .single-service .service-button {
    padding: 8px 17px;
    font-size: 14px;
  }
  .single-service .service-bottom {
    flex-wrap: wrap;
  }
}
/*================ REVIEWS ARCHIVE ===============*/
.archive-reviews .reviews-block {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.archive-reviews .left-side,
.archive-reviews .right-side {
  width: calc(50% - 15px);
}
.archive-reviews .review-item {
  margin-bottom: 50px;
  display: flex;
}
.archive-reviews .review-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}
.archive-reviews .review-thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  flex-shrink: 0;
}
.archive-reviews .review-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-reviews .review-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #514439;
  margin-right: 22px;
}
.archive-reviews .review-date {
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
}
.archive-reviews .review-star {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.archive-reviews .review-star.star-full {
  background-image: url(../images/Star-full.svg);
}
.archive-reviews .review-stars {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.archive-reviews .review-star.star-empty {
  background-image: url(../images/Star.svg);
}
.archive-reviews .review-text {
  font-size: 16px;
  line-height: 150%;
  color: #514439bf;
}
.archive-reviews .reviews-form {
  position: sticky;
  top: 10px;
  background-color: #74a527;
  padding: 39px 40px 40px 40px;
}
.archive-reviews .form-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 26px;
}
.archive-reviews .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-reviews .wpcf7 p {
  margin: 0;
}
.archive-reviews .form-row .wpcf7-form-control-wrap {
  width: calc(50% - 15px);
}
.archive-reviews .form-row .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  font-family: "manrope", sans-serif;
  outline: none;
}
.archive-reviews .form-row .wpcf7-form-control-wrap input.wpcf7-not-valid,
.archive-reviews .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: red;
}
.archive-reviews .form-row .wpcf7-form-control-wrap input::placeholder {
  color: rgba(52, 52, 52, 0.5);
}
.archive-reviews .form-row .wpcf7-form-control-wrap input:focus {
  border-color: #95392a;
  color: #95392a;
}
.archive-reviews textarea {
  width: 100%;
  resize: none;
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  font-family: "manrope", sans-serif;
  outline: none;
  height: 101px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.archive-reviews textarea::placeholder {
  color: rgba(52, 52, 52, 0.5);
}
.archive-reviews textarea:focus {
  border-color: #95392a;
  color: #95392a;
}
.archive-reviews .form-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive-reviews .wpcf7-spinner {
  display: none;
}

.archive-reviews .wpcf7-list-item {
  margin-left: 0;
}
.archive-reviews .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(39, 73, 105, 0.5);
  box-sizing: border-box;
  flex-shrink: 0;
  top: 1px;
  left: 0;
  cursor: pointer;
}
.archive-reviews .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  display: block;
  color: #343434;
}
.archive-reviews .wpcf7-list-item-label a {
  color: #95392a;
  text-decoration: none;
  border-bottom: 1px solid #95392a;
}
.archive-reviews .submit-button {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #74a527;
  padding: 9px 20px;
  padding-right: 47px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  font-family: "manrope", sans-serif;
  background-image: url(../images/arrow.svg);
  background-size: 22px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.archive-reviews .contact-form-policy {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff80;
}
.archive-reviews .contact-form-policy a {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff80;
}
.archive-reviews .contact-form-policy a:hover {
  text-decoration: none;
}
.archive-reviews .submit-button:hover {
  background-color: #f7bc00;
}
.archive-reviews .submit-button:active {
  background-color: #e8b000;
}
.archive-reviews .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-reviews .page-numbers {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 150%;
  color: #514439 !important;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  text-align: center;
  background-color: rgba(128, 146, 158, 0.05);
  border-radius: 50%;
}
.archive-reviews .review-info {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.archive-reviews .page-numbers:hover {
  background-color: #f7bc00;
}
.page-numbers.current {
  color: #fff !important;
  background-color: #74a527;
}
@media screen and (max-width: 1199px) {
  .archive-reviews .reviews-form {
    padding: 35px 30px 50px 30px;
  }
  .archive-reviews textarea {
    height: 220px;
  }
}
@media screen and (max-width: 991px) {
  .archive-reviews .form-row {
    flex-direction: column;
  }
  .archive-reviews .form-row .wpcf7-form-control-wrap {
    width: 100%;
  }
  .archive-reviews .form-row br {
    display: none;
  }
  .archive-reviews .form-row .wpcf7-form-control-wrap:first-child {
    margin-bottom: 15px;
  }
  .archive-reviews .form-row .wpcf7-form-control-wrap input,
  .archive-reviews textarea {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .archive-reviews textarea {
    margin-bottom: 10px;
  }
  .archive-reviews .contact-form-policy {
    margin-bottom: 20px;
    text-align: center;
  }
  .archive-reviews .reviews-form {
    padding: 30px 20px;
  }
  .archive-reviews .form-bottom-row {
    flex-direction: column;
  }
  .archive-reviews textarea {
    height: 185px;
  }
  .archive-reviews .form-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .archive-reviews .review-text {
    font-size: 14px;
  }
  .archive-reviews .review-title {
    font-size: 20px;
  }
  .archive-reviews .review-text {
    font-size: 14px;
  }
  .archive-reviews .review-star {
    margin-right: 3px;
  }
  .archive-reviews .review-thumb {
    width: 80px;
    height: 80px;
    margin-right: 14px;
  }
  .archive-reviews .page-numbers {
    margin: 0 6px;
  }
  .archive-reviews .page-numbers:before {
    left: -7px;
  }
}
@media screen and (max-width: 767px) {
  .archive-reviews .reviews-block {
    flex-direction: column;
  }
  .archive-reviews .left-side,
  .archive-reviews .right-side {
    width: 100%;
  }
  /*.archive-reviews .left-side {*/
  /*  margin-bottom: 40px;*/
  /*}*/
}
/*================ FOOTER ===============*/

#footer {
  background-color: #1a1a1a;
  padding-top: 40px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
.top-footer {
  /*padding-bottom: 40px;*/
}
.footer-left {
  display: flex;
  width: 68%;
  justify-content: space-between;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  max-width: 215px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  margin-bottom: 18px;
  list-style: none;
}
.footer-menu-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 20px;
}
.footer-menu-title.rejim {
  margin-top: 52px;
}
.footer-rejim {
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;

  opacity: 0.5;
}
.footer-menu a {
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
  display: block;
}
.footer-menu a:hover {
  opacity: 1;
}
.footer-socials-row {
  display: flex;
  align-items: center;
}
.footer-left .soc-link {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #ffffffbf;
  text-decoration: none;
  flex-shrink: 0;
}
.footer-left .soc-link:last-child {
  margin-right: 0;
}

.footer-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.25;
}
.footer-left .soc-link:hover img {
  opacity: 1;
}
.bottom-footer {
  padding: 20px 0;
}
#footer .policy-link {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #ffffff;
  width: max-content;
  opacity: 0.5;
}
#footer .policy-link:hover {
  opacity: 1;
  text-decoration: none;
}
.developer-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  opacity: 0.5;
  color: #ffffff;
}
.developer-link:hover {
  opacity: 1;
}
.developer-link img {
  margin-left: 20px;
}
.bottom-footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .footer-left {
    flex-direction: column;
  }
  .footer-menu {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .footer-menu ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .footer-menu ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .footer-main {
    flex-direction: column-reverse;
  }
  .footer-left {
    width: 100%;
  }
  footer .logo-wrap {
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .bottom-footer .wrapper {
    flex-direction: column;
  }
  #footer .policy-link {
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .header-top-line .wrapper {
    padding: 0 15px;
  }
}
/*================ 404 ===============*/
.nf-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 105px;
}
.nf-page .error {
  /*background-image: url(../images/404.svg);*/
  margin-bottom: 13px;
  width: 410px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 200px;
  color: #74a527;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .nf-page .error {
    font-size: 100px;
    text-align: center;
  }
}
.nf-page .text {
  font-size: 16px;
  line-height: 22px;
  color: #514439;
  margin-bottom: 25px;
}
.nf-page a {
  border: 1px solid #74a527;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nf-page a svg {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.nf-page a:hover {
  border: 1px solid #f7bc00;
  color: #f7bc00;
}
.nf-page a:hover path {
  fill: #f7bc00;
}
.nf-page a:active {
  border: 1px solid #e8b000;
  color: #e8b000;
}
.nf-page a:active path {
  fill: #e8b000;
}
@media only screen and (max-width: 767px) {
  .nf-page .text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .nf-page .error {
    width: 290px;
    height: 150px;
  }
  .nf-page .text {
    width: 242px;
    font-size: 14px;
  }
}

/*================ TEXT ===============*/
.text-block h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #514439;
  margin-top: 0;
  margin-bottom: 26px;
}
h1 {
  font-weight: 800;
  font-size: clamp(1.625rem, 1.55rem + 0.38vw, 2rem);
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 10px;
}
.text-block h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  color: #514439;
  margin-top: 0;
  margin-bottom: 26px;
}
.text-block h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #514439;
  margin-top: 0;
  margin-bottom: 26px;
}
.text-block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #514439;
  margin-top: 0;
  margin-bottom: 26px;
}
.text-block ul,
.text-block ol {
  margin-top: 0;
  margin-bottom: 20px;
}
.text-block li {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #514439;
  margin-bottom: 5px;
}
/*================ search ===============*/
.search-results.woocommerce ul.products {
  column-gap: 30px;
}
@media screen and (max-width: 991px) {
  .search-results.woocommerce ul.products {
    column-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .search-results.woocommerce ul.products {
    column-gap: 10px;
  }
}
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax {
  text-decoration: none;
}
/*================ Модалка ===============*/
.popup-fade {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999999;
  position: fixed;
  display: none;
}
.popup-fade:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup {
  position: relative;
  /*top: 20%;
  left: 50%;*/
  padding: 30px;
  width: 400px;
  /*margin-left: -200px;*/
  background-color: #74a527;
  z-index: 99999;
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  right: 15px;
  cursor: pointer;
}
.popup-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-close:hover {
  opacity: 0.7;
}
.popup-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 26px;
}
#popup-thanks .popup-title {
  margin-bottom: 0 !important;
}
.popup input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #74a527;
  font-family: "manrope", sans-serif;
  outline: none;
}
.popup input::placeholder {
  color: rgba(52, 52, 52, 0.5);
}
.popup input.wpcf7-not-valid {
  border-color: #ff2200;
}
.popup input:focus {
  color: #74a527;
}
.popup p {
  margin: 0;
}
#popup br,
#popup-variation br {
  display: none;
}
.popup .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.popup .modal-link {
  position: relative;

  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff80;
  text-align: center;
  margin-top: 28px;
}
.popup .modal-link a {
  color: #ffffff80;
  text-decoration: underline;
}
.popup .modal-link a:hover {
  text-decoration: none;
}
.popup .wpcf7-submit {
  display: block;
  border: 1px solid #ffffff;
  background: none;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff !important;
  cursor: pointer;
  outline: none;
  font-family: "manrope", sans-serif;
  width: max-content;
  margin: auto;
  margin-top: 20px;
  padding-right: 47px;
  background-image: url(../images/arrow.svg);
  background-size: 22px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.popup .wpcf7-submit:hover {
  border-color: #f7bc00;
  background-color: #f7bc00;
}
.popup .wpcf7-submit:active {
  border-color: #e8b000;
  background-color: #e8b000;
}
@media only screen and (max-width: 410px) {
  .popup-title {
    font-size: 22px;
  }
  .popup-close {
    width: 30px;
    height: 30px;
  }
  .popup {
    width: 300px;
    padding: 20px;
  }
  .popup .modal-link {
    margin-top: 15px;
  }
}
/*================ CF7 ===============*/
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner {
  display: none;
}

/*================ WOOCOMMERCE ===============*/
.woocommerce ul.products .type-product a img {
  object-fit: contain;
  aspect-ratio: 1 / 1;
  height: auto;
  max-width: 100%;
}


.woocommerce ul.products {
  column-gap: 11%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 60px;
}
.woocommerce ul.products li.product-category {
  width: 26%;
  margin-right: 0;
  margin-bottom: 30px;
  list-style: none;
}
.woocommerce ul.products li.product-category a {
  text-decoration: none;
}
.woocommerce ul.products li.product-category:hover svg circle {
  fill: #f7bc00;
  opacity: 1;
}
.subcategory-thumb-container {
  background-size: 176px;
  position: relative;
}
.subcategory-thumb-container svg {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: -1;
}
.subcategory-thumb-container img {
  width: 303px;
  height: 276px;
  object-fit: contain;
  object-position: bottom;
  max-width: 100%;
}
.woocommerce ul.products::before {
  display: none;
}
.woocommerce-loop-category__title {
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #514439;
}
.woocommerce-loop-category__title .count {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #514439;
  opacity: 0.75;
}
.woocommerce.product_cat-page ul.products {
  column-gap: 30px;
}
.woocommerce ul.products .type-product {
  width: calc(100% / 3 - 30px * 2 / 3);
  margin-right: 0;
  padding: 30px;
  background-color: rgba(128, 146, 158, 0.05);
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce ul.products .type-product a {
  text-decoration: none;
}
.woocommerce
  ul.products
  .type-product
  a.woocommerce-loop-product__link:hover
  .woocommerce-loop-product__title {
  color: #f7bc00;
}
.woocommerce ul.products .type-product .woocommerce-loop-product__title {
  color: #514439;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
}
.woocommerce ul.products .item-loop-price-container {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: flex-end; */
  margin-top: 10px;
}
.woocommerce ul.products .item-loop-price-container .button {
  margin-top: 0;
}
.woocommerce ul.products .loop-item-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #514439;
}

.product_cat-page ul.products .loop-item-description p:last-child {
display: none;
}

.woocommerce ul.products .item-loop-price-container > .price {
  display: flex;
  flex-direction: row;
  gap:5px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  line-height: 1;
}
.woocommerce ul.products .item-loop-price-container > .price .amount {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #514439;
  text-decoration: none;
}

.woocommerce ul.products .item-loop-price-container > .price {
	 font-weight: bold;
  	font-size: 22px;
  	line-height: 44px;
  	color: #514439;
  	text-decoration: none;
	align-items:center;
}

.woocommerce ul.products .item-loop-price-container > .price ins {
  text-decoration: none;
}
.woocommerce ul.products .item-loop-price-container > .price del .amount {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: line-through;
  color: #e5e5e5;
}
.loop-item-more-link {
  padding: 14px 30px;
  background-color: #74a527;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  font-feature-settings: "pnum" on, "lnum" on;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.loop-item-more-link:hover {
  background-color: #f7bc00;
}
.loop-item-more-link:active {
  background-color: #e8b000;
}
.product-page .product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-page .product_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #514439;
  margin-bottom: 17px;
  margin-top: 0;
}
.single-certificate-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #74a527;
  margin-bottom: 28px;
}
.single-certificate-link:hover {
  color: #f7bc00;
}
.single-certificate-link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/download.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.single_description {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #514439;
  margin-bottom: 50px;
}
.single-features-list {
  display: flex;
  flex-wrap: wrap;
}
.single-feature-item {
  width: 50%;
  display: flex;
  margin-bottom: 35px;
}
.single-feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  flex-shrink: 0;
}
.single-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.single-feature-title,
.single-feature-value {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;

  color: #514439;
}
.single-price-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.single-price-container .price {
  display: flex;
  margin: 0;
  flex-direction: row;
  gap:5px;
	align-items:center;
	    font-weight: bold;
    font-size: 22px;
    line-height: 55px;
    color: #514439;
}
.single-price-container .price .amount {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
  color: #514439;
  text-decoration: none;
}
.single-price-container .price ins {
  text-decoration: none;
}
.single-price-container .price del {
  color: #e5e5e5;
  opacity: 1;
}
.single-price-container .price del .amount {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #e5e5e5;
}
.single-button.popup-open,
.single-button.popup-open-variation {
  background: #74a527;
  border-radius: 5px;
  padding: 12px 30px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.single-button.popup-open:hover,
.single-button.popup-open-variation:hover {
  background-color: #f7bc00;
}
.single-button.popup-open:active,
.single-button.popup-open-variation:active {
  background-color: #e8b000;
}
.product-page .slider__block {
  width: 483px;
}
.product-page .entry-summary {
  width: 50%;
}
.product-page .main__images {
  overflow: hidden;
  width: 100%;
  height: 483px;
  margin-bottom: 28px;
}
.product-page .main__images .item__image {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-page .main__images .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page .main__thumbs {
  overflow: hidden;
}
.product-page .main__thumbs .item__thumb {
  height: 107px;
  object-fit: cover;
  cursor: pointer;
}
.product-page .main__thumbs .item__thumb:hover {
  opacity: 0.7;
}
.product-page .main__thumbs .item__thumb.swiper-slide-thumb-active {
  opacity: 0.7;
  cursor: default;
}
.product-page .main__thumbs .item__thumb.swiper-slide-thumb-active:hover {
  opacity: 0.7;
}
.product-page section.related.products {
  width: 100%;
  margin-top: 100px;
}
.product-page section.related.products h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #514439;
  margin-bottom: 43px;
}
.product-page .related__holder {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .subcategory-thumb-container img {
    height: 250px;
  }
  .subcategory-thumb-container svg {
    width: 250px;
    height: 250px;
    left: 0;
  }
  .woocommerce ul.products .type-product {
    padding: 24px;
  }
  .woocommerce ul.products .type-product .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .woocommerce ul.products .item-loop-price-container > .price .amount {
    font-size: 22px;
    line-height: 34px;
  }
  .loop-item-more-link {
    padding: 10px 18px;
  }
  .product-page .slider__block {
    width: 415px;
  }
  .product-page .main__images {
    height: 415px;
  }
  .product-page .product_title,
  .product-page section.related.products h2 {
    font-size: 32px;
  }
  .single-feature-title,
  .single-feature-value {
    font-size: 15px;
  }
  .single_description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .single-feature-item {
    margin-bottom: 40px;
  }
  .single-price-container .price .amount {
    font-size: 36px;
    line-height: 52px;
  }
  .product-page .main__thumbs .item__thumb {
    height: 88px;
  }
  .single-feature-icon {
    margin-right: 10px;
  }
  .single-certificate-link {
    font-size: 15px;
  }
  .product-page section.related.products {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products {
    column-gap: 8%;
  }
  .woocommerce ul.products li.product-category {
    width: 28%;
  }
  .subcategory-thumb-container svg {
    width: 207px;
    height: 207px;
    top: 0;
  }
  .subcategory-thumb-container img {
    height: 207px;
  }
  .woocommerce ul.products .type-product {
    padding: 15px;
    width: calc(100% / 3 - 20px * 2 / 3);
  }
  .woocommerce ul.products .type-product .woocommerce-loop-product__title {
    font-size: 17px;
  }
  .woocommerce.product_cat-page ul.products {
    column-gap: 20px;
  }
  .woocommerce ul.products .item-loop-price-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .loop-item-more-link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 13px 10px;
  }
  .product-page .slider__block {
    width: 45%;
  }
  .product-page .main__images {
    height: 333px;
  }
  .product-page .product_title,
  .product-page section.related.products h2 {
    font-size: 26px;
  }
  .single_description {
    font-size: 14px;
  }
  .single-certificate-link {
    font-size: 14px;
  }
  .single-feature-title,
  .single-feature-value {
    font-size: 14px;
  }
  .single-certificate-link {
    margin-bottom: 18px;
  }
  .single-features-list {
    flex-direction: column;
  }
  .single-feature-item {
    width: 100%;
  }
  .product-page .main__thumbs .item__thumb {
    height: 75px;
  }
  .single-feature-item {
    margin-bottom: 15px;
  }
  .single-price-container {
    margin-top: 20px;
  }
  .single-button.popup-open,
  .single-button.popup-open-variation {
    padding: 12px 20px;
    margin-bottom: 3px;
  }
  .single-price-container .price .amount {
    font-size: 32px;
    line-height: 45px;
  }
  .product-page section.related.products {
    margin-top: 30px;
  }
  .product-page section.related.products h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .subcategory-thumb-container svg {
    width: 100%;
    height: auto;
    position: relative;
  }
  .subcategory-thumb-container img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
  }
  .woocommerce-loop-category__title {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce ul.products .type-product {
    width: calc(100% / 2 - 20px * 1 / 2);
  }
  .product-page .product {
    flex-direction: column;
  }
  .product-page .entry-summary {
    width: 100%;
    margin-top: 30px;
  }
  .product-page .slider__block {
    width: 100%;
  }
  .product-page .main__thumbs .item__thumb {
    object-fit: contain;
  }
  .product-page .main__images .item__image img {
    object-fit: contain;
  }
  .product-page section.related.products h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce ul.products li.product-category {
    width: 46%;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce.product_cat-page ul.products {
    column-gap: 10px;
  }
  .woocommerce ul.products .type-product {
    width: calc(100% / 2 - 10px * 1 / 2);
    padding: 10px;
  }
  .woocommerce ul.products .type-product .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .woocommerce ul.products .loop-item-description {
    font-size: 10px;
  }
  .loop-item-more-link {
    font-size: 14px;
  }
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto;
  top: 6px;
  right: 10px;
}
table.variations {
  width: 100%;
}
table.variations .value {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
}
table.variations .value input {
  display: none;
}
table.variations .value input:checked + label {
  background: #74a527;
  color: white;
  border: 1px solid #74a527;
}
table.variations .value label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #74a527;
  border-radius: 3px;
  user-select: none;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  color: #74a527;
  letter-spacing: 0.25px;
  font-weight: 600;
  padding: 4px 6px;
  width: 100%;
}
.woocommerce ul.products .variations_form {
  width: 100%;
}
.woocommerce ul.products .variations_form .label {
  font-size: 14px;
  padding-right: 15px;
}
.woocommerce ul.products .variations_form .woocommerce-variation-price {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #514439;
}
.woocommerce ul.products .variations_form .single_variation_wrap {
  display: block;
  margin-top: 10px;
}
.woocommerce ul.products .variations_form .single_variation_wrap .loop-item-more-link {
  margin-bottom: 0px;
  margin-top: 10px;
}
.reset_variations {
  display: none!important;
}
.woocommerce.product-page .variations_form {
  margin-top: auto;
  padding-top: 30px;
}
.woocommerce.product-page .variations .label {
  text-align: left;
}
.woocommerce.product-page .woocommerce-variation-price {
  margin-top: 15px;
  display: flex;
  margin: 0;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #514439;
}
.woocommerce.product-page table.variations {
  margin-bottom: 10px;
}
.woocommerce.product-page .single_variation_wrap .single-button{
  margin-top: 15px;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .woocommerce ul.products .variations_form .woocommerce-variation-price {
    font-size: 22px;
  }
  .woocommerce.product-page .woocommerce-variation-price {
    font-size: 22px;
  }
}
@media (max-width:767px) {
  .woocommerce ul.products .variations tbody tr  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .woocommerce ul.products .variations tbody tr:last-child {
    margin-bottom: 0px;
  }
}

#theme-main > div > div.contact-form-block.alignwide > div{
  flex-direction: row;
}
