@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, .h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 25px;
}
h2 span, .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;
	width: 186px;
}
.header__wrapper > div.header__two {
    gap: 80px;
}

@media (max-width: 767px) {
	h2, .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 {
	overflow: hidden;
    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 {
	overflow: hidden;
	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;
	margin-top:15px;
}
.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;
	}
}

div#breadcrumbs {
    margin: 35px 0;
}
div#breadcrumbs span, div#breadcrumbs a {
    font-size: 12px;
    line-height: 1.2;
}
span.breadcrumb_last {
    color: var(--gr);
}

.row.psect-top-row > div {
    display: flex;
}
.psect-top-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
	.psect-top-btn {
		margin-bottom: 25px;
	}
}

.srav-title {
    max-width: 550px;
}
.srav-image {
    height: 155px;
    overflow: hidden;
}
.srav-image img {
    object-fit: cover;
    height: 100%;
}
.srav-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.srav-box.srav-box-dark {
    background: var(--light);
}
.srav-price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    background: var(--gr);
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.srav .owl-nav {
    position: absolute;
    z-index: 9999;
    top: -60px;
    right: 0;
    height: 34px !important;
}
.srav .owl-carousel .owl-nav button {
	opacity: 1;
}
.srav .owl-carousel .owl-nav button {
    width: 34px;
    height: 34px;
}
.srav .owl-carousel button.owl-prev {
    margin-right: 20px;
}
.srav .owl-carousel button:hover svg rect {
	fill: var(--gr);
}
.srav .owl-carousel button:hover svg path {
	fill: #fff;
}
@media (max-width: 767px) {
	.srav-title {
		max-width: 200px;
	}
}

.section ul.nav-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 16px;
    border: none;
}
.section .nav-tabs .nav-item {
    margin-bottom: 0;
	flex: 1;
}
.section .nav-tabs a.nav-link {
    border: none;
    border-radius: 0;
    padding: 19px 0;
    font-size: 18px;
    line-height: 1.2;
	text-align: center;
	background-color: var(--light);
}
.section .nav-tabs .nav-link.active {
    background-color: #6D7276;
    color: #fff;
}

@media (max-width: 767px) {
	.section ul.nav-tabs {
		flex-wrap: wrap;
	}
	.section .nav-tabs .nav-item {
		-ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
	}
	.section .nav-tabs a.nav-link {
		font-size: 14px;
		line-height: 1.3;
	}
}

.priceblock4 {
    display: flex;
	gap: 17px;
}
.priceblock4_left {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.priceblock4_left {
    color: #fff;
    background: var(--bl);
    position: relative;
}
.priceblock4_right {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.priceblock4_right img {
    object-fit: cover;
    height: 100%;
}
.priceblock4-inner {
    padding: 102px 0 123px 30px;
    max-width: 500px;
}
.priceblock4-inner .h2 {
    margin-bottom: 15px;
}
.priceblock4-text {
    margin-bottom: 35px;
}
@media (max-width: 767px) {
	
}

.of-block-title {
    max-width: 440px;
}
.of {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.of-block {
    display: flex;
    gap: 23px;
    max-width: 66%;
}
.of-item {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 534px;
    background: var(--light);
}
.of-item.of-small {
    max-width: 286px;
}
.of-item.of-small, .of-item.of-sm-small {
    padding: 0;
}
.of-item .h2 {
    margin-bottom: 15px;
}
.of-item.of-big.of-gr {
    background: var(--gr);
    color: #fff;
}
.of-item.of-big.of-bl {
    background: var(--bl);
    color: #fff;
}
.of-image img {
    object-fit: cover;
    height: 100%;
}