@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-Light.eot');
    src: local('Onest Light'), local('Onest-Light'),
        url('fonts/Onest-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Onest-Light.woff2') format('woff2'),
        url('fonts/Onest-Light.woff') format('woff'),
        url('fonts/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: url('fonts/Onest-SemiBold.eot');
    src: local('Onest SemiBold'), local('Onest-SemiBold'),
        url('fonts/Onest-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Onest-SemiBold.woff2') format('woff2'),
        url('fonts/Onest-SemiBold.woff') format('woff'),
        url('fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
	--gr: #28a745;
	--bl: #383838;
	--light: #f4f4f4;
}
a:hover {
	text-decoration: none;
	outline: 0;
}

header, h1, h2, h3, h4, h5, h6 {
	font-family: 'Onest';
}
h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 25px;
}
h2 span {
    color: var(--gr);
}
body {
	font-family: 'Onest' !important;
	font-weight: 300;
	line-height: 1.3;
	overflow-x: hidden;
	color: #383838;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
max-width:100%;
	display:block;
    margin: 0;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
	z-index:999;
}
 input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: var(--gr);
    background-color: var(--gr);
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
}

section#breadcrumbs {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 0;
	color: #000;
}

.top__header {
	background: #F4F4F4;
}
.top__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    align-items: center;
}
.top__wrapper .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.top__wrapper .menu li {
    padding-left: 20px;
}
.top__wrapper .menu li a, .top__wrapper .top__item li a {
    font-size: 16px;
    line-height: 1.3;
    color: #383838;
}
.header__wrapper {
	padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_soc {
    display: flex;
    gap: 8px;
}
.header__wrapper > div {
    display: flex;
    align-items: center;
	gap: 30px;
}
.top_text {
    max-width: 190px;
    font-size: 12px;
    line-height: 1.2;
}
.top_phone a {
    font-size: 24px;
    line-height: 1;
}
a.mybutton {
	color: #fff;
    background: var(--gr);
	font-size: 16px;
	line-height: 1.3;
	display: inline-block;
	padding: 15px;
	text-align: center;
}
.header__wrapper > div.header__two {
    gap: 80px;
}

@media (max-width: 767px) {
	h2 {
		font-size: 24px;
	}
}

footer.site-footer {
    padding: 35px 0 20px;
    background: #383838;
    margin-top: 40px;
}
.site-footer * {
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu-title {
    font-weight: 600;
}
.footer-menu ul li {
    padding-top: 10px;
	max-width: 220px;
}
.footer-social .footer-menu-title {
    margin-top: 39px;
    margin-bottom: 15px;
}
.top_soc {
    display: flex;
    align-items: center;
}
.row.footer-line {
    padding-top: 70px;
}

@media (max-width: 767px) {
	.row.footer-line {
		padding-top: 0;
	}
	.footer-menu {
		margin-top: 25px;
	}
	.footer-logo img {
		max-width: 97px;
	}
	.footer-menu-title.mt-5 {
		margin-top: 25px !important;
	}
	ul.footer-menu_w {
		column-count: 2;
	}
	.footer-line_item {
		margin-bottom: 10px;
	}
	.footer-line_item a {
		font-size: 12px;
		line-height: 1.2;
	}
}

.maincontacts-item {
    background: #F4F4F4;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.maincontacts-top {
    margin-bottom: 25px;
}
.maincontacts-info, .maincontacts-info a {
    font-size: 24px;
    line-height: 1;
}
.maincontacts-sm {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
}
.maincontacts-call {
    max-width: 380px;
    margin-bottom: 25px;
}
.maincontacts-call strong {
    font-size: 36px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}
.map {
	margin-top:45px;
}
.maincontacts .map {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
@media (min-width: 768px) and (max-width: 1023px) {
	.maincontacts .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.maincontacts-call strong {
		font-size: 24px;
	}
	.maincontacts-quads> .row {
		gap: 15px;
	}
	.maincontacts-info, .maincontacts-info a {
		font-size: 18px;
		line-height: 1.2;
	}
	.maincontacts-top {
		margin-bottom: 30px;
	}
	.maincontacts-info {
		max-width: 230px;
	}
}

.main-swiper {
    overflow: hidden;
    position: relative;
}
.main-swiper .swiper-button-prev, .mzt-swiper .swiper-button-next{
    z-index: 10;
	padding: 2.5vw 1.3vw;
    font-size: 2vw;
    color: #fff;
    background-image: none;
    top: 46%;
    text-rendering: auto;
}

.main-swiper .swiper-button-prev {
    left: 20px;
}
.main-swiper .swiper-button-next {
	right: 20px;
}
.main-swiper_inner {
    display: flex;
}
.main-swiper_left {
    color: #fff;
    background: var(--bl);
	position: relative;
}
.main-swiper_text {
    padding: 78px 0 86px 100px;
    max-width: 635px;
    line-height: 1;
    font-size: 40px;
}
.main-swiper_left {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.main-swiper .swiper-button-prev:after {
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.4999' cy='17.4999' r='16.9999' transform='rotate(-180 17.4999 17.4999)' stroke='white'/%3E%3Cpath d='M20.1924 25.5779L13.4617 17.581L20.1924 9.42415' stroke='white'/%3E%3C/svg%3E");
}
.main-swiper .swiper-button-next:after {
	content: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.4999' cy='17.4999' r='16.9999' transform='rotate(-180 17.4999 17.4999)' stroke='white'/%3E%3Cpath d='M20.1924 25.5779L13.4617 17.581L20.1924 9.42415' stroke='white'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}
.main-swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.main-swiper_right {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.main-swiper_right img {
    object-fit: cover;
	height: 100%;
}
.main-swiper_button {
    margin-top: 25px;
}
.quadr {
    position: absolute;
}
.quadr.quadr1 {
    width: 17px;
    height: 17px;
    left: 100px;
    top: 27px;
    background: #6D7276;
}
.quadr.quadr2 {
    width: 10px;
    height: 10px;
    left: 167px;
    top: 44px;
    background: var(--gr);
}
.quadr.quadr3 {
    width: 10px;
    height: 10px;
    right: 143px;
    top: 39px;
    background: #fff;
}
.quadr.quadr4 {
    width: 17px;
    height: 17px;
    right: 27px;
    top: 54px;
    background: #F4F4F4;
}
.quadr.quadr5 {
    width: 36px;
    height: 36px;
    right: 65px;
    bottom: 38px;
    background: var(--gr);
}
.quadr.quadr6 {
    width: 17px;
    height: 17px;
    right: 21px;
    bottom: 21px;
    background: #F4F4F4;
}
.quadr.quadr7 {
    width: 17px;
    height: 17px;
    left: 358px;
    bottom: 35px;
    background: #6D7276;
}
.quadr.quadr8 {
    width: 17px;
    height: 17px;
    left: 167px;
    bottom: 35px;
    background: #F4F4F4;
}
.quadr.quadr9 {
    width: 10px;
    height: 10px;
    left: 100px;
    bottom: 20px;
    background: var(--gr);
}

.section {
	margin-bottom: 100px;
}
.mainpreim-h2 {
    font-size: 36px;
    line-height: 1;
    max-width: 633px;
	margin-bottom: 25px;
}
.mainpreim-h2 span {
	color: var(--gr);
}
.mainpreim-item {
	position: relative;
	background-size: cover;
	margin-bottom: 20px;
    padding: 20px;
    min-height: 302px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all .5s ease;
}
.mainpreim-title {
    font-size: 24px;
    line-height: 1;
    max-width: 350px;
}
.mainpreim-text {
    font-size: 16px;
    margin-top: 10px;
}
.mainpreim-bg {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f4f4f4;
    z-index: 1;
	opacity: 1;
	transition: all .5s ease;
}
.mainpreim-icon, .mainpreim-info {
    z-index: 2;
	position: relative;
	transition: all .3s ease;
}
.mainpreim-item:hover .mainpreim-title, .mainpreim-item:hover .mainpreim-info {
	color: #fff;
}
.mainpreim-item:hover .mainpreim-bg {
	opacity: 0;
}
.mainpreim-item::after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background: rgba(0,0,0,.4);
	z-index: 1;
	transition: all .3s ease;
	opacity: 0;
}
.mainpreim-item:hover::after {
	opacity: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.mainpreim-row .col-md-4, .mainpreim-row .col-md-8 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
	}
	.mainpreim-info {
		margin-top: 20px;
	}
	.mainpreim-item {
		min-height: 241px;
	}
}
@media only screen and (max-width: 767px) {
	.mainpreim-item {
		min-height: auto;
		flex-direction: row;
		gap: 15px;
	}
	.mainpreim-title {
		font-size: 16px;
		line-height: 1.3;
	}
	.mainpreim-text {
		font-size: 12px;
		line-height: 1.2;
		margin-top: 5px;
	}
	.mainpreim-icon {
		flex: 0 0 30px;
	}
}

.maincats-h2 {
    margin-bottom: 25px;
}
.maincats-h2 h2 {
    max-width: 500px;
    margin-bottom: 25px;
}
.maincats-item {
    background: var(--light);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom: 20px;
	flex: 1;
	min-height: 397px;
	position: relative;
}
.maincats-row > div {
    display: flex;
    flex-wrap: wrap;
}
.maincats-item.maincats-bgr {
    background-repeat: no-repeat;
    background-size: cover;
}
.maincats-name a {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
}
.maincats-links a {
    display: block;
    font-size: 16px;
    line-height: 1.3;
	margin-bottom: 10px;
}
.maincats-links {
    margin-bottom: 30px;
}
a.green-arrow, span.green-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gr);
}
.maincats-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    background: var(--gr);
	transition: all .3s ease;
}
.maincats-item:hover::after {
    height: 7px;
}

.soluts-left h2 {
    max-width: 556px;
	margin-bottom: 15px;
}
.soluts-left p {
    max-width: 333px;
    margin-bottom: 35px;
}
.mybutton.gray-btn {
    background: #6D7276;
}
.soluts-item {
    margin-bottom: 30px;
}
.soluts-text {
    font-size: 24px;
    line-height: 1;
    background: var(--light);
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
	min-height: 98px;
	margin-bottom: 20px;
}
.soluts-btn {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 3px;
    z-index: 2;
    top: 28%;
    margin: auto;
}
.soluts-btn span.green-arrow {
    transform: rotate(90deg);
}
.row.soluts-row-right {
    margin-right: -20px;
    margin-left: -20px;
}
.row.soluts-row-right .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.section {
		margin-bottom: 60px;
	}
	.soluts-row > .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.soluts-left {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.soluts-left p {
		margin-bottom: 15px;
	}
	.soluts .mybutton.gray-btn {
		margin-bottom: 25px;
		font-size: 14px;
	}
}

.consult {
    background: var(--bl);
    padding: 70px 30px;
	position: relative;
}
.consult * {
    color: #fff;
}
.consult-top {
    max-width: 490px;
    margin-bottom: 15px;
}
.consult-bottom {
    max-width: 285px;
}
.consult-item input[type="text"], .consult-item input[type="tel"] {
    background: #4C4C4C;
    color: #fff;
    padding: 23px;
    font-size: 16px;
	border: none;
	width: 100%;
}
.consult-item input::placeholder {
	color: #fff;
}
.consult-info input.custom-check[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.consult-info span.wpcf7-list-item {
	margin: 0;
}
.consult-info .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
}
.consult-info .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 27px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.consult-info input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--gr);
  border-color: var(--gr);
}
.consult-info input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 21px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
span.consult-inner {
    max-width: 385px;
    display: block;
    padding-left: 30px;
}
.consult-item input[type="tel"] {
    margin-bottom: 0;
}
.consult-btn input[type="submit"] {
	color: #fff;
    background: var(--gr);
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
    padding: 15px 29px;
	text-transform: none;
    font-weight: 300;
}
.consult-info {
    margin-bottom: 10px;
}
.consult .quadr.quadr10 {
    width: 17px;
    height: 17px;
    left: 30px;
    top: 30px;
    background: #F4F4F4;
}
.consult .quadr.quadr11 {
    width: 10px;
    height: 10px;
    left: 354px;
    top: 34px;
    background: var(--gr);
}
.consult .quadr.quadr12 {
    width: 17px;
    height: 17px;
    left: 651px;
    top: 35px;
    background: #F4F4F4;
}
.consult .quadr.quadr13 {
    width: 10px;
    height: 10px;
    left: 30px;
    bottom: 30px;
    background: var(--gr);
}
.consult .quadr.quadr14 {
    width: 17px;
    height: 17px;
    left: 97px;
    bottom: 45px;
    background: #6D7276;
}
.consult .quadr.quadr15 {
    width: 17px;
    height: 17px;
    left: 288px;
    bottom: 45px;
    background: var(--gr);
}
.consult .quadr.quadr16 {
    width: 17px;
    height: 17px;
    left: 594px;
    bottom: 48px;
    background: #6D7276;
}
.consult .quadr.quadr17 {
    width: 17px;
    height: 17px;
    left: 651px;
    bottom: 31px;
    background: #F4F4F4;
}
@media (max-width: 767px) {
	.consult-bottom {
		font-size: 14px;
		margin-bottom: 19px;
	}
}

.top_logo img.custom-logo {
    max-width: none;
	height: auto;
}
.main-swiper_text a.mybutton {
	width: 186px;
}
@media (min-width: 768px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child a.mega-menu-link {
		padding-left: 0;
	}
}
@media (min-width: 1024px) {
	.header {
		margin-bottom: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.top__header, .header__item_text {
		display: none;
	}
	.top_logo img.custom-logo {
		max-width: 137px;
	}
	.header__wrapper > div.header__two {
		gap: 20px;
	}
	.header__one {
		order: 1;
	}
	.header__two {
		order: 3;
	}
	.header__last {
		order: 2;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 10px;
		padding: 0 5px;
	}
	.main-swiper_text {
		font-size: 28px;
		padding: 78px 0 86px 66px;
	}
}
@media (max-width: 767px) {
	.section {
		margin-bottom: 50px;
	}
	.top__header, .header__item_text, .header__item_phone {
		display: none;
	}
	.top_logo img.custom-logo {
		max-width: 97px;
	}
	.header a.mybutton {
		font-size: 10px;
		padding: 10px 6px;
		text-align: center;
	}
	.header__all {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	.top__menu {
		width: 34px;
		height: 34px;
		background: var(--bl);
	}
	.top_soc a img {
		height: 34px;
	}
	.header__wrapper {
		gap: 7px;
	}
	.main-swiper_inner {
		flex-wrap: wrap;
	}
	.main-swiper_left, .main-swiper_right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.main-swiper_right {
		order: 1;
	}
	.main-swiper_left {
		order: 2;
	}
	.main-swiper_text {
		padding: 78px 9px 86px 9px;
		max-width: none;
		line-height: 1;
		font-size: 24px;
	}
	.main-swiper .swiper-button-prev, .main-swiper .swiper-button-next {
		display: none;
	}
	.maincats-item {
		min-height: auto;
		position: relative;
	}
	.maincats-item.maincats-bgr {
		min-height: 206px;
	}
	.maincats-name a {
		font-size: 18px;
		line-height: 1.2;
	}
	.maincats-links a {
		font-size: 12px;
	}
	.maincats-bottom {
		position: absolute;
		bottom: 30px;
		right: 16px;
	}
	.maincats-links {
		margin-bottom: 0;
	}
	.mainpreim-h2 {
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.maincats-row .col-md-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 419px) {
	.topsoc1, .topsoc3 {
		display: none;
	}
	.header__one {
		order: 1;
	}
	.header__two {
		order: 3;
	}
	.header__last {
		order: 2;
	}
}

.rehau-content {
    background: var(--light);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
}
.rehau-small {
    font-size: 12px;
    line-height: 1.2;
    max-width: 192px;
    padding-top: 15px;
    padding-left: 5px;
}
.rehau-bottom h2 {
    max-width: 385px;
	margin-bottom: 15px;
}
.rehau-top {
    display: flex;
    align-items: center;
}
.rehau-bottom {
    margin-top: 65px;
}
.rehau-btn {
    margin-top: 35px;
}
.rehau-sert {
	position: relative;
	flex: 1;
    background: var(--bl);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.rehau-sert:before {
	content: '';
	position: absolute;
	left: 30px;
    top: 30px;
	width: 100%;
	height: 112px;
	background-image: url('/wp-content/uploads/2026/07/rehau-quadr.png');
	background-repeat: no-repeat;
}
.rehau-sert * {
    color: #fff;
}
.rehau-sert_inner {
    display: flex;
	align-items: flex-end;
}
.rehau-sert-center {
    padding-left: 25px;
    max-width: 260px;
}
.rehau-sert-center p {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.rehau-row .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.rehau-bottom {
		margin-top: 15px;
	}
	.rehau-sert-img img {
		max-width: 206px;
	}
	.rehau-sert {
		padding-top: 126px;
	}
}
@media (max-width: 767px) {
	.rehau-content {
		padding: 15px;
	}
	.rehau-bottom {
		margin-top: 10px;
		font-size: 14px;
	}
	.rehau-btn {
		margin-top: 15px;
	}
	.rehau-sert {
		padding: 15px;
	}
	.rehau-sert_inner {
		display: block;
	}
	.rehau-sert-img img {
		max-width: 155px;
	}
	.rehau-sert-center {
		padding-left: 0;
		margin-top: 30px;
	}
	.rehau-sert:before {
		left: auto;
		right: -200px;
	}
}

.mainprice-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
a.all-link {
    display: flex;
    align-items: center;
}
a.all-link span.green-arrow {
    margin-left: 15px;
}
.mainprice-image {
    padding: 30px;
    background: var(--light);
}
.mainprice-image img {
    height: 200px;
    width: auto !important;
    margin: auto;
}
.mainprice-name {
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
}
.mainprice-chars {
    margin: 15px 0 25px;
    font-size: 14px;
    line-height: 1.3;
}
.mainprice-price_info {
    font-size: 28px;
    line-height: 1;
}
.mainprice-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.mainprice-price_btn a.mybutton {
    width: 135px;
}
.mainprice-split .mainprice-image img {
	height: 217px;
}
.mainprice-split .mainprice-name {
	margin-top: 25px;
	font-size: 36px;
    line-height: 1;
	margin-bottom: 25px;
}
.mainprice-split-name {
	font-size: 24px;
    line-height: 1;
}
.split {
    display: flex;
	justify-content: space-between;
    gap: 32px;
}
.split_item {
    flex: 1;
}
.mainprice .owl-nav {
    position: absolute;
    z-index: 9999;
    top: 115px;
    left: 0;
    width: 100%;
    height: 34px !important;
	display: flex;
    justify-content: space-between;
}
.mainprice .owl-carousel .owl-nav button {
	opacity: 1;
}
.mainprice .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
}
.mainprice .owl-carousel button.owl-prev {
    margin-right: 20px;
}
.mainprice .owl-carousel button svg rect {
	fill: #ffffff;
}
.mainprice .owl-carousel button:hover svg rect {
	fill: var(--gr);
}
.mainprice .owl-carousel button:hover svg path {
	fill: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.mainprice-link {
		margin-bottom: 25px;
	}
	.mainprice-title {
		max-width: 500px;
	}
}
@media (max-width: 767px) {
	.split {
		display: block;
	}
	.mainprice-name, .mainprice-split .mainprice-name {
		font-size: 18px;
	}
	.mainprice-split-name {
		font-size: 16px;
	}
	.mainprice-chars {
		font-size: 12px;
	}
	.mainprice-price_info {
		font-size: 24px;
	}
	.split_item:last-child {
		margin-top: 25px;
	}
	a.mybutton {
		font-size: 14px;
	}
}

div#quiz-question {
    font-size: 24px;
    line-height: 1;
    margin: 35px 0 35px;
    text-align: center;
}
.formpopup-button {
	text-align: center;
}
.quiz-nav button, .formpopup-button input[type="submit"] {
    border-radius: 0;
    color: #fff;
    background-color: #6D7276;
    outline: 0;
    font-size: 16px;
    line-height: 1;
    width: 220px;
    height: 60px;
	transition: all .3s;
}
.quiz-nav button:enabled {
	background-color: var(--gr);
}
.quiz-nav button#quiz-prev {
    background-color: #6D7276;
    color: #fff;
}
.quiz-progress {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
	justify-content: center;
}
.quiz-progress-segment {
    flex: 1;
    height: 10px;
    background: #E2E2E2;
    transition: background 0.3s;
	max-width: 90px;
}
.quiz-progress-segment.filled {
    background: var(--gr);
}
.quiz-step-label {
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
}
form#quiz-form {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 15px;
}
form#quiz-form br {
    display: none;
}
form#quiz-form label {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
	flex: 0 0 24%;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    position: relative;
	margin-bottom: 0;
}
form#quiz-form label input {
    cursor: pointer;
}
.quizform-item {
    display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.quizform-item input[type="text"], .quizform-item input[type="tel"] {
    border: 1px solid #DADADA;
    border-radius: 3px;
	height: 50px;
}
.quizform-inner {
    margin-top: 50px;
	text-align: center;
}
.quizform-inner .gal {
    text-align: left;
}
form#quiz-form label input {
    width: 100%;
    display: flex;
    height: 13px;
}
.quiz-nav {
    display: flex;
	gap: 10px;
    justify-content: center;
	margin-top: 35px;
    margin-bottom: 25px;
}
.quiz-title {
    max-width: 575px;
	margin-bottom: 25px;
}
.quiz-left {
    background: var(--light);
    padding: 25px;
	flex: 1;
}
.quiz-right {
    background: var(--bl);
    padding: 10px;
    flex: 1;
	position: relative;
	min-height: 712px;
}
.quiz-img {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 1;
}
.quiz-right * {
    color: #fff;
}
.quiz-text {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    padding-top: 99px;
	z-index: 2;
    position: relative;
}
.quiz-right .quiz-text span {
	color: var(--gr);
}
.quiz-price {
    text-align: center;
    font-size: 40px;
    margin-top: 15px;
	z-index: 2;
    position: relative;
}
#quiz-form label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
#quiz-form label input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#quiz-form label .svg-checked {
    display: none;
}
#quiz-form label .svg-default {
    display: inline-block;
}
#quiz-form label input[type="radio"]:checked ~ .svg-default {
    display: none;
}
#quiz-form label input[type="radio"]:checked ~ .svg-checked {
    display: inline-block;
}
.quiz--img {
	border-radius: 5px;
	position: relative;
    display: block;
    height: 157px;
    width: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.quiz--img svg {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
form#quiz-form label > span {
    display: block;
    text-align: center;
    padding-top: 8px;
}
#quiz-form label.mylabel1:nth-child(1) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz1.jpg);
}
#quiz-form label.mylabel1:nth-child(2) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz2.jpg);
}
#quiz-form label.mylabel1:nth-child(3) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz3.jpg);
}
#quiz-form label.mylabel1:nth-child(4) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz4.jpg);
}
#quiz-form label.mylabel1:nth-child(5) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz5.jpg);
}
#quiz-form label.mylabel1:nth-child(6) .quiz--img {
    background: url(/wp-content/uploads/2026/07/quiz6.jpg);
}
@media (min-width: 768px) {
	.quiz--row .col-md-8 {
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	.quiz--row .col-md-4 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.quiz--row .col-md-8, .quiz--row .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	form#quiz-form label {
		flex: 0 0 32%;
	}
	.quiz-text, .quiz-price {
		max-width: 407px;
		text-align: left;
		padding-left: 20px;
	}
	.quiz-right {
		min-height: 420px;
	}
}
@media (max-width: 767px) {
	.quiz-left {
		padding: 25px 15px;
	}
	form#quiz-form label {
		flex: 0 0 48%;
	}
	.quiz--img {
		height: 95px;
	}
}

.sertif-title {
    max-width: 341px;
    margin-bottom: 26px;
}
.sertif-item {
    background: var(--light);
    padding: 20px;
	position: relative;
}
.sertif-name {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 22px;
}
.sertif-tags span {
    display: inline-block;
    background: #fff;
    color: var(--gr);
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 12px;
}
.sertif-img img {
    max-width: none;
    width: auto !important;
}
.sertif-size {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.sertif .owl-nav {
    position: absolute;
    z-index: 9999;
    top: -60px;
    right: 0;
    height: 34px !important;
}
.sertif .owl-carousel .owl-nav button {
	opacity: 1;
}
.sertif .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
}
.sertif .owl-carousel button.owl-prev {
    margin-right: 20px;
}
.sertif .owl-carousel button:hover svg rect {
	fill: var(--gr);
}
.sertif .owl-carousel button:hover svg path {
	fill: #fff;
}
@media (max-width: 767px) {
	.sertif-title {
		max-width: 200px;
	}
}

.steps-top {
    margin-bottom: 5px;
}
.steps-title {
    max-width: 556px;
}
.steps-order a.mybutton {
    width: 182px;
}
.steps-item-top {
    overflow: hidden;
    max-height: 334px;
}
.steps-item-top img {
    object-fit: cover;
    height: 100%;
	max-width: none;
}
.steps-item-bottom {
    min-height: 240px;
}
.steps-inner {
    padding: 20px;
    background: var(--bl);
    color: #fff;
}
.steps-num {
    display: inline-block;
    padding: 1px 15px;
    background: var(--gr);
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
.steps-h3 {
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.steps .owl-nav {
    position: absolute;
    z-index: 9999;
    top: 148px;
    left: 0;
    width: 100%;
    height: 34px !important;
	display: flex;
    justify-content: space-between;
}
.steps .owl-carousel .owl-nav button {
	opacity: 1;
}
.steps .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
}
.steps .owl-carousel button.owl-prev {
    margin-right: 20px;
}
.steps .owl-carousel button:hover svg rect {
	fill: var(--gr);
}
.steps .owl-carousel button:hover svg path {
	fill: #fff;
}

@media (min-width: 768px) {
	.steps-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 15px;
	}
}

/* Стили магазина и всех блоков с выводом товаров */
ul.products li {
	text-align: center;
}

ul.products li img {
	max-width: 100%;
	height: auto;
}

ul.products li a {
	color: #000;
}

ul.products li a:hover {
	text-decoration: none;
}

ul.products li a span.price {
	color: var(--std_color);
	font-size: 1.1em;
}

.woocommerce-pagination {
	padding: 1em 0;
}

.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	text-align: center;
}

.woocommerce-pagination ul li {
	display: inline-block;
}

.woocommerce-pagination ul li span {
	background-color: var(--std_color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 0 .4em;
}

.woocommerce-pagination ul li a {
	background-color: #ccc;
	color: #000;
	padding: 3.5px 8px;
	border-radius: 4px;
	margin: 0 .1em;
}

.woocommerce-pagination ul li a:hover {
	text-decoration: none;
}

section.shop_woocommerce_product_loop_start {
	width: 100%;
	height: auto;
	background-image: url('/wp-content/uploads/2019/12/stripes_5_b.png');
	padding: .5em;
	margin-bottom: .8em;
}

section.shop_woocommerce_product_loop_start p {
	margin: 0;
	line-height: 2.5;
}

section.shop_woocommerce_product_loop_start form {
	margin-left: auto;
}

section.shop_woocommerce_product_loop_start select {
	margin: 0;
}

@media (max-width: 991px) {
	html {
		background-color: var(--std_color);
		overflow-x: hidden;
	}

	body {
		padding-top: 0;
	}

	.btn_show_mobile_menu {
		display: inline-block;
	}
	.close_mobile_menu {
		position: fixed;
		left: -999px;
		top: 0;
		height: 100%;
		width: calc(100% - 250px);
		background-color: rgba(0, 0, 0, 0.6);
		display: block;
		z-index: 8;
		transition: .3s;
		text-align: center;
		color: #fff;
		font-size: 120%;
		padding-top: 1em;
		cursor: pointer;
	}	

	ul.products li.product {
		width: 31% !important;
		margin: 0 1% 2em !important;
	}

	ul.products li.product.first {
		clear: none;
	}
	
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_item {
		display: block;
		text-align: center;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer {
		margin-left: 0;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_2 p {
		font-size: 80%;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_2 p br {display: none;}

}

@media (max-width: 767px) {
	.container {
		overflow: hidden;
	}	

	section.shop_woocommerce_product_loop_start {
		display: block !important;
	}

	ul.products li.product {
		width: 100% !important;
	}

 ul.products li.product  {
		width: 48% !important;
	}
ul.products li.product.first {
    clear: none;
}
	h2.block_title span {
		padding: 0;
	}


	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		text-align: left;
	}
}

@media (max-width: 577px) {
	
 ul.products li.product  {
		width: 100% !important;
	}

	section#breadcrumbs h1.title_page {
		font-size: 25px;
	}
	.iteryermb_flex_center ul.products {flex-direction: column;}
}


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 6px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.breadcrumbs_pages,
.breadcrumbs_pages a {
    color: rgba(255,255,255,.78);
}

.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.2;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 3px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}
.homeform .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.3;
}
.gal input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
	float: left;
	margin-right: 3px;
}
.gal input[type="checkbox"]:checked {
    background: #23472c;
}

.products .product_col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
a.woocommerce-loop-product__link {
    height: 250px;
    display: block;
}
.test11-loop-image-wrap {
	position: relative;
}
a.woocommerce-loop-product__link img {
    height: auto;
    width: auto;
    margin: 0 auto;
    max-height: 250px;
    display: block;
}
.product_col .product {
	position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.products-title {
    font-size: 14px;
    min-height: 60px;
}
.products-button {
    display: block;
	margin-top: 5px;
}
.product-price span.woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
}
.product-price ins {
	text-decoration: none;
}
.product-price ins .woocommerce-Price-amount {
	text-decoration: none;
}
.product-stock {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}
.product-stock--in {
	color: #23833a;
}
.product-stock--in::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #23833a;
	flex: 0 0 8px;
}
.products-cart {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
}
.product-loop-stepper {
	display: inline-grid;
	grid-template-columns: 34px 42px 34px;
	height: 36px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.product-loop-stepper__button {
	width: 34px;
	height: 34px;
	border: 0;
	background: #fff;
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	box-shadow: none;
	cursor: pointer;
}
.product-loop-stepper__button:hover,
.product-loop-stepper__button:focus {
	background: #f5f5f5;
	color: #23472c;
}
.products-cart .product-loop-qty {
	width: 42px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	-moz-appearance: textfield;
}
.products-cart .product-loop-qty::-webkit-outer-spin-button,
.products-cart .product-loop-qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.products-cart a {
	font-size: 16px;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 7px 12px;
	min-width: 42px;
	height: 36px;
    color: #fff;
    background: #23472c;
    border-radius: 5px;
	transition: all .3s;
}
.add_to_cart_and_consultation button, .products-cart a {
	transition: all .3s;
	color: #fff;
}
.add_to_cart_and_consultation button:hover {
    background: #8e8e8e;
	color: #fff;
}
.products-cart a:hover {
    background: #8e8e8e;
}
.products-cart a.added_to_cart {
    display: none !important;
}

	.test11-cart-toast {
		position: fixed;
	top: 24px;
	right: 24px;
	z-index: 99999;
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 14px;
	width: min(420px, calc(100vw - 32px));
	min-height: 96px;
	padding: 14px 42px 14px 14px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
		cursor: pointer;
	}
.test11-cart-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
	.test11-cart-toast__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	padding: 0;
	background: transparent;
	color: #333;
	font-size: 24px;
	line-height: 28px;
		text-align: center;
		border: 0;
		cursor: pointer;
	}
.test11-cart-toast__image img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}
	.test11-cart-toast__text {
		align-self: center;
		color: #222;
		font-size: 15px;
		line-height: 1.4;
	}
	.test11-cart-toast__text strong,
	.test11-cart-toast__text span {
		display: block;
	}
		.test11-cart-toast__text strong {
			font-weight: 700;
		}

	.test11-cart-toast--wishlist {
		grid-template-columns: 1fr;
		min-height: 72px;
	}

	.test11-cart-toast--wishlist .test11-cart-toast__image {
		display: none;
	}

	.section-solut {
	margin-bottom: 65px;
}

button#place_order, input[type="submit"] {
	transition: all .3s;
}
button#place_order:hover, input[type="submit"]:hover {
    background: #8e8e8e;
}
ul.products.grid.col-4 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
ul.products li.product img {
    margin: 0 auto;
}
.product_meta {
    font-size: .9em;
}
.product_meta a {
    color: #6d87a2;
}
span.sku_wrapper {
    display: block;
}	
.descr {
margin-top: 40px;
display: block;
}
.descr table
{
	width: 100%;
}
.descr table th {
	background: #ccc;
}
.descr table th, .descr table td {
	text-align: left;
	border: none;
	padding: 10px;
}
.descr table tr td:nth-child(2n) {
	text-align: left;
}
.consultation_btn {
	margin-left: 15px;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 7px 10px;
	background-color: #fff;
	border: 2px solid #D5D5D5;
	color: #404040;
	font-weight: 600;
	border-radius: 5px;
}
.consultation_btn:hover {
	background-color: #dfdcde;
	text-decoration: none;
	color: #404040;
}
.content_single_product {
	margin: .5em 0;
}

.content_single_product a {
	color: #000;
}
.content_single_product_tabs p.title_table_1 {
	font-family: 'Playfair Display SC', serif;
	text-transform: uppercase;
	font-size: 1.08em;
	font-weight: normal;
}

.content_single_product_tabs .nav-tabs .nav-link.active,
.content_single_product_tabs .nav-tabs .nav-item.show .nav-link,
.content_single_product_tabs .nav-tabs .nav-link:hover,
.content_single_product_tabs .nav-tabs .nav-link:focus {
	border-bottom: 2px solid var(--gold);
	border-right: none;
	border-left: none;
	border-top: none;
	color: var(--gold);
}

.content_single_product_tabs .nav-tabs li {
	margin-right: 1em;
}

.content_single_product_tabs .nav-tabs li a {
	color: #444;
	font-weight: bold;
	border-bottom: 2px solid transparent;
		border-right: none;
	border-left: none;
	border-top: none;
}

.content_single_product_tabs .tab-pane {
	padding: .5em .7em;
}

.title_page	{
	font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
	color: #ffffff;
	font-family: 'Playfair Display SC', serif;
	margin-bottom:10px;
	}
	
.h2_product {
	font-size: 125%;
	margin-top: 2em;
	text-transform: uppercase;
}
a.woocommerce-review-link {
    margin: 0 0 0 10px;
    font-size: 14px;
}
.price_and_installment {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price_and_installment p.price {
	font-size: 1.8em;
}

.price_and_installment .installment {
	margin-left: auto;
	line-height: 1.7;
}

.price_and_installment .installment span:nth-child(1) {
	padding: 5px 1vw;
	border: 2px solid #DC99A0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}

.price_and_installment .installment span:nth-child(2) {
	padding: 3px 7px;
	margin-left: .5em;
	border-radius: 100%;
	background-color: #999;
	color: #fff;
}

.add_to_cart_and_consultation form {
	display: flex;
}

.add_to_cart_and_consultation .quantity {
	width: 75px;
	margin-right: 4px;
}

.add_to_cart_and_consultation .quantity label {
	display: none;
}

.add_to_cart_and_consultation .quantity input {
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
}

.add_to_cart_and_consultation button {
	font-size: 1.03em;
	padding: 10px 15px;
	margin: 0;
	border-radius: 5px;
}

.add_to_cart_and_consultation button.consultation_btn {
	background-color: transparent;
	color: #000;
	border: 2px solid #ccc;
	font-size: .95em;
	margin-left: auto;
	font-weight: bold;
}

.page_product_calculate {
	display: flex;
	margin: .5em 0;
}

.page_product_calculate i {
	margin-right: 2%;
}

.page_product_calculate i:before {
	content: '';
	background-position: -510px -1px;
	background-position: -995px 0;
	width: 70px;
	height: 58px;
	display: inline-block;
	margin: 0 auto;
}

.page_product_calculate a {
	color: var(--gold);
	font-weight: bold;
}



section.related ul.products li.product {
	width: 31% !important;
	margin: 0 1%;
}

.content_single_product_metall_btn button {
	background-color: transparent;
	padding: 0;
	width: 45px;
}
@media (max-width: 1200px) {
	.price_and_installment p.price {
		font-size: 165%;
	}
}
@media (max-width: 992px) {
	.price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
		display: block !important;
	}

	.add_to_cart_and_consultation .quantity {
		width: 45%;
		margin-right: 5%;
		margin-top: .4em;
	}

	.single_add_to_cart_button.button.alt {
		width: 50%;
		background-color: var(--std_color);
		margin-top: .4em;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: 100%;
		margin-top: .6em;
	}
	.nav-link {padding: 0.5rem .2em;}
}

@media (max-width: 768px) {
	
	.add_to_cart_and_consultation form {
		width: 50%;
	}

	.price_and_installment.d-flex,
    .add_to_cart_and_consultation.d-flex {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: auto;
		margin-top: 0;
	}
}
@media (max-width: 577px) {
  .price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
  	display: block !important;
  }
  .add_to_cart_and_consultation form {
		width: 100%;
		margin-bottom: .4em;
	}
		.content_single_product_tabs .nav-tabs li {
		width: 100%;
		text-align: center;
	}

	.content_single_product_tabs .nav-tabs li {
		margin-right: 0;
	}

	.d-flex.content_single_product_metall_btn {
		flex-wrap: wrap;
	}

	.content_single_product_metall_btn button {
		width: 20%;
	}
}
@media (max-width: 430px) {
	section.related ul.products li.product {width: 100% !important;}
	section.related ul.products li.product img {margin: 0 auto;}
}

.woocommerce-product-gallery {
    position: relative !important;
}
.summary.entry-summary > .single_product_div {
	display: none !important;
}
.woocommerce ul.products li.product {
	position: relative;
}
.test11-wishlist-icon-wrap {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 20;
	line-height: 1;
}
.test11-wishlist-icon-wrap--single {
	top: 15px;
	right: 15px;
}
.test11-wishlist-icon-button {
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.test11-wishlist-icon-image {
	width: 42px !important;
	height: 42px !important;
	box-sizing: border-box;
	padding: 10px !important;
	margin: 0 !important;
	display: block !important;
	object-fit: contain;
	background: rgba(255, 255, 255, 0.95) !important;
	border: 1px solid rgba(35, 71, 44, 0.12) !important;
	border-radius: 50% !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16) !important;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
}
.test11-wishlist-icon-button:hover .test11-wishlist-icon-image {
	background: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}
