/* Extracted from main.css for header.php, front-page.php, footer.php */

html {
  overflow-x: hidden;
}

body {
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.container.min {
  max-width: 900px;
}

.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.owl-item .product-block .product-block__info .product-block__title {
  font-size: 13px;
}

.checkout_step.active-step {
  display: block;
}

.prev-step {
  margin-right: 20px;
}

.typography-enabled p {
  font-size: 18px;
  color: #828282;
  margin: 10px 0;
}

.tab-bar_item.active,
.user_pick.active {
  border: 2px solid #1fc2f0;
}

.product_template .tab .tab-content-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.container-1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-830 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-row {
  height: 60px;
  background: #1fc2f0;
}

.menu-row-container {
  height: 40px;
}

.menu-row {
  height: 40px;
  background: #efefef;
}

.menu-row.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

main {
  min-height: calc(100vh - 260px);
}

a,
a:hover {
  text-decoration: none;
  color: #1fc2f0;
}

body {
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #111111;
}

.desktop-menu {
  display: flex;
  justify-content: space-between;
}

.desktop-menu li {
  position: relative;
}

.desktop-menu > li > a {
  color: #111111;
  font-size: 14px;
  padding: 12px 0 10px;
  display: block;
  font-weight: 500;
  transition: all 0.3s linear 0s;
}

.desktop-menu > li:hover > a {
  color: #1fc2f0;
}

.desktop-menu > li.menu-item-has-children > a {
  padding-right: 12px;
  position: relative;
}

.desktop-menu > li.menu-item-has-children > a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: -2px;
  top: 14px;
  transform: rotate(45deg);
}

.desktop-menu .sub-menu {
  position: absolute;
  opacity: 0;
  left: 0;
  top: -9999px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 9px 11px 9px 0;
  min-width: 180px;
  border-top: 1px solid #1fc2f0;
  transition: opacity 0.3s linear 0s;
  z-index: 99;
  white-space: nowrap;
}

.desktop-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
}

.desktop-menu .sub-menu li {
  font-size: 12px;
}

.desktop-menu .sub-menu li a {
  font-size: 13px;
  color: #111111;
  font-weight: 400;
  display: block;
  padding: 10px 25px 10px 22px;
  transition: all 0.3s linear 0s;
}

.desktop-menu .sub-menu li:hover > a {
  color: #1fc2f0;
  padding-left: 28px;
  padding-right: 19px;
}

.desktop-menu .sub-menu li:hover > .sub-menu {
  left: 100%;
  top: 0;
}

.desktop-menu .sub-menu .menu-item-has-children > a {
  position: relative;
}

.desktop-menu .sub-menu .menu-item-has-children > a::after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  width: 8px;
  font-size: 15px;
  height: 8px;
  border-left: 1px solid #000;
  transform: rotateZ(225deg);
  border-bottom: 1px solid #000;
}

.top-row .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo svg {
  width: 160px;
  height: auto;
  display: block;
}

.logo .fil0 {
  fill: #06323e;
  fill-rule: nonzero;
}

.logo .fil1 {
  fill: white;
  fill-rule: nonzero;
}

.top-row .item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-row .item i {
  font-size: 18px;
}

.top-row a.item:hover {
  text-decoration: underline;
}

.top-row .item.phone {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.top-row .item.work-time {
  position: relative;
  padding-left: 27px;
}

.top-row .item.work-time span {
  font-size: 12px;
  display: block;
  line-height: 1.2;
}

.top-row .item.work-time i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

#header {
  position: relative;
  z-index: 2;
}

#header .company {
  -webkit-box-flex: 0;
  flex: 0 0 144px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #1fc2f0;
  position: relative;
  padding: 5px 15px 5px 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #47d6ff;
  border-radius: 3px;
  letter-spacing: 1px;
  z-index: 14;
}

#header .company a.level-1 {
  color: #fff !important;
  text-decoration: none !important;
}

#header .company::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 8px;
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .company svg {
  -webkit-box-flex: 0;
  flex: 0 0 22px;
  margin-right: 3px;
}

#header .company ul {
  position: absolute;
  background: #fff;
  top: -9999px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

#header .company ul {
  padding: 5px 0;
  width: 100%;
}

#header .company ul li {
  border-bottom: 1px solid #f3efef;
}

#header .company ul li:last-child {
  border: 0;
}

#header .company ul li a {
  color: #747b7e;
  font-size: 14px;
  padding: 2px 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  font-weight: 400;
  letter-spacing: normal;
}

#header .company:hover ul {
  top: 100%;
  opacity: 1;
}

#header .company {
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
}

#header .company:before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/header-icon1.png") center top no-repeat;
}

#header .company:after {
  top: 9px;
}

#header .company ul {
  padding: 0;
}

#header .company ul li {
  padding: 0;
}

#header .company ul li a {
  display: block;
  padding: 5px 10px;
}

.title-tol {
  color: #f80505 !important;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 10px;
}

#header .company ul li a:hover {
  text-decoration: none;
  background: #1fc2f0;
  color: #fff;
}

.title-section {
  height: auto;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  background: url("../img/title-bg-2.jpg") center 0 no-repeat;
}

.title-section h2 {
  font-size: 30px;
  font-weight: 500 !important;
}

.title-section h1,
.title-section h2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.subtitle-section h1,
.subtitle-section h2,
.subtitle-section h3,
.subtitle-section .h {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

.subtitle-section .subtitle {
  color: #1fc2f0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.subtitle-section .lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}

.subtitle-section .lead strong {
  font-weight: 600;
}

.subtitle-section .lead:before {
  background: #1fc2f0 0 0;
  top: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.subtitle-section .lead:after {
  background: #1fc2f0 0 0;
  top: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  margin-left: 20px;
  width: 5px;
}

.dark .subtitle {
  color: #fff;
}

.icon.icon-ruler {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/header-icon3.png") center center no-repeat;
  background-size: cover;
}

.icon.icon-ruler:after,
.icon.icon-ruler:before {
  display: none;
}

#slider_nabor .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

#slider_nabor .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

#slider_nabor .owl-dots button.owl-dot.active {
  background: #0095d9;
}

#montage_complekt .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

#montage_complekt .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

#montage_complekt .owl-dots button.owl-dot.active {
  background: #0095d9;
}

#montage_complekt_2 .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

#montage_complekt_2 .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.footer_category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: sticky;
  bottom: -65px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  padding: 20px 0 0 0;
}

.footer_category p {
  font-size: 20px;
  margin-right: 15px;
}

.footer_category p span {
  font-weight: bold;
}

#montage_complekt_2 .owl-dots button.owl-dot.active {
  background: #0095d9;
}

header a.zamer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2px;
}

header a.zamer i {
  margin-right: 5px;
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 3px;
}

footer .icon.icon-ruler {
  top: 0 !important;
  left: 3px !important;
}

.boxed-items .item {
  display: block;
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-decoration: none;
}

.boxed-items .item .inner {
  background-size: cover;
  transform: scale(1);
  transition: 0.2s transform ease-in-out;
}

.boxed-items .item .inner .overlay {
  min-height: 400px;
  background: #033644a6;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
}

.boxed-items .item .inner .overlay--text {
  color: #fff;
}

.boxed-items .item .inner .overlay--text h2 {
  text-transform: uppercase;
}

.boxed-items .item .inner .overlay--text p {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
}

.boxed-items .item .inner:hover {
  transform: scale(1.2);
}

.boxed-items .item:last-child {
  margin-bottom: 0;
}

.filter-links a.active,
.filter-links a:hover {
  background: #1fc2f0 !important;
}

.text-block {
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.text-block p:last-child {
  margin-bottom: 0;
}

.upsells a,
.upsells img {
  display: block;
  position: relative;
}

.upsells a {
  overflow: hidden;
}

.upsells a img {
  transform: scale(1.2);
  transition: 0.2s all ease-in-out;
  min-height: 320px;
  object-fit: cover;
}

.upsells a:hover img {
  transform: scale(1);
}

.upsells .label {
  background: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 5px 15px 9px 15px;
  color: #111111;
  text-decoration: none;
  font-size: 20px;
  z-index: 2;
  line-height: 1.2;
}

.products-list .product .inner .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #828282;
  line-height: 1;
  margin-bottom: 4px;
}

.products-list .product .inner .title {
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.products-list .product .inner .price {
  font-size: 30px;
  padding: 15px 0;
  line-height: 1;
}

.products-list .product .inner .middle .info-button.active {
  background-position: left bottom;
}

.products-list .product .inner .middle span.active,
.products-list .product .inner .middle span:hover,
.products-list .product .inner .middle a.span.active,
.products-list .product .inner .middle a.span:hover {
  color: #111111;
}

.carousel-type-1 .review-item,
.posts-grid .review-item {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 20px 0;
}

.carousel-type-1 .review-item a,
.posts-grid .review-item a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.carousel-type-1 .review-item a .image,
.posts-grid .review-item a .image {
  border: 15px solid #1fc2f0;
  flex: 0 0 200px;
  flex-grow: 0;
  border-radius: 4px;
  position: relative;
}

.carousel-type-1 .review-item a .image:after,
.posts-grid .review-item a .image:after {
  background: #fff 0 0;
  border-radius: 50%;
  color: #1fc2f0;
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  height: 40px;
  left: -20px;
  letter-spacing: -4px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: -59px;
  width: 40px;
  border-top: 1px solid #e7e7e7;
}

.carousel-type-1 .review-item a .title,
.posts-grid .review-item a .title {
  padding-left: 20px;
}

.carousel-type-1 .date,
.posts-grid .date {
  padding: 20px 20px 0 0;
  margin-bottom: 9px;
  font-size: 18px;
}

.carousel-type-1 .image,
.posts-grid .image {
  padding: 10px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.carousel-type-1 .description,
.posts-grid .description {
  padding: 0;
  display: block;
}

.carousel-type-1 .description .title,
.posts-grid .description .title {
  font-size: 18px;
  line-height: 1.3;
  color: #111;
}

.carousel-type-1 .description .title strong,
.posts-grid .description .title strong {
  font-weight: 600;
}

.carousel-type-1 .description .title br,
.posts-grid .description .title br {
  display: none;
}

.carousel-type-1 .description .title h2,
.posts-grid .description .title h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 600;
}

.trigger {
  background-image: url("../img/trigger-bg2.jpg");
  background-position: center;
  background-size: cover;
  font-size: 16px;
}

.trigger .trigger-title {
  color: #111111;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.trigger .attention {
  padding: 7px 10px;
  background-color: #f8f8f8;
  font-size: 16px;
  color: #1a3e4c;
  margin-bottom: 15px;
  line-height: 1.4 span;
  line-height-color: #1bc1f0;
  line-height-text-transform: uppercase;
}

.trigger .text-block {
  border-radius: 5px;
}

.trigger .text-block span {
  font-weight: 700;
  text-transform: uppercase;
  color: #1fc2f0;
}

.trigger form {
  display: block;
}

.trigger form br {
  display: none;
}

.filtr_head .title {
  margin-bottom: 15px;
  color: #111111;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.trigger form label.label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.trigger form textarea {
  min-height: 100px;
}

.trigger form input[type="email"],
.trigger form input[type="tel"],
.trigger form input[type="text"],
.trigger form textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #e6e7e8;
  text-align: left;
  font-size: 20px;
  border-radius: 4px;
  transition: all 0.2s;
}

.trigger form input[type="submit"] {
	text-align:center;
	 display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #e6e7e8;
  font-size: 20px;
  border-radius: 4px;
  transition: all 0.2s;
}

.trigger form input[type="email"][type="submit"],
.trigger form input[type="submit"][type="submit"],
.trigger form input[type="tel"][type="submit"],
.trigger form input[type="text"][type="submit"],
.trigger form textarea[type="submit"] {
  background: #ffc400;
  border-color: #ffc400;
  color: #111111;
  font-weight: 500;
  text-transform: none;
  font-size: 18px;
}

.trigger form input[type="email"][type="submit"]:hover,
.trigger form input[type="submit"][type="submit"]:hover,
.trigger form input[type="tel"][type="submit"]:hover,
.trigger form input[type="text"][type="submit"]:hover,
.trigger form textarea[type="submit"]:hover {
  background: #ff8400;
  border-color: #ff8400;
}

.trigger form .acceptance-container {
  padding-top: 10px;
}

.trigger .bg-white {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

.modal-title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: 1.2;
}

html.with-fancybox {
  overflow: hidden;
  padding-right: 17px;
}

.modal-body,
.modal-title {
  width: 100%;
}

#modal_okno,
#modal_category {
  padding: 30px 30px 10px 30px;
}

.window-modal {
  display: flex;
  flex-wrap: wrap;
}

.window-modal .modal-left-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.window-modal .modal-right-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
}

.window-modal .cart-product__info-techs {
  margin: 0;
}

.window-modal .modal-footer-content {
  flex: 0 0 100%;
  max-width: 100%;
}

.dop_advantages .label {
  flex: 0 0 50%;
  width: 50%;
}

.dop_advantages .label select {
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
}

.dop_advantages .label img {
  width: 350px;
}

.dop_advantages .label.vodootliv_main {
  padding-right: 10px;
}

.dop_advantages .label .text_advant {
  padding: 0;
}

.dop_advantages .label .text_advant .head {
  margin:10px 0;
}

.window-modal-tooltip {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #1fc2f0;
  line-height: 26px;
  display: inline-block;
  font-style: normal;
  position: relative;
  font-weight: bold;
}

.cart-product__info-techs .window-modal-tooltip .tooltip-image {
  position: absolute;
  bottom: auto;
  top: 27px;
  z-index: 10;
}

.window-modal-tooltip span {
  display: none;
  position: absolute;
  bottom: 100%;
  border-radius: 10px;
  left: 50%;
  width: 350px;
  transform: translateX(-50%);
  z-index: 2;
  border: 2px solid #000;
  overflow: hidden;
}

.window-modal-tooltip:hover span {
  display: block;
}

#modal_category {
  position: relative;
}

#modal_okno .modal-title {
  max-width: 100%;
}

#modal_okno .modal-body {
  max-width: 1000px;
}

#modal_okno a.btn.cat-button {
  width: max-content;
}

#modal_category .modal-title {
  max-width: 100%;
}

#modal_category .modal-body {
  max-width: 1000px;
}

#modal_category a.btn.cat-button {
  width: max-content;
}

.modal-body input[type="email"],
.modal-body input[type="tel"],
.modal-body input[type="text"],
.modal-title input[type="email"],
.modal-title input[type="tel"],
.modal-title input[type="text"] {
  text-align: left !important;
}

.modal-body input[type="submit"],
.modal-title input[type="submit"] {
  height: 60px !important;
  line-height: 60px !important;
}

.products-grid-type-1 .products-grid-row .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 14px;
}

.products-grid-type-1 .products-grid-row .title span {
  opacity: 0.5;
  font-weight: 400;
}

.products-grid-type-1 .products-grid-row .description {
  font-size: 18px;
}

.products-grid-type-1 .products-grid-row .price {
  font-size: 27px;
  font-weight: 700;
}

.products-grid-type-1 .products-grid-row .price del {
  opacity: 0.5;
  font-size: 22px;
  font-weight: 400;
}

.radio_buttons label .price {
  font-weight: bold;
}

.dop_advantages .label .text_advant {
  padding: 0;
  width: 100%;
}

.dop_advantages .label .text_advant .title {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

.dop_advantages .label .text_advant .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-template-template-cart .cart-holder,
.page-template-template-checkout .cart-holder {
  display: none !important;
}

.banner-text-block .white_text {
  font-weight: 500;
  margin-top: 24px;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
}

.doc_pdf .text_right {
  line-height: 1;
}

.doc_pdf .text_right {
  display: grid;
  grid-template-columns: 1fr 0.2fr;
  gap: 10px;
  align-items: center;
}

.doc_pdf .text_right a {
  display: block;
}

.doc_pdf .text_right svg {
  width: 20px;
  height: 20px;
}

.btn_main_banner {
  position: relative;
}

.btn_main_banner span {
  border-radius: 0px 30px 30px 30px;
  background: #fff;
  padding: 15px;
  position: relative;
  bottom: -10px;
  left: -5px;
}

.btn_main_banner span b {
  display: block;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  border-right: 15px solid #fff;
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
}

.information_block_wrap .grid {
  gap: 30px 50px;
}

.two_images .left_two_images img.active {
  border: 2px solid #0095d9;
}

.gray-section .grid {
  grid-gap: 0 50px;
  align-items: center;
}

.price_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.price_wrap h2 span {
  color: #1fc2f0;
}

.price_items .price_item {
  position: relative;
  margin: 0 0 70px 0;
}

.price_items .price_item img {
  max-width: 100%;
}

.price_items .price_item span {
  display: block;
  color: #fff;
  background: #1fc2f0;
  border-radius: 15px;
  position: absolute;
  top: -5px;
  left: -15px;
  padding: 10px 25px;
  font-size: 18px;
}

.price_items .price_item .right_price_block {
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.price_items .price_item .right_price_block p {
  font-size: 18px;
}

.price_items .price_item .right_price_block a {
  text-align: center;
  width: 100%;
}

.price_items .price_item .price_b {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.price_items .price_item .right_price_block .disc-ul {
  margin: 25px 0;
}

.price_items .price_item .price_b .old_price {
  color: #111;
  font-size: 13px;
  text-decoration: line-through;
  margin-right: 8px;
}

.price_items .price_item .price_b .new_price {
  color: #1fc2f0;
  font-size: 20px;
  font-weight: 600;
}

#slider_realized .center .slide {
  opacity: 1;
}

#slider_realized .owl-nav .owl-prev,
#slider_realized .owl-nav .owl-next {
  background: #e9e9e9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 44%;
}

#slider_realized .owl-nav .owl-prev {
  left: 31%;
}

#slider_realized .owl-nav .owl-next {
  right: 31%;
}

.partners_wrap .grid {
  align-items: center;
}

.accordeon .active {
  color: #1fc2f0;
}

.head_new_banner .text_right p {
  color: #515151;
  text-transform: uppercase;
  font-weight: 600;
}

.head_new_banner .text_right span {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  background: radial-gradient(
    523.14% 82.53% at 50% 50%,
    #078dc7 0%,
    #6ec4e9 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.montaj_block_blue .text_block_blue {
  max-width: 450px;
}

.montaj_block_blue .text_block_blue p {
  padding: 15px 0;
  font-size: 16px;
}

.montaj_block_blue .text_block_blue p:nth-child(2) {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: 500;
}

.prem_montaj_standart_item p.title {
  margin: 10px 0;
  font-weight: 500;
}

.items_right_wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  height: 100%;
}

.items_right_wrap_item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 15px;
  padding: 15px 20px;
}

.items_right_wrap_item img {
  margin-bottom: 10px;
  max-height: 36px;
}

.items_right_wrap_item p {
  min-height: 68px;
}

.items_right_wrap_item ul {
  padding-left: 20px;
}

.items_right_wrap_item ul li {
  list-style: disc;
}

.items_right_wrap .items_right_wrap_item:nth-child(3) {
  background: #beecf9;
}

.zakaz_wrap_podrazdel_montaj .sub-title,
.zakaz_wrap_podrazdel_montaj .text-bottom {
  font-size: 20px;
  text-align: center;
}

.bloknot_bg .white_block {
  background: #fff;
  padding: 40px 15px 40px 15px;
  text-align: center;
  height: 100%;
  width: 100%;
}

.bloknot_bg .white_block img {
  display: block;
  margin: 0 auto;
}

.bloknot_bg .white_block p {
  font-size: 15px;
  margin: 20px 0;
  font-weight: 500;
}

.bloknot_bg .white_block a {
  padding: 15px 0;
  width: 100%;
}

.izgotovlenie_items .izgotovlenie_item p.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

#video_modal .modal-body {
  width: 100%;
  max-width: 1000px;
}

.banner_work .container {
  z-index: 1;
}

.about_three_items ul .title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

.prem_items .prem_item .title {
  font-weight: bold;
  margin: 15px 0;
  font-size: 18px;
}

.sotr_items .sotr_item .title {
  font-weight: 500;
  margin: 15px 0;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.algoritm_items .algoritm_item .title {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
}

.uznat_wrap .container {
  z-index: 1;
}

.primer_vip_items .primer_vip_item .title {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

.ost_up_items form .grid {
  gap: 15px;
}

@media screen and (min-width: 767px)
{
.product-template--head-type-1 .image img {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px)
{
.page-content .modal-title {
    font-size: 20px;
  }

.footer_category {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: -7px;
  }

#modal_okno .modal-title p,
  #modal_category .modal-title p {
    margin-bottom: 15px;
  }

.dop_advantages .label .text_advant .title {
    margin: 15px 0;
  }

.right_setka .label_title {
    font-size: 15px !important;
    font-weight: bold;
  }

#modal_category .head_podbor h2 {
    margin-bottom: 15px;
  }

.footer_category p {
    margin: 0 0 15px 0;
    font-size: 16px;
  }

.montaj_block_blue .text_block_blue p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1600px)
{
.banner-text-block .white_text {
    font-size: 31px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1399px)
{
.typography-enabled p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px)
{
#montage_complekt .owl-nav .owl-next {
    right: 0;
  }

#montage_complekt .owl-nav .owl-prev {
    left: 0;
  }

#montage_complekt_2 .owl-nav .owl-next {
    right: 0;
  }

#montage_complekt_2 .owl-nav .owl-prev {
    left: 0;
  }

#modal_okno .modal-body {
    max-width: 85vw;
  }

#modal_category .modal-body {
    max-width: 85vw;
  }

.checkout_step.active-step {
    padding: 0;
  }

.sotr_items .sotr_item .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 1080px)
{
.montaj_block_blue,
  .montaj_block_blue .text_block_blue {
    max-width: 100%;
  }

#slider_realized .owl-nav .owl-prev {
    left: 30%;
  }

#slider_realized .owl-nav .owl-next {
    right: 30%;
  }
}

@media screen and (max-width: 768px)
{
#modal_okno .modal-title {
    text-align: center;
  }

#modal_category .modal-title {
    text-align: center;
  }

.block_two_mob_montaj {
    padding: 0 !important;
  }

.btn_main_banner span {
    left: 0;
    max-width: max-content;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
  }

.btn_main_banner span b {
    left: 47%;
    transform: rotate(-45deg);
    top: -10px;
  }

.price_items .price_item .right_price_block {
    max-width: 100%;
    position: static;
    margin: 20px 0 0 0;
    padding: 20px;
  }

.banner-text-block .white_text {
    font-size: 23px;
    line-height: 29px;
    margin-top: 38px;
    margin-bottom: 25px;
  }
}

.typography,
.typography-2 {
  font-size: 18px;
}

.typography ul,
.typography-2 ul {
  list-style: disc inside;
}

.typography ul li,
.typography-2 ul li {
  margin-bottom: 5px;
}

.typography ol,
.typography-2 ol {
  list-style: decimal inside;
}

.typography ol li,
.typography-2 ol li {
  margin-bottom: 5px;
}

.typography ul,
.typography ol,
.typography p,
.typography-2 ul,
.typography-2 ol,
.typography-2 p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.typography ul {
  list-style: none;
}

.typography ul li {
  background-position: left 7px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 5px 25px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.typography-2 {
  font-size: 16px;
}

.portfolio-grid a {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.portfolio-grid a .overlay {
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1a596acc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  padding: 35px 16px 35px 16px;
  opacity: 0;
}

.portfolio-grid a .overlay .title {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2;
}

.portfolio-grid a .overlay .subtitle {
  margin-bottom: 15px;
}

.portfolio-grid a .overlay .photos-count {
  margin-top: auto;
}

.portfolio-grid a.col-md-4 .overlay {
  padding: 16px;
}

.portfolio-grid a.col-md-4 .overlay .title {
  font-size: 20px;
}

.portfolio-grid a.col-md-4 .overlay .subtitle {
  margin-bottom: 10px;
  font-size: 14px;
}

.portfolio-grid a.col-md-4 .overlay .photos-count {
  font-size: 14px;
}

.portfolio-grid a:hover .overlay {
  left: 0;
  opacity: 1;
}

.calculator-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.calculator-grid .item {
  padding: 10px;
}

.services-grid .title {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.1;
}

.services-grid .text {
  font-size: 18px;
}

.services-grid .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons-grid {
  font-size: 20px;
}

.icons-grid .icon-item {
  font-size: 35px;
  color: #1fc2f0;
  display: none;
}

.dynamic-phone {
  font-weight: 500;
}

.icons-grid span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.catalogs-grid .title {
  font-size: 20px;
  line-height: 1.3;
  color: #111;
}

section.intro .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.intro .container .icon {
  margin-bottom: 45px;
}

section.intro .container h3 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: center;
  line-height: 1.2;
}

section.intro .container h3 br {
  display: none;
}

section.intro .container .countdown-title {
  font-weight: bold;
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 0;
}

section.intro .container .date {
  font-size: 24px;
}

.image-bordered-container {
  display: block;
  padding: 10px;
  border: 1px solid #e7e7e7;
}

.accordion .accordion-title .preview {
  position: absolute;
  top: 0;
  right: 48px;
  bottom: 0;
  width: 297px;
  overflow: hidden;
  opacity: 0.7;
  transition: all 0.2s;
}

.accordion .accordion-title .preview:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggaWQ9InMyIiBkPSJNMCAwIEgzMCBsLTMwIDYweiIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.accordion .accordion-title .preview:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggaWQ9InMyIiBkPSJNMzAgMCBWNjAgbC0zMCAweiIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
}

.accordion .accordion-title.active,
.accordion .accordion-title:hover {
  border-color: #1fc2f0;
}

.accordion .accordion-title.active .preview,
.accordion .accordion-title:hover .preview {
  opacity: 1;
}

.accordion .accordion-title.active h2,
.accordion .accordion-title.active:after,
.accordion .accordion-title:hover h2,
.accordion .accordion-title:hover:after {
  color: #1fc2f0;
}

.accordion .accordion-title.active:after {
  content: "-";
}

.accordion .accordion-content {
  display: none;
}

.accordion .accordion-content.active {
  display: block;
}

.accordion .accordion-content .typography {
  font-size: 16px;
}

.accordion .accordion-content h4 {
  font-size: 18px;
}

.accordion .accordion-content table {
  width: 100%;
}

.accordion .accordion-content table tr td {
  border: 1px dashed #d5d5d5;
  vertical-align: top;
  padding: 16px;
}

.accordion .accordion-content table tr td:first-child {
  width: 310px;
}

.accordion .accordion-content table tr td .price {
  font-size: 18px;
}

.accordion .accordion-content table tr td .price span {
  font-weight: bold;
}

.page-title .dark-bg .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-title .dark-bg .container .title {
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1.2;
}

.page-title .dark-bg .container .breadcrumbs {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 5px 9px;
  font-size: 13px;
  border-radius: 5px;
}

.page-title .dark-bg .container .breadcrumbs br {
  display: none;
}

.page-title .dark-bg .container .breadcrumbs a {
  color: #fff;
}

.page-title .dark-bg .container .breadcrumbs .separator {
  display: inline-block;
  margin: 0 4px 0 2px;
}

.statistics {
  background: url("/wp-content/uploads/2024/03/back1.webp");
  background-size: cover;
}

.statistics .stars {
  color: #ffcc00;
  font-size: 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.statistics .stars .icon {
  display: block;
}

.statistics .stars .icon:before {
  margin: 0 3px;
}

.statistics img {
  width: 70px;
  height: auto;
}

.statistics .title {
  font-size: 20px;
}

.statistics .text {
  font-size: 16px;
}

.icon-roller {
  display: inline-block;
  background: url("../img/roller-ico.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  -webkit-background-size: 22px;
  background-size: 22px;
  margin-right: 5px;
}

.icon-aluminum {
  display: inline-block;
  background: url("../img/aluminum-ico.svg") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  -webkit-background-size: 22px;
  background-size: 22px;
  margin-right: 5px;
}

#nav-icon {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

.mm-wrapper--opened #nav-icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mm-wrapper--opened #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper--opened #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-wrapper--opened #nav-icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.mobile-menu-opener {
  display: none;
}

nav#menu .mm-navbar__title {
  justify-content: flex-start;
  font-weight: 600;
  color: #333;
}

nav#menu {
  padding-top: 50px;
  padding-bottom: 65px;
  left: -100%;
}

nav#menu.mm-menu--opened {
  left: 0;
}

.menu_fixed-bottom {
  position: absolute;
  z-index: 200;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: #dfdfdf;
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.menu_fixed-top {
  position: absolute;
  top: 60px;
  z-index: 200;
  right: 15px;
}

.menu_fixed-top img {
  width: 20px;
  display: block;
}

.menu_fixed-top .btn.btn-mobile_menu {
  padding: 5px 7px 8px 7px;
  border: 1px solid #1fc2f0;
  background: #1fc2f0;
  border-radius: 3px;
}

.menu_fixed-bottom .btn {
  font-size: 17px;
  display: block;
  padding: 8px 0;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  margin: 0 20px;
}

#header .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

#header .socials a {
  background-size: 25px;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  display: block;
}

#header .socials a.wa {
  background-image: url("../img/whatsapp.svg");
  margin-left: 11px;
  margin-right: 0;
  transition: all 0.3s ease-out;
  transform: scale(1);
}

#header .socials a.wa:hover {
  transform: scale(1.2);
}

#header .socials a.ph {
  background-image: url("../img/phone-header.svg");
  background-color: #fff;
  border-radius: 4px;
  background-size: 59%;
  background-position: center;
}

#header .socials a.tg {
  background-image: url("../img/telegram.svg");
  background-color: #28a7e8;
  border-radius: 4px;
}

.footer {
  color: #1e3d49;
}

.footer .footer-top {
  background: url("../img/trigger-bg.jpg") center center no-repeat;
  background-size: cover;
}

.footer .accordions .item {
  margin-bottom: 15px;
}

.footer .accordions .item .title {
  font-size: 18px;
  padding: 7px 45px 7px 14px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s;
}

.footer .accordions .item .title:hover,
.footer .accordions .item .title.active {
  color: #00323f;
  border-color: #00323f;
}

.footer .accordions .item .title:after {
  position: absolute;
  display: block;
  content: "+";
  right: 14px;
  top: 4px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.footer .accordions .item .title.active:after {
  color: #00323f;
  content: "-";
}

.footer .accordions .item .accordion-content {
  display: none;
  padding: 9px 14px;
}

.footer .accordions .item .accordion-content a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-weight: 300;
}

.footer .accordions .item .accordion-content a:hover {
  text-decoration: none;
}

.footer .accordions .item .accordion-content a.strong {
  font-weight: 700;
}

.footer .accordions .item .accordion-content.active {
  display: block;
}

.footer .accordions .item:last-child {
  margin-bottom: 0;
}

.footer .logo a {
  display: block;
  border: 0;
  border-radius: 4px;
}

.footer .logo a svg {
  margin: 0 !important;
  width: 100%;
  height: auto;
}

.footer-top {
  background: #1fc2f0;
  padding: 25px 0 11px 0;
}

.footer-top.bg-gray {
  background: #f8f8f8;
}

.footer-top-content {
  display: -webkit-box;
  display: flex;
}

.footer-bottom {
  padding: 15px 0;
  background: #fff;
  color: #fff;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-content a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-content .footer_social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: space-between;
}

.footer-bottom .production_item a {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  text-align: right;
}

.footer-bottom a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin-left: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.footer-bottom-content svg,
.footer-bottom-content svg path {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.footer-bottom a:first-child {
  margin-left: 0;
}

.footer-bottom a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footer-bottom a img,
.footer-bottom a svg {
  max-width: 35px;
}

.footer .payment {
  background: #fff;
  border-radius: 3px;
  text-align: center;
  -webkit-box-flex: 0;
  flex: 0 0 170px;
  padding: 5px;
  margin-left: 25px;
}

.footer .payment p {
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 5px;
}

.footer-contacts {
  -webkit-box-flex: 0;
  flex: 0 0 290px;
  padding-right: 20px;
  font-size: 13px;
}

.accordeon-content a,
.footer-contacts a {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.footer-contacts a {
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  color: #fff;
}

.footer-contacts a:hover {
  border-color: transparent;
  text-decoration: none;
}

.footer-top {
  color: #fff;
}

.footer .logo {
  width: 207px;
  margin-bottom: 0;
}

.footer-links a {
  font-size: 14px;
  border-bottom: 1px dashed #fff;
  color: #fff;
  text-decoration: none !important;
}

.footer-links a:hover {
  border-color: #1fc2f0;
  transition: all 0.2s;
}

.footer-links div {
  margin-bottom: 12px;
}

.footer .rezhim {
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 2px;
  position: relative;
}

.footer .calculator,
.footer .phone,
.footer .zamer,
.footer .rezhim {
  padding-left: 36px;
  margin-bottom: 13px;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #ffffff61;
  padding-top: 3px;
}

.footer .phone {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.footer .rezhim i {
  font-size: 23px;
  position: absolute;
  left: 0;
  top: -4px;
}

.footer .calculator i,
.footer .phone i,
.footer .zamer i {
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .zamer i,
.footer .calculator i,
.footer .phone i {
  top: -4px;
}

.footer .phone {
  margin-bottom: 0;
}

.footer .footer-text {
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.footer .footer-text strong {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer .calculator a,
.footer .phone a {
  display: inline-block;
  line-height: 1.1;
}

.footer .address {
  padding-left: 30px;
  background-size: auto 30px;
  line-height: 1.2;
}

.footer-menu {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.footer .payment {
  margin: 0 !important;
  padding: 5px;
  width: 100%;
  max-width: 180px;
}

.footer .accordeon-content a {
  margin-left: 10px;
}

.footer .accordeon-content a:first-child {
  margin-left: 0;
}

.footer-top {
  padding-bottom: 25px;
}

.footer-links div {
  line-height: 1;
  margin-bottom: 8px;
}

.footer .footer-text {
  line-height: 1.4;
  color: #373737;
  padding-top: 20px;
  font-size: 14px;
}

.footer .logo {
  padding: 0 0 27px 0;
  margin-bottom: 0;
}

footer .logo a {
  text-decoration: none !important;
}

.footer-bottom .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom a {
  width: 35px;
  height: 35px;
}

@media (max-width: 899px)
{
.footer-bottom a {
    margin: 0 !important;
  }

.footer-bottom .container {
    flex-direction: column;
  }

.footer .payment {
    flex: auto;
    margin-top: 15px !important;
  }

.footer .footer-text {
    margin: 0;
    padding: 20px 0;
  }

.footer .footer-bottom-content {
    padding-bottom: 20px;
  }

.footer-contacts {
    margin-bottom: 0;
  }
}

@media (max-width: 7667px)
{
.footer .accordions .item .title {
    font-size: 16px;
  }
}

@media (max-width: 439px)
{
.footer .footer-text br {
    display: none;
  }

.footer .accordions .item .title {
    font-size: 14px;
  }
}

footer .rezhim {
  font-weight: 400 !important;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.buttons .owl-btn {
  transition: all 0.2s;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 20px;
}

.buttons .owl-btn span {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50px;
  transition: transform 0.2s;
}

.buttons .owl-btn svg {
  display: block;
  position: relative;
  z-index: 2;
}

.buttons .owl-btn.owl-btn.prev svg {
  transform: rotate(180deg);
}

.buttons .owl-btn:hover span {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(4);
}

.buttons.colored .owl-btn {
  background: #1fc2f0;
}

.product-template--head-type-1 .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-template--head-type-1 .properties .subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.small-title {
  display: block;
  padding: 0 0 10px 0;
  font-size: 18px !important;
  color: #1a3e4c;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}

.small-title span.percent,
.small-title span.red {
  color: red;
}

.small-title.in_stock,
.small-title.not_in_stock {
  text-align: right;
}

.small-title .blue {
  color: green;
}

.price-two-cols {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.price-two-cols .col-first {
  font-weight: 700;
  font-size: 29px;
  line-height: 57px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.price-two-cols .col-first.center {
  justify-content: center;
}

.price-two-cols .col-first span {
  font-weight: 400;
  opacity: 0.5;
  font-size: 20px;
}

.price-two-cols .col-first b {
  margin: 0 7px;
  font-size: 24px;
}

.price-two-cols .col-first del {
  font-weight: 400;
  opacity: 0.5;
  margin-right: 7px;
  font-size: 18px;
}

.product-template--colors-type-1 .sample-image-container span.label {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 15px;
  background: #eee;
}

.tabs .tabs-content li.active {
  display: block;
}

.tabs .tabs-content li.active.ficha {
  height: 239px;
  overflow-y: scroll;
}

.tabs .tabs-labels li.active {
  background: #1fc2f0;
  color: #fff;
}

.product-cat:hover a:first-child,
.product-cat.active a:first-child {
  background: #1fc2f0;
}

.product-cat:hover picture:first-child,
.product-cat.active picture:first-child {
  opacity: 0;
}

.product-cat:hover picture:last-child,
.product-cat.active picture:last-child {
  opacity: 1;
}

.product-block {
  position: relative;
  background: #fff;
  border: 1px solid #1fc2f0;
  display: flex;
  flex-direction: column;
}

.product-block .cart-product__qty {
  margin: 0 0 10px 0;
  flex: auto;
}

.product-block .product-block__img a,
.product-block .product-block__img span.prodano {
  display: flex;
  height: 330px;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.title_head_head {
  font-size: 18px;
  color: #1a3e4c;
  font-weight: 700;
}

.product-block__img {
  position: relative;
}

.product-block__img span.stamp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90px;
  height: 90px;
  background: url("/wp-content/uploads/2026/04/stamp3.webp") 50% 50% no-repeat;
  background-size: cover;
}

.product-block .product-block__info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.modal-body .product-block .product-block__info .product-block__title {
  min-height: 70px;
}

.product-block .product-block__info .product-block__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  min-height: 40px;
}

.product-block .product-block__info .product-block__text {
  color: #777;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-block .product-block__info .product-block__text.blue {
  color: green;
}

.product-block .product-block__info .product-block__price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: auto;
}

.product-block .product-block__info .product-block__price span.full {
  margin-left: 15px;
  text-decoration: line-through;
  color: #c7c7c7;
}

.product-block .product-block__info .sale_percent {
  color: red;
}

.product-block__img img {
  width: auto;
  height: auto;
}

.loading .text {
  display: none;
}

.cart-holder {
  position: fixed;
  right: 0;
  top: 150px;
  display: none;
  z-index: 1000;
}

.cart-holder a {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  background: #ff9111;
}

.cart-holder a svg {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.cart-holder a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-indent: 0;
  font-size: 12px;
}

.cart-product__image.blue-bg {
  background: #1fc2f0;
  border-color: #1fc2f0;
}

.modal-body .cart-product__info-techs table tr td span {
  background: #fff;
}

.modal-title label {
  margin-top: 15px;
}

.right_setka .label_title {
  font-size: 18px;
}

.footer_cart_wrap label {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 30px;
}

.footer_cart_wrap label input {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
}

.cart-holder {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1000;
}

.cart-holder a span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-indent: 0;
  font-size: 12px;
}

.footer_cart_wrap {
  position: sticky;
  top: 40px;
  background: #efefef;
  padding: 30px;
}

.footer_cart_wrap .infos {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  display: block;
}

.footer_cart_wrap .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.footer_cart_wrap .btn {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1080px)
{
.owl-carousel .owl-item img {
    height: 100%;
    object-fit: contain;
  }
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 899px)
{
.footer .logo {
    margin: 0 auto 22px auto;
  }

.footer .payment {
    margin: 0 auto !important;
  }

.footer-links div {
    display: inline-block;
    margin: 5px;
  }
}

@media (max-width: 599px)
{
#modal_category {
    padding: 15px;
  }

#modal_okno .modal-title {
    font-size: 18px;
  }

#modal_category .modal-title {
    font-size: 18px;
  }

.head_new_banner .text_right span {
    font-size: 22px;
  }

.help_wrap_block .btn {
    padding: 10px;
  }

.price_items .price_item .right_price_block a {
    padding: 10px;
  }

.btn_main_banner span {
    max-width: 100%;
  }

.price_items .price_item .right_price_block p {
    font-size: 14px;
  }

.block2 {
    padding-top: 0 !important;
  }

#slider_realized .owl-nav .owl-prev {
    left: 3%;
  }

#slider_realized .owl-nav .owl-next {
    right: 3%;
  }

.price_items .price_item span {
    font-size: 13px;
  }

.question_wrap h2,
  .information_block_wrap h2,
  .difference h2,
  .information_block_wrap h2,
  .features_wrap h2,
  .help_wrap_block h2,
  .price_wrap h2,
  .realized_work_wrap h2,
  .partners_wrap h2 {
    font-size: 27px;
  }
}

@media (max-width: 479px)
{
.items_right_wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

.zakaz_wrap_podrazdel_montaj .sub-title,
  .zakaz_wrap_podrazdel_montaj .text-bottom {
    font-size: 14px;
  }

.zakaz_wrap_podrazdel_montaj .sub-title br,
  .zakaz_wrap_podrazdel_montaj .text-bottom br {
    display: none;
  }

.page-template-page-calc-new_v2 .subtitle-section .subtitle {
    font-size: 11px;
  }

.footer_cart_wrap {
    padding: 15px;
  }
}

.grid.colors img.active {
  border: 6px solid #1fc2f0;
}

#button {
  display: inline-block;
  background-color: #1fc2f0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  text-align: center;
}

#button:hover {
  cursor: pointer;
  background-color: #0198c3;
}

#button:active {
  background-color: #0198c3;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#header .socials {
  display: flex !important;
}

#header .socials .ph {
  display: none;
}

#header .socials .wa {
  margin-left: 0 !important;
}

.cart-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.cart-button span.icon {
  background-position: center;
  background-image: url(../img/chk-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.cart-button.added span.icon {
  display: block;
}

.mainpage-banner__new-info .title {
  font-size: 24px;
  color: #d72728;
  margin-bottom: 20px;
}

.mainpage-banner__new-info .title strong {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.new-bottom .logo_rehau {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  max-width: 120px;
  margin-right: 15px;
}

@media screen and (max-width: 585px)
{
.mainpage-banner__button {
    text-align: center;
  }
}

@media screen and (min-width: 768px)
{
.hidden-mobile {
    display: block;
    margin: auto;
  }

.visible-mobile {
    display: none;
  }
}

@media screen and (max-width: 768px)
{
.hidden-mobile {
    display: none;
  }

.visible-mobile {
    display: block;
  }
}

.mainpage-advantages-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mainpage-advantages-list li {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: start;
  background-position: left 7px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 5px 25px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.mainpage-advantages-list p {
  font-size: 21px;
  font-weight: 500;
}

@media screen and (max-width: 768px)
{
.mainpage-advantages-list li {
    max-width: 100%;
    margin-bottom: 20px;
  }

.tab-links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }

.tab-links .tab-link {
    flex: 0 0 45%;
    font-size: 13px;
    margin-bottom: 5px;
    max-width: 45%;
    padding: 5px 5px;
  }
}

.mainpage_series .tab-link {
  cursor: pointer;
}

.mainpage_series .tab-content .tab-item {
  display: none;
}

.mainpage_series .tab-content .tab-item table tr td:first-child {
  width: 310px;
}

.mainpage_series .tab-content .tab-item table tr td {
  border: 1px dashed #d5d5d5;
  vertical-align: bottom;
  padding: 16px;
}

.mainpage_series .tab-content .tab-item table {
  width: 100%;
}

.mainpage_series .tab-content .tab-item table tr td .price span {
  font-weight: 700;
}

.mainpage_series .tab-content .tab-item.active {
  display: block;
}

.owl-dots button.owl-dot.active,
.owl-dots button.owl-dot:hover {
  background: #444;
}

.heading_list_window {
  font-size: 21px;
  font-weight: 700;
}

@media screen and (max-width: 1023px)
{
.heading_list_window {
    font-size: 19px;
  }
}

.items-carts {
  align-items: center;
}

@media screen and (max-width: 767px)
{
.window-modal-tooltip span {
    transform: none;
    left: 0;
    width: 300px;
  }

.dop_advantages .label.vodootliv_main {
    width: 100%;
    padding: 0;
  }

.dop_advantages .label .text_advant {
    padding: 0;
  }

.dop_advantages .label .text_advant .head {
    margin: 0;
  }

.dop_advantages .label {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

.window-modal {
    flex-direction: column;
  }

.window-modal .modal-left-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

.window-modal .modal-right-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

.heading_list_window {
    font-size: 16px;
  }

.selected-variation {
    max-width: 50%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px)
{
.montaj_block_blue .text_block_blue {
    padding: 20px;
  }

.mainpage-advantages-list p {
    font-size: 14px;
  }

.mainpage_series .tab-content .tab-item table tr td {
    display: table-row;
  }

.mainpage_series .tab-content .tab-item table tr td > * {
    padding-left: 15px;
  }

.mainpage_series .tab-content .tab-item table tr td > .heading_list_window {
    font-size: 14px;
    margin-top: 15px;
  }

.subtitle {
    font-size: 16px;
  }

.services-grid .text {
    font-size: 13px;
  }

.typography,
  .typography-2 {
    font-size: 14px;
  }

body {
    font-size: 14px;
  }

.trigger {
    font-size: 14px;
  }

.trigger .trigger-title {
    font-size: 16px;
  }

.carousel-type-1 .description .title,
  .posts-grid .description .title {
    font-size: 14px;
  }
}

.logo svg {
  margin-bottom: -10px;
}

.top-row a.logo span {
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
}

.bottom_vid .btn {
  padding: 20px 30px;
  text-align: center;
}

.bottom_vid .btn.more {
  color: #000;
  border: 1px solid #1ec3f1;
}

.bottom_vid .btn.more:hover {
  color: #fff;
  background: #1ec3f1;
}

.price_wrap_slider_okna {
  position: relative;
}

.price_wrap_slider_okna .slide img {
  max-height: 600px;
  min-height: 600px;
  object-fit: cover;
}

.owl_dots_slider_okna .owl-dots-custom .owl-dot.active {
  background: rgba(30, 195, 241, 0.9);
}

.proizvodit_wrap_okna {
  background: #f7f7f7;
}

.proizvodit_wrap_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) p {
  font-weight: 600;
  margin-bottom: 10px;
}

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) ul {
  margin: 0 0 20px 20px;
}

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) ul li {
  list-style: disc;
}

.proizvodit_wrap_item img {
  object-fit: cover;
  max-width: inherit;
}

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1),
.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(4) {
  grid-column: span 2;
}

.pochemu_wrap_okna_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.pochemu_wrap_okna_item {
  text-align: left;
  padding: 15px;
  border-radius: 15px;
  transition: 0.3s ease-out;
}

.pochemu_wrap_okna_item:hover {
  background: #1cb5e0;
}

.pochemu_wrap_okna_item:hover svg path {
  stroke: #fff;
}

.pochemu_wrap_okna_item:hover {
  color: #fff;
}

.pochemu_wrap_okna_item .h5 {
  margin: 8px 0;
}

.pochemu_wrap_okna_item svg path {
  stroke: #1ec3f1;
}

.button_upgrade_front {
  margin-bottom: 30px;
}

.button_upgrade_front a:first-child {
  margin-right: 20px;
}

.reviews_wrap_okna .carousel-type-1 .review-item a .image:after {
  left: -15px;
}

.reviews_wrap_okna .carousel-type-1 .review-item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
}

.reviews_wrap_okna .carousel-type-1 .review-item h2 {
  text-align: left !important;
}

.question_okna {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  grid-gap: 0 50px;
}

.question_okna h2 {
  font-weight: bold;
}

.questions-items dl dt {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #000;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.questions-items dl dt span {
  width: 100%;
}

.questions-items dl dt:after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2023/11/pen.png") 0 0 / contain no-repeat;
  width: 35px;
  height: 36px;
}

.questions-items dl dt.active:after {
  background: url("/wp-content/uploads/2023/11/clos.png") 0 0 / contain
    no-repeat;
}

.questions-items dl dd {
  padding-bottom: 30px;
  font-size: 16px;
}

.vopros_wrap_okna .subtitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.main_wrap_fasad_item_left .orange_span {
  background: #ffc400;
  padding: 12px 16px;
  font-size: 24px;
  display: block;
  margin-left: auto;
  border-radius: 25px;
  max-width: max-content;
  font-weight: 600;
}

.osteklenie_wrap_fasad {
  background: #f7f7f7;
}

.osteklenie_wrap_fasad_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.osteklenie_wrap_fasad_item {
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-out;
}

.osteklenie_wrap_fasad_item img {
  border-radius: 10px;
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.osteklenie_wrap_fasad_item:hover {
  background: #1fc2f0;
}

.osteklenie_wrap_fasad_item:hover p {
  color: #fff;
}

.osteklenie_wrap_fasad_item p {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 400;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-type {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 0 0 40px;
  height: 100%;
}

.text-type .title {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.text-type img {
  position: absolute;
  bottom: 40px;
}

.type_fasad_item .price {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #ddf6fd;
  margin-top: 25px;
}

.type_fasad_item:hover .text-type {
  display: none;
}

.hover-block span.price {
  margin: 10px auto;
  display: block;
  max-width: max-content;
}

.hover-block .bottom-hover .btn {
  padding: 10px 0;
  text-align: center;
}

.koted_type .hover-block h3,
.koted_type p.title {
  max-width: 300px;
}

.interes_wrap_fasad .subtitle {
  text-align: center;
}

.about_wrap_fasad_item_right .title_p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.advantages_wrap_fasad .subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.steps_wrap_fasad {
  background: #f7f7f7;
  position: relative;
}

.steps_wrap_fasad h3 {
  font-weight: bold;
  text-align: center;
}

.steps_wrap_fasad_items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 5px;
}

.img_click img.active {
  border: 2px solid #1bc1ef;
}

.buttons_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.buttons_nav button {
  width: 100%;
  display: inline-block;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.buttons_nav button:hover {
  background: #1bc1ef;
  border: 1px solid #1bc1ef;
  color: #fff;
}

.buttons_nav button.active {
  background: #1bc1ef;
  border: 1px solid #1bc1ef;
  color: #fff;
}

.steps_wrap_fasad_item {
  padding: 5px;
  border-radius: 10px;
}

.steps_wrap_fasad_item span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 125px;
}

.steps_wrap_fasad_item .title {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 600;
}

.steps_wrap_fasad_item:nth-child(1),
.steps_wrap_fasad_item:nth-child(3),
.steps_wrap_fasad_item:nth-child(5),
.steps_wrap_fasad_item:nth-child(7) {
  background: #fff;
}

.steps_wrap_fasad_item p {
  font-size: 14px;
}

.line-wrap {
  width: 100%;
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 1;
}

.steps_wrap_fasad .line {
  margin: 0 auto;
}

.ustanovka_kotedj
  .osteklenie_wrap_fasad_items
  .osteklenie_wrap_fasad_item:nth-child(1)
  img,
.ustanovka_kotedj
  .osteklenie_wrap_fasad_items
  .osteklenie_wrap_fasad_item:nth-child(3)
  img,
.ustanovka_kotedj
  .osteklenie_wrap_fasad_items
  .osteklenie_wrap_fasad_item:nth-child(8)
  img {
  object-fit: scale-down;
}

.landing-offer-item-block .btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.landing-offer-item__info .price {
  font-size: 18px;
}

.landing-offer-item__info .price .price_old,
.through-price .price_old {
  font-size: 16px;
  margin-right: 20px;
  text-decoration-line: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}

.landing-offer-item__info .price .price_action,
.through-price .price_action {
  font-size: 24px;
  color: #ff8b15;
  font-weight: 700;
}

.landing-offer-item-block .block {
  text-align: left;
}

.section_garant_sl h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.section_garant_sl {
	font-size: 16px;
}

.ostalis_vopros_section form .grid {
	gap:10px;
}

.raschet_consult_kotedj_items form input[type="tel"],
.raschet_consult_kotedj_items form button.btn {
  width: 100%;
  padding: 15px 40px;
	border:0;
}

.raschet_consult_kotedj_items form .grid {
  gap: 0;
  margin-bottom: 20px;
}

.raschet_consult_kotedj_items form button.btn {
  border-radius: 0 3px 0 3px;
}

.text_modal_upgrade p {
  margin: 15px 0;
}

@media screen and (max-width: 1200px)
{
.main_wrap_fasad_item_left .bottom-button .btn {
    padding: 10px 20px;
  }

.osteklenie_wrap_fasad_item p {
    font-size: 16px;
  }

.text-type .title {
    font-size: 20px;
  }

.about_wrap_fasad_item_left .gray .btn {
    padding: 10px;
    text-align: center;
    width: 100%;
  }

.hover-block .bottom-hover .btn {
    padding: 10px;
    text-align: center;
    font-size: 16px;
  }

.text-type {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px)
{
.advantages_wrap_fasad .subtitle {
    font-size: 16px;
  }

.bottom_vid .btn {
    width: 100%;
    margin-bottom: 10px;
  }

.proizvodit_wrap_items {
    grid-template-columns: repeat(2, 1fr);
  }

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) {
    grid-column: span 2;
  }

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(4) {
    display: none;
  }

.pochemu_wrap_okna_items {
    grid-template-columns: repeat(2, 1fr);
  }

.steps_wrap_fasad_items {
    grid-template-columns: 1fr;
  }

.line-wrap {
    display: none;
  }

.steps_wrap_fasad_item {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 0 30px;
    padding: 10px;
  }

.steps_wrap_fasad_item span {
    margin-bottom: 1px;
  }

.steps_wrap_fasad_item p br {
    display: none;
  }

.line_mobile div {
    width: 50%;
    height: 2px;
    background: #b9b9b9;
    margin-bottom: 5px;
  }

.line_mobile div:nth-child(1) {
    width: 100%;
    height: 2px;
    background: #0198c3;
  }

.line_mobile div:nth-child(6) {
    width: 70%;
  }

.line_mobile div:nth-child(11) {
    width: 100%;
  }

.line_mobile div:nth-child(17) {
    width: 70%;
  }
}

@media screen and (max-width: 768px)
{
.typography-enabled p {
    gap: 10px;
    grid-template-columns: 1fr 75px 30px;
  }

#modal_okno a.btn.cat-button {
    width: auto;
  }

#modal_category a.btn.cat-button {
    width: auto;
  }

.product-template--head-type-1 .image img {
    max-height: 298px;
  }

.buttons_nav {
    grid-template-columns: 1fr;
  }

.osteklenie_wrap_fasad_items {
    grid-template-columns: repeat(2, 1fr);
  }

.upsells a img {
    min-height: 150px;
  }

.proizvodit_wrap_item img {
    margin: 0 auto;
  }

.main_wrap_fasad_item_left .orange_span {
    font-size: 16px;
  }

.questions-items dl dt span {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 550px)
{
.button_upgrade_front a:first-child {
    margin: 10px 0;
  }

.buttons_nav button {
    font-size: 14px;
  }

.koted_type .hover-block h3,
  .koted_type p.title {
    font-size: 18px;
  }

.raschet_consult_kotedj_items form .grid {
    grid-template-columns: 1fr;
  }

.raschet_consult_kotedj_items form .grid div {
    grid-column-end: span 1;
  }

.osteklenie_wrap_fasad_item img {
    height: 150px;
  }

.main_banner_kotedj .btn {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }

.questions-items dl dt {
    font-size: 16px;
  }

.advantages_wrap_fasad .subtitle {
    font-size: 14px;
  }

.advantages_wrap_fasad .subtitle br {
    display: none;
  }

.main_wrap_fasad_item_left .bottom-button .btn {
    padding: 10px 20px;
    width: 100%;
    margin: 5px 0;
  }

.osteklenie_wrap_fasad_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

.osteklenie_wrap_fasad_item p {
    font-size: 14px;
  }

.hover-block .bottom-hover .btn {
    font-size: 14px;
  }

.text-type {
    padding-left: 25px;
  }

.about_wrap_fasad_item_right .title_p {
    font-size: 15px;
  }

.about_wrap_fasad_item_right .title_p br {
    display: none;
  }

.price_wrap_slider_okna .slide img {
    min-height: 400px;
  }

.proizvodit_wrap_item img {
    width: 100%;
  }

.pochemu_wrap_okna_items {
    grid-template-columns: 1fr;
  }

.carousel-type-1 .review-item a {
    flex-direction: column;
  }

.carousel-type-1 .description .title {
    padding: 0 !important;
    margin-top: 15px;
  }

.question_okna {
    grid-template-columns: 1fr;
  }

.question_okna h2 {
    color: #1ec3f1;
  }

.question_okna h2 br {
    display: none;
  }

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) ul {
    font-size: 14px;
  }

.proizvodit_wrap_items .proizvodit_wrap_item:nth-child(1) {
    padding: 10px;
  }

.steps_wrap_fasad_item {
    gap: 0 20px;
  }
}

@media (max-width: 330px)
{
.type_fasad_item .price {
    font-size: 14px;
  }
}

.upgrade_one_left .subtitle {
  font-size: 24px;
  font-weight: 500;
}

.pred_up_bottom a {
  margin: 10px 0;
}

.pred_up_bottom p {
  font-weight: 500;
}

.pred_up_bottom p span {
  color: red;
}

.price_up_banner {
  background: url("/wp-content/uploads/2024/02/fon_white_banner.png") 0 0 /
    contain no-repeat;
  width: 310px;
  height: 110px;
  padding: 15px 45px;
  position: absolute;
  bottom: 170px;
  left: -35px;
}

.price_up_banner span {
  display: block;
}

.price_up_banner span.old {
  font-size: 24px;
  text-decoration: line-through;
  color: #000;
}

.price_up_banner span.new {
  font-size: 32px;
  color: #1fc2f0;
  font-weight: bold;
}

.otlichie_upgrade_item .title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 0 0;
}

.otlichie_upgrade_item .subtitle {
  margin-bottom: 15px;
  color: #ff8b15;
  min-height: 46px;
}

.otlichie_upgrade_item .title span {
  color: #1bc1ef;
  font-weight: bold;
}

.otlichie_upgrade_item .price {
  margin: 10px 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otlichie_upgrade_item .price strong {
  margin-right: 10px;
  font-size: 20px;
}

.akcia_up_item_right p.subtitle {
  font-size: 20px;
  color: #1fc2f0;
}

.white_wrap {
  position: relative;
}

.white_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 400px;
  background: #f7f7fa;
  z-index: -1;
}

.white_up_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  background: #fff url("/wp-content/uploads/2024/02/left_fon_white.png") -8% center /
    contain no-repeat;
  box-shadow: 0px 7px 20px 0px #0000001a;
  border-radius: 10px;
  min-height: 755px;
  position: relative;
}

.white_up_item_left img {
  margin-left: auto;
  width: 350px;
}

.white_up_item_right {
  padding-right: 50px;
}

.white_up_item_right h2 {
  font-size: 40px;
  font-weight: 600;
}

.white_up_item_right p {
  font-size: 24px;
}

.white_up_item_right .subtitle {
  font-size: 20px;
  color: #1fc2f0;
  margin-bottom: 20px;
}

.white_up_item_right ul {
  margin: 30px 0 30px 25px;
}

.white_up_item_right ul li {
  margin: 10px 0;
  list-style-type: disc;
}

.petl_item span.active .close {
  display: block;
}

.girl_up_item_right .h4 {
  font-size: 20px;
  font-weight: bold;
}

.bol_up_wrap .icon_advantage {
  text-align: center;
}

.obl_up_wrap .subtitle {
  font-size: 24px;
  color: #1fc2f0;
  font-weight: bold;
}

.enginer_up_wrap .container {
  position: relative;
}

.enginer_up_wrap .container::after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/02/rule1.png") 0 0 / contain
    no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -55px;
  right: -35px;
}

@media (max-width: 1080px)
{
.white_up_items {
    grid-template-columns: 1fr;
    background: #fff;
    padding: 20px;
  }

.white_up_item_left img {
    max-width: 100%;
    margin: 0 auto;
  }

.price_up_banner {
    left: 10%;
  }

.enginer_up_wrap .container::after {
    position: static;
    max-width: 100%;
  }
}

@media (max-width: 630px)
{
.otlichie_wrap h2,
  .akcia_up_item_right h2,
  .steklo_up_item_left h2,
  .white_up_item_right h2,
  .sku_up_item_left h2,
  .girl_up_item_right h2,
  .bol_up_wrap h2,
  .obl_up_wrap h2,
  .enginer_up_wrap h2,
  .ost_wrap_up h2 {
    font-size: 26px;
  }

.white_up_item_right .subtitle,
  .white_up_item_right p {
    font-size: 16px;
  }

.white_up_item_right ul {
    font-size: 14px;
  }

.obl_up_wrap .subtitle {
    font-size: 16px;
  }

.white_up_item_right {
    padding: 0;
  }
}

@media (max-width: 550px)
{
.otlichie_upgrade_item .price {
    padding: 0 20px;
  }

.girl_up_item_right .h4 {
    font-size: 16px;
  }

.otlichie_wrap h2,
  .akcia_up_item_right h2,
  .steklo_up_item_left h2,
  .white_up_item_right h2,
  .sku_up_item_left h2,
  .girl_up_item_right h2,
  .bol_up_wrap h2,
  .obl_up_wrap h2,
  .enginer_up_wrap h2,
  .ost_wrap_up h2 {
    font-size: 18px;
  }

.upgrade_one_left .subtitle {
    font-size: 16px;
  }

.price_up_banner {
    left: 10px;
    bottom: 50px;
    width: 248px;
  }

.price_up_banner span.old {
    font-size: 16px;
  }

.price_up_banner span.new {
    font-size: 24px;
  }

.otlichie_upgrade_item .title {
    font-size: 18px;
  }

.enginer_up_wrap .container::after {
    display: none;
  }

.white_up_item_left img {
    max-height: 250px;
    object-fit: contain;
  }
}

@media (max-width: 450px)
{
.otlichie_upgrade_item .subtitle {
    min-height: max-content;
  }

.btn_main_banner span {
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }

.btn_main_banner span b {
    left: 47%;
  }
}

@media (max-width: 360px)
{
.btn.primary {
    font-size: 14px;
    padding: 10px;
  }

.price_items .price_item .price_b .new_price {
    font-size: 17px;
  }
}

.section_sistem_otkr h2 {
  font-size: 40px;
  font-weight:600;
}

.base_complekt {
  display: none;
}

.modal-window-title {
  display: none;
}

.sistem_otkr_item .btn {
  width: 100%;
  text-align:center;
}

.zamer_section {
  background:url('/wp-content/uploads/2025/10/zamer_bg.png') 0 0 / cover no-repeat;
}

.zamer_section p {
  margin:15px 0;
  font-weight:500;
  font-size:18px;
}

.zamer_section p.last {
  font-weight:bold;
}

.zamer_section h2 {
  font-size:40px;
  font-weight:600;
}

.zamer_bg {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:center;
}

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

@media (max-width: 992px)
{
.section_sistem_otkr h2 {
    font-size:30px;
  }

.zamer_section h2 {
    font-size:28px;
  }

.zamer_section p {
    font-size:14px;
  }

.zamer_section {
    padding:30px 0;
  }
}

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

.zamer_section h2 {
    font-size:24px;
  }

.zamer_bg {
    grid-template-columns:1fr;
  }
}

.section_bulid h2 {
  font-weight:bold;
  font-size:40px;
}

.section_bulid h2 span {
  font-weight:bold;
  color:#13A4CD;
  
}

@media (max-width: 995px)
{
.section_bulid h2 {
      font-size:28px;
      text-align: center;
  }
}


.land-v4.mainpage-banner .title {
	color:#316593;
	}

.land-v4.mainpage-banner .descr {
	background:#399FD0;
	}

  @media screen and (min-width: 768px) {
    .land-v4.vesen_banner {
      background-image: url('/wp-content/uploads/2026/03/banner-spring-2026.webp');
    }
  }
.land-v4.vesen_banner {
	min-height: 570px;
    padding: 60px 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
 }

.land-v4.vesen_banner .pred {
	background: #63C2E3;
	color:#fff;
	padding:15px 25px;
	border-radius:30px;
	font-size:22px;
	margin-bottom: 20px;
	max-width:max-content;
 }

.land-v4.vesen_banner .title {
	  color:#316593;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    text-transform: uppercase;
 }

.land-v4.vesen_banner .mainpage-banner__button {
	display:flex;
	gap:15px;
  margin-top: 20px;
 }

.land-v4.vesen_banner .descr {
	font-size:26px;
	background:none;
	border-radius:0;
	color:#000;
	padding: 0;
	font-family:inherit;
	font-weight:500;
  margin-top: 20px;
 }

.mainpage-banner__text {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 400px;
  height: 140px;
  padding: 15px 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  justify-content: center;
  border: 2px solid #1fc2f0;
}

.log_rehau {
	position:absolute;
	bottom:5%;
	right:5%;
	background:#fff;
	border-radius:20px;
 }

.reviews_block_wrap {
  background: url('/wp-content/themes/shablon/img/review_back.webp') 0 0 / cover no-repeat;
 }

.trig_form_bottom {
  background: url('/wp-content/uploads/2024/03/back2.webp') 0 0 / cover no-repeat;
 }

.sales_block_wrap {
  background: url('/wp-content/uploads/2024/03/back5.webp') 0 0 / cover no-repeat;
 }

@media screen and (max-width: 1920px)
{
.land-v4.vesen_banner  {
		padding-bottom: 175px;
	}
}

@media screen and (max-width: 1080px)
{
.mainpage-banner__text {
    height:100px;
    font-size:16px;
    padding:10px;
  }

.land-v4.vesen_banner .title {
    font-size:36px;
    line-height: normal;
  }

.land-v4.vesen_banner .descr {
		font-size:22px;
	}
}

@media screen and (max-width: 769px)
{
.mainpage-banner__text {
    display: none;
  }

.mainpage-banner__button a {
    max-width: max-content;
  }

.land-v4.vesen_banner .mainpage-banner__button {
		flex-direction:column;
	}

.log_rehau {
		max-width:100px;
		margin:20px;
		display:block;
		position:static;
	}

.land-v4.vesen_banner {
		padding:30px 0 !important;
	}

.land-v4.vesen_banner .descr {
		font-size:15px;
	}

.land-v4.vesen_banner .pred {
		font-size:16px;
		padding:10px 15px;
	}
}

@media screen and (max-width: 550px)
{
.land-v4.vesen_banner {
    background-image: url('/wp-content/uploads/2026/04/mob_banners1.webp');
  }

.land-v4.vesen_banner .title {
    font-size:20px;
  }

.land-v4.vesen_banner .descr {
    font-size:14px;
  }

.land-v4.vesen_banner .pred {
    font-size:14px;
  }

.statistics {
    background: url('/wp-content/uploads/2026/04/static_mob.webp') 0 0 / cover no-repeat;
  }

.reviews_block_wrap {
    background: url('/wp-content/uploads/2026/04/review_mob.webp') 0 0 / cover no-repeat;
  }

.trig_form_bottom {
    background: url('/wp-content/uploads/2026/04/forma_bot_mob.webp') 0 0 / cover no-repeat;
  }
}
