html {
  overflow-x: hidden;
}

body {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}
.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;
}

.page-title-section h1 {
  padding: 30px 0;
  background: url(../img/title-bg.jpg) center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  text-align: center;
  font-size: 35px;
  color: #1a3e4c;
}

.group_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.taxonomy-description {
  padding: 40px 0 20px;
}
.taxonomy-description p {
  margin: 20px 0 0 0;
}
.taxonomy-description p:first-child {
  margin: 0;
}

.checkout-content {
  display: grid;
  grid-template-columns: 1fr 372px;
  gap: 40px;
  margin: 30px 0;
  min-height: max-content;
}

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

.checkout_step.active-step {
  display: block;
}
#delivery #map {
  margin: 15px 0;
}
.etaps_steps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.tovar_wraps {
  max-height: 450px;
  overflow: hidden;
  overflow-y: scroll;
}

.tovar_wraps::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd;
}

.tovar_wraps::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bb3636;
}

.tovar_wraps::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

.tovar_wraps .tech_okno p {
  grid-template-columns: 1fr 0.3fr;
  font-size: 13px;
  gap: 6px;
}
.etaps_steps a {
  background: #bb3636;
  cursor: pointer;
}

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

.cart-order__button a {
  background: #bb3636;
}

.cart-order__content {
  text-align: center;
  display: none;
}

.cart-order__content .cart-order__title {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  color: #bb3636;
  font-size: 30px;
}

.delivery_item {
  position: relative;
  padding: 20px;
}
.pick-date-delivery {
  margin-top: 20px;
  border-top: 2px solid #019fe9;
  border-bottom: 2px solid #019fe9;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.time_items,
.pay-methods {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.pickup_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.date_item,
.time_item {
  flex: 0 0 20%;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.date_item input,
.time_item input,
.pay_method input,
.pickup_item input {
  display: none;
}
.date_item input:checked + div,
.date_item input:hover + div,
.time_item input:checked + div,
.time_item input:hover + div,
.pay_method input:checked + div,
.pay_method input:hover + div {
  border: 2px solid #bb3636;
}
.date_item div,
.time_item div,
.pay_method div,
.pickup_item div {
  cursor: pointer;
  padding: 10px;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  text-align: center;
  transition: border 0.2s ease-out;
}

.pickup_item input:checked + div,
.pickup_item input:hover + div {
  border: 2px solid #bb3636;
}

.pay_method div {
  display: flex;
  align-items: center;
}

.pickup_item div p {
  margin: 0 0 5px 0;
}

.pay_method {
  flex: 0 0 33.3333%;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.pay_method img {
  margin-right: 10px;
}

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

.input-group {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.input-group label,
.input-group input {
  display: block;
  width: 100%;
}

.input-group input,
.input-group select {
  padding: 10px;
  border: 1px solid #e6e7e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.input-group input::placeholder {
  color: rgb(61, 61, 61);
  font-size: 16px;
}
.input-group input:focus::placeholder {
  color: transparent;
}
.date_wrap p {
  margin: 0 10px 0 0;
  width: 150px;
  display: inline;
}
.date_wrap label {
  display: flex;
  align-items: center;
  margin: 15px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid #eaeaea;
  border-radius: 5px;
  gap: 10px;
}

.time_wrap {
  display: flex;
  align-items: flex-start;
}

.time_wrap select {
  padding: 5px;
  width: 150px;
  border: 2px solid #e6e7e8;
  border-radius: 5px;
  margin: 5px 10px;
}

.date_wrap {
  margin: 10px 0;
}
.date_wrap select {
  padding: 5px;
  width: 150px;
  border: 2px solid #e6e7e8;
  border-radius: 5px;
  display: inline;
}
.input-group label {
  font-weight: 500;
  margin: 10px 0;
}
.order_complete {
  padding: 40px 0;
}
.order_complete .custom_num {
  background: #f8f8f8;
  pointer-events: none;
}
.order_complete .custom_num .minus,
.order_complete .custom_num .plus {
  display: none;
}
.product_tab-bar {
  display: flex;
  align-items: center;
}

.tab-bar_item {
  display: flex;
  align-items: center;
}

.tab-bar_item img {
  margin-right: 10px;
}
.tab-bar_item.active,
.user_pick.active {
  border: 2px solid #bb3636;
}
.tab-bar_item:hover,
.user_pick:hover {
  border: 2px solid #bb3636;
}
.tab-bar_item,
.user_pick {
  margin: 0 10px 0 0;
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #eaeaea;
  background: #fff;
  transition: border 0.2s ease-out;
}

.green_info {
  color:green;
}
.product_template .tab {
  padding: 15px 15px 15px 15px;
  background: #f5f5f5;
}
.product_template .tab h2 {
  margin-bottom: 15px;
}
.product_template .tab .params {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_template .tab .params ul {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.product_template .tab .params p {
  border-bottom: 2px dotted #eaeaea;
  font-size: 14px;
  margin-bottom: 10px;
}
.product_template .tab .params p span {
  float: right;
  background: #f5f5f5;
  padding: 1px;
  font-weight: bold;
}

.product_template .tab .tab-content-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product_template .tab .intsructions {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 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: #bb3636;
}

.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: #bb3636;
}

main a {
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6 {
  font-family: "IdealistSans";
  font-weight: bold
}

.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: #bb3636;
}

.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 #bb3636;
  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: #bb3636;
  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: #bb3636;
  position: relative;
  padding: 8px 15px 5px 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 3px;
  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: 32px;
}

#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: 10px;
}

#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: #bb3636;
  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: #bb3636;
  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: #bb3636 0 0;
  top: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.subtitle-section .lead:after {
  background: #bb3636 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;
}
.setka {
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.setka_wrap {
  position: relative;
}

.setka_wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: bold;
  background: #bb3636;
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
  font-size: 20px;
}

.setka_wrap span:hover {
  background: #0198c3;
}

.setka_wrap .tooltip {
  display: none;
  background: #fff;
  color: #000;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: max-content;
  position: absolute;
  top: -30px;
  left: -200px;
  border: 1px solid #999;
}
.setka_wrap:hover .tooltip {
  display: block;
}
#slider_nabor .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

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

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

#slider_nabor .owl-nav button {
  background: #bb3636;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 35px;
}
#slider_nabor .owl-nav button svg {
  width: 100%;
  height: 100%;
}
#slider_nabor .owl-nav button svg path {
  fill: #fff;
}

#slider_nabor .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

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

#montage_complekt .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

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

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

#montage_complekt .owl-nav button {
  background: #bb3636;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 35px;
}
#montage_complekt .owl-nav button svg {
  width: 100%;
  height: 100%;
}
#montage_complekt .owl-nav button svg path {
  fill: #fff;
}

#montage_complekt .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

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

#montage_complekt_2 .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

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

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

#montage_complekt_2 .owl-nav button {
  background: #bb3636;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 35px;
}
.head_category_modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.head_category_modal .setka {
  margin: 0;
}
#montage_complekt_2 .owl-nav button svg {
  width: 100%;
  height: 100%;
}
#montage_complekt_2 .owl-nav button svg path {
  fill: #fff;
}

#montage_complekt_2 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

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

.setka input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
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;
}

.page-breadcrumbs-section {
  padding: 10px 20px;
  height: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #111;
  text-align: left;
}

.new_page_breadcrumbs {
  display: block;
  text-align: left;
  margin:20px 0 0 0;
}

.page-breadcrumbs-section br {
  display: none;
}

.page-breadcrumbs-section a {
  color: #bb3636;
  display: inline-block;
  text-decoration: underline;
}

.page-breadcrumbs-section a:hover {
  text-decoration: none;
}

.page-breadcrumbs-section .separator {
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
}

.category-image {
  height: 500px;
  width: 100%;
  background-size: cover;
}

.boxed-items_msk {
  width: 100%;
}

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

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

.boxed-items_msk .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_msk .item .inner .overlay--text {
  color: #fff;
}

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

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

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

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

.filter-links_msk {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}

.filter-links_msk a {
  margin: 5px;
  background: #efefef !important;
  border: none;
}

.filter-links_msk a.active,
.filter-links_msk a:hover {
  background: #bb3636 !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 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.products-list .product .inner {
  border: 1px solid #fff;
  transition: all 0.2s;
  padding: 20px 15px;
  border-radius: 4px;
}

.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;
}
.page-template-template-cart-php,
.page-template-template-checkout {
  overflow: unset !important;
}

.products-list .product .inner .middle {
  position: relative;
  padding-top: 30px;
}

.products-list .product .inner .middle img {
  object-fit: contain;
  height: 210px;
}

.products-list .product .inner .middle .info-button {
  display: block;
  left: auto;
  width: 22px;
  height: 22px;
  background: url(../img/info.png) left top no-repeat;
  background-size: 22px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  transition: all 0.1s;
}

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

.agree {
  display: none;
}

.products-list .product .inner .middle span,
.products-list .product .inner .middle a.span {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 15px;
  color: #c3c3c3;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
  display: block;
  transition: all 0.2s;
}

.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;
}

.products-list .product .inner .middle .info {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.products-list .product .inner .middle .info ul {
  padding: 50px 0;
  color: #828282;
  font-size: 13px;
}

.products-list .product .inner .middle .info ul li {
  background-position: left 6px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 5px 16px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.products-list .product .inner .middle .info a {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  background-color: #bb3636;
  transition: background-color 0.2s;
  text-decoration: none;
}

.products-list .product .inner .middle .info a:hover {
  background-color: #019fe9;
}

.products-list .product:hover .inner {
  border-color: #d7d7d7;
}

.products-list .product.all-link {
  height: 100%;
}

.products-list .product.all-link a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #f7f7f7;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: 500;
  border-radius: 4px;
}

.products-list .product.all-link a img {
  display: block;
  margin-bottom: 20px;
}

.products-list .product.all-link a:hover {
  background: #ebebeb;
}

.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 #bb3636;
  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: #bb3636;
  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;
}

.wpcf7-spinner {
  display: none !important;
}

.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: #bb3636;
  line-height-text-transform: uppercase;
}

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

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

.trigger form {
  display: block;
}

.trigger form br {
  display: none;
}

/** Стили фильтра**/

.filtr_head_msk {
  margin-bottom: 50px;
}

.filtr_head_msk .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: #BD1D36;
  border-color: #BD1D36;
  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: #96162a;
  border-color: #96162a;
}

.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%;
}
.fancybox__container {
  z-index: 99999999999;
}

#modal_okno,
#modal_category {
  padding: 30px 30px 10px 30px;
}
#modal_okno {
  position: relative;
}
#modal_okno {
  cursor: default;
}
.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 {
  display: flex;
  gap: 0;
}

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

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

.setka {
  margin-bottom: 20px;
}

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

.modal-window-title {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
}

.cart-product__info-techs {
  margin: 0 0 15px 0;
}

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

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

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

.window-modal-tooltip {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #bb3636;
  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;
}
.wrap_vopros {
  background: #fff;
  position: relative;
  display: inline-block;
  margin-right: -4px;
  padding-right: 5px;
}
.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;
}

.fancybox__content {
  border-radius: 20px;
}

.anchors {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.anchors .anchor-wrapper {
  margin-bottom: 9px;
}

.anchors .anchor-wrapper .anchor {
  background: #fff;
}

.anchors .anchor-wrapper .anchor a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.anchors .anchor-wrapper .anchor a span {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.anchors .anchor-wrapper .anchor a img {
  display: block;
}

.anchors .anchor-wrapper:last-child {
  margin-bottom: 0;
}

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

.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;
}

.products-grid-type-1 .products-grid-row img {
  border: 1px solid #bb3636;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 25px auto;
}

.products-grid-type-1 .products-grid-row:nth-child(2n) {
  background: #f7f7f7;
}

.banner-parallax {
  font-family: "IdealistSans";
  height: 500px;
  position: relative;
  overflow: hidden;
  background: url("../img/banner-background.png") 50% 50% no-repeat;
  background-size: cover;
}

.banner_home,
.group1,
.group2,
.group3 {
  position: absolute;
}

.banner_home {
  right: -30px;
  bottom: 0;
  z-index: 5;
  max-width: 100%;
}

.el1 {
  top: 0;
  left: -85px;
}

.el2 {
  top: -68px;
  left: 38%;
}

.el3 {
  bottom: -181px;
  right: -216px;
  z-index: 6;
}

.el4 {
  top: 28%;
  left: 63%;
}

.el5 {
  bottom: -289px;
  left: -133px;
}

.el6 {
  left: 50%;
  top: 50%;
}

.el7 {
  right: 18%;
  bottom: -234px;
  z-index: 4;
}

.el8 {
  top: 50%;
  left: 21%;
}

.el9 {
  right: -120px;
  top: -150px;
  z-index: 8;
}
.cart-product__info-techs table {
  font-size: 15px;
}
.cart-product__info-techs table tr td:nth-child(1):before {
  content: "";
  width: 100%;
  height: 2px;
  z-index: 0;
  position: absolute;
  bottom: 6px;
  border-bottom: 2px dotted #000;
}

.cart-product__info-techs table tr td span {
  background: #f8f8f8;
  padding: 2px 0;
  z-index: 1;
  position: relative;
}

.cart-product__info-techs table tr td span.tooltip-image {
  position: absolute;
  top: 30px;
  bottom: auto;
  z-index: 100;
}

.cart-product__info-techs table tr {
  position: relative;
}

.head_podbor {
  margin-top: 20px;
}

.radio_buttons {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  position: relative;
  max-height: 180px;
  overflow-y: scroll;
}

.radio_buttons::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fd;
}

.radio_buttons::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bb3636;
}

.radio_buttons::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

.radio_buttons label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 5px;
  border-bottom: 1px dashed #999;
}

.tech_okno {
  border-top: 2px solid #000;
  margin-top: 10px;
}

.tech_okno p {
  margin: 5px 0;
  font-size: 15px;
  display: grid;
  grid-template-columns: 1fr 100px 30px;
  align-items: center;
  gap: 30px;
  font-weight: 400;
  color: #111111;
}
.tech_okno p span {
  color: #1a3e4c;
  font-weight: bold;
  text-align: right;
}
.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;
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: auto !important;
}

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

.podbor_complekt_msk {
  padding-bottom: 50px;
}

.all_montaj {
  max-width: max-content;
  margin: 5px 0 20px auto;
}

.cart_wraps {
  display: grid;
  grid-template-columns: 1fr 372px;
  gap: 40px;
  margin-top: 30px;
}

.cart_wraps.empty {
  grid-template-columns: 1fr;
}

.cart_right {
  padding: 0 0 15px 0;
}

.cart_right a:first-child {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
}

.banner-text-block {
  position: absolute;
  left: 263px;
  top: 45px;
  z-index: 12;
}

.banner-text-block .sale_text span {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.banner-text-block .yellow_text {
  font-weight: 900;
  margin-bottom: 22px;
  font-size: 82px;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 98px;
  text-transform: uppercase;
  color: #ffba19;
}

.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);
}

.banner-text-block small {
  font-size: 20px;
  line-height: 24px;
  margin-top: 35px;
  display: block;
  color: #ffffff;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
}

/** Теплое остекление балкона 2 (стили)**/

.doc_pdf {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

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

.doc_pdf li {
  display: grid !important;
  grid-template-columns: 0.2fr 1fr;
  gap: 10px;
  background: none !important;
  padding: 0 !important;
}

.doc_pdf li .name_doc {
  color: #000;
  transition: 0.3s all;
  font-weight: 500;
}

.doc_pdf li .name_doc:hover {
  color: #bb3636;
}

.doc_pdf li p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.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;
}

.doc_pdf li span {
  font-size: 12px;
  color: #000;
  opacity: 0.8;
}

.main_banner {
  min-height: 644px;
  display: flex;
  align-items: center;
}

.main_banner_child {
  border-radius: 20px;
  background: rgba(246, 246, 246, 0.7);
  width: max-content;
  backdrop-filter: blur(7.5px);
  padding: 25px;
  margin-bottom: 20px;
}

.main_banner_child h1 {
  margin: 0;
  font-size: 35px;
  line-height: 1;
}

.main_banner_child p {
  color: #bb3636;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}

.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 h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}
.information_block_wrap .grid {
  gap: 30px 50px;
}
img.infoimg1 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  max-width: 555px;
  max-height: 395px;
  object-fit: cover;
}
img.infoimg2 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  max-width: 555px;
  max-height: 895px;
  object-fit: cover;
}
img.infoimg3 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  max-width: 462px;
  max-height: 456px;
  object-fit: cover;
}
img.infoimg4 {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  max-width: 540px;
  max-height: 595px;
  object-fit: cover;
}
img.infoimg5 {
  border-radius: 15px;
  max-width: 431px;
  max-height: 634px;
  object-fit: cover;
}
img.infoimg6 {
  border-radius: 15px;
  max-width: 655px;
  max-height: 608px;
  object-fit: cover;
}
img.infoimg7 {
  border-radius: 15px;
  max-width: 655px;
  max-height: 534px;
  object-fit: cover;
}
img.infoimg8 {
  border-radius: 15px;
  max-width: 454px;
  max-height: 361px;
  object-fit: cover;
}
img.infoimg9 {
  border-radius: 15px;
  max-width: 454px;
  max-height: 486px;
  object-fit: cover;
}
.information_block_wrap p {
  margin: 25px 0;
}
.information_block_wrap span {
  color: #bb3636;
}
.information_block_wrap ul {
  padding-left: 25px;
}
.information_block_wrap ul li {
  list-style-type: disc;
}

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

.difference h2 span {
  color: #bb3636;
}

.difference table {
  width: 100%;
  text-align: center;
  margin: 60px 0;
  border-collapse: separate;
  border-spacing: 0 30px;
  display: block;
}
.difference table td {
  font-size: 20px;
  padding: 15px 0;
}
.difference table th {
  font-size: 20px;
  padding: 15px 0;
}
.difference table thead th:nth-child(2),
.difference table thead th:nth-child(3) {
  background: #bb3636;
  color: #fff;
  border-radius: 15px;
  font-size: 22px;
}

.two_images {
  display: grid;
  grid-template-columns: 0.24fr 1fr;
  gap: 15px;
}

.two_images .left_two_images img {
  border: 2px solid #999;
  padding: 2px;
  height: 120px;
  width: 120px;
  margin-bottom: 15px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 5px;
  transition: border 0.3s ease-out;
}
.two_images .left_two_images img.active {
  border: 2px solid #0095d9;
}
.two_images .left_two_images img:hover {
  border: 2px solid #0095d9;
}
.difference table tbody,
.difference table thead {
  display: block;
}
.difference table tbody {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px 20px;
  margin-top: 30px;
}
.difference table thead tr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
  width: 100%;
}
.difference table thead tr th {
  display: inline-block;
}
.difference table tbody tr {
  border-radius: 15px;
  background: #f9f8f8;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
  width: 100%;
}
.difference table tbody tr td {
  font-size: 18px;
}

.difference table tbody tr td:nth-child(1) {
  color: #bb3636;
  border: 1px solid #bb3636;
  border-radius: 15px;
}

.features_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.features_wrap h2 span {
  color: #bb3636;
}

.features_wrap .features_items_one {
  grid-gap: 30px 80px;
  align-items: center;
}

.features_wrap .features_item {
  position: relative;
}

.features_wrap .features_item span {
  background: #fff;
  padding: 20px;
  position: absolute;
  display: block;
  z-index: 1;
  font-size: 18px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 469px;
}
.features_wrap .features_item span strong {
  font-weight: normal;
  color: #bb3636;
}
.features_wrap .features_item:nth-child(1) span {
  border-radius: 0px 30px 30px 30px;
}
.features_wrap .features_item:nth-child(2) span {
  border-radius: 30px 0px 30px 30px;
}
.features_items_one .features_item:nth-child(1) span {
  bottom: 0;
  left: 230px;
}
.features_items_one .features_item:nth-child(2) span {
  bottom: 300px;
  left: -200px;
}

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

.features_wrap .features_item span b.b-right {
  display: block;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid #fff;
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
}
.gray-section {
  position: relative;
}

.gray-wrap {
  position: relative;
}
.gray-section .grid {
  grid-gap: 0 50px;
  align-items: center;
}
.gray-wrap ul {
  padding-left: 25px;
  margin: 20px 0;
}
.gray-wrap ul li {
  list-style-type: disc;
  margin: 0 0 5px 0;
  font-size: 18px;
}
.features_wrap
  .features_items_two
  .features_item:nth-child(1)
  span:nth-child(3) {
  top: 65px;
  left: 600px;
}
.features_wrap
  .features_items_two
  .features_item:nth-child(1)
  span:nth-child(5) {
  bottom: 615px;
  left: 560px;
}
.features_wrap .features_items_two .features_item:nth-child(2) span {
  bottom: 60px;
  left: -415px;
}
.features_wrap
  .features_items_two
  .features_item:nth-child(2)
  picture:nth-child(1)
  img {
  margin-top: 360px;
}
.features_wrap
  .features_items_two
  .features_item:nth-child(2)
  picture:nth-child(2)
  img {
  margin-top: 300px;
}
.features_wrap
  .features_items_two
  .features_item:nth-child(1)
  picture:nth-child(4)
  img {
  margin: 40px 0;
  padding-left: 80px;
}
.gray-section {
  margin-top: 120px;
}
.gray-section p {
  margin: 0 0;
  font-size: 18px;
  line-height: 28px;
}

.gray-section p span {
  color: #bb3636;
}

#slider_realized .disabled {
  display: flex;
}

#slider_realized .owl-dots.disabled {
  justify-content: center;
  margin-top: 30px;
}
#slider_realized .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.gray-bg {
  background: #f5f9fb;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.features_wrap .features_items_two {
  grid-gap: 30px 50px;
}

.help_wrap_block {
  border-radius: 20px;
  background: rgba(246, 246, 246, 0.7);
  backdrop-filter: blur(7.5px);
  width: max-content;
  padding: 25px;
}

.help_wrap_block h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
}

.help_wrap_block h2 span {
  color: #bb3636;
}

.help_wrap_block ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.help_wrap_block ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.help_wrap p {
  color: #111;
  margin: 30px 0;
  font-size: 18px;
}

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

.price_wrap h2 span {
  color: #bb3636;
}

.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: #bb3636;
  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;
}
.disc-ul ul {
  padding-left: 20px;
}
.disc-ul li {
  list-style: disc;
}

.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: #bb3636;
  font-size: 20px;
  font-weight: 600;
}

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

.realized_work_wrap h2 span {
  color: #bb3636;
}

#slider_realized .slide img {
  height: 414px;
  object-fit: cover;
  border-radius: 15px;
}

#slider_realized .slide {
  opacity: 0.5;
}

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

#slider_realized .owl-nav svg {
  width: 20px;
  height: 20px;
}

#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 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}

.partners_wrap h2 span {
  color: #bb3636;
}

.partners_wrap p {
  color: rgba(17, 17, 17, 0.5);
  font-size: 20px;
  font-style: italic;
}

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

.partners_logs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partners_logs img {
  margin: 15px;
  display: block;
  width: 35%;
}

.partners_logs img:nth-child(3) {
  max-width: 30%;
}

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

.question_wrap h2 span {
  color: #bb3636;
}

.accordeon .active {
  color: #bb3636;
}

.accordeon dl dt {
  position: relative;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  padding: 25px;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 25px;
  cursor: pointer;
}
.accordeon dl dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/uploads/2023/10/arrow_down.png") 0 0 / contain
    no-repeat;
  position: absolute;
  top: 25px;
  right: 25px;
}

.accordeon dl dd {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 0 25px 25px 25px;
}

.new_banner_wrap {
  background: url("/wp-content/uploads/2024/02/newgobanner.webp") 0 0 / cover
    no-repeat;
  min-height: 520px;
  padding: 50px 0;
}

.head_new_banner {
  display: flex;
  align-items: center;
  padding: 0 0 0 100px;
}

.head_new_banner .sale_title {
  font-weight: 600;
  margin: 0 80px 0 0;
  font-size: 35px;
}

.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;
}

.head_new_banner .sale_title span {
  color: #ff1010;
}

.bottom_new_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.left_bottom_new_banner {
  display: flex;
  align-items: center;
}

.bottom_new_banner_item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.bottom_new_banner_item p {
  font-size: 18px;
  color: #515151;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 15px;
}

.bottom_new_banner_item p span {
  color: #f15821;
}

.main_podrazdel_montaj h1 {
  font-size: 35px;
  background: #bb3636;
  color: #fff;
  width: max-content;
  margin: 25px auto 0 auto;
  padding: 20px 40px;
  border-radius: 10px;
}

.main_podrazdel_montaj ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
  font-size: 20px;
  color: #111;
  font-weight: 400;
  max-width: 800px;
  margin: 30px auto 0 auto;
}
.main_podrazdel_montaj ul li {
  padding: 10px 0;
}

.main_podrazdel_montaj ul li:nth-child(2) {
  border-left: 6px solid #f7f7f7;
  border-right: 6px solid #f7f7f7;
}
.main_podrazdel_montaj ul li a {
  color: #111;
  font-weight: 400;
}

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

.montaj_block_blue {
  border-radius: 10px;
  background: #ddf6fd;
  padding: 40px 60px;
  max-width: 900px;
  position: relative;
}

.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;
}

.montaj_block_blue .foto_comp_blue {
  position: absolute;
  top: 0;
  right: -35%;
}

.two_wrap_podrazdel_montaj {
  background: #f7f7f7;
}

.konstr-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}

.konstr-item {
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 0 25px;
  text-align: left;
}

.konstr-item p:nth-child(1) {
  font-weight: 500;
  margin-bottom: 15px;
}

.konstr-item p:nth-child(2) {
  font-weight: 400;
}

.shov_wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 30px;
}

.shov_wrap p {
  margin-bottom: 15px;
}
.shov_wrap ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.shov_wrap ul li {
  list-style: disc;
}

.shov_wrap img {
  border-radius: 15px;
}

.shov_wrap span {
  border-radius: 15px;
  padding: 30px;
  background: #ddf6fd;
  display: block;
  margin-top: 20px;
}

.prem_montaj_standart_bg {
  background: url("/wp-content/uploads/2023/12/opacity_bg.png") right bottom /
    contain no-repeat;
}
.prem_montaj_standart_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

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

.prem_montaj_standart_bg
  .prem_montaj_standart_items:nth-child(3)
  .prem_montaj_standart_item:nth-child(1) {
  grid-column: span 3;
  padding: 30px;
  border-radius: 20px;
  background: #f7f7f7;
  margin-top: 30px;
}

.zakaz_podrazdel_wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 450px 1fr;
  grid-gap: 30px;
  margin-top: 30px;
}

.zakaz_podrazdel_left img {
  width: 100%;
  object-fit: contain;
}

.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;
}

/** Стили деревеянные окна */

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

.prem_derevo .prem_derevo_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prem_derevo .prem_derevo_item img {
  margin-right: 10px;
}

.advantages_wrap_derevo_items .advantages_wrap_fasad_item {
  background: linear-gradient(
    87deg,
    rgba(30, 195, 241, 0.07) 4.01%,
    rgba(255, 255, 255, 0.4) 98.46%
  ) !important;
  justify-content: flex-end;
  border: 0 !important;
}

.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(3) .fon,
.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(7) .fon {
  background: transparent !important;
}

.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(3) p,
.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(7) p {
  color: #000;
}

.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(2) p,
.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(4) p,
.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(5) p,
.advantages_wrap_derevo_items .advantages_wrap_fasad_item:nth-child(7) p {
  color: #fff !important;
}
.advantages_wrap_derevo_items {
  gap: 20px !important;
}
.advantages_wrap_derevo_items .advantages_wrap_fasad_item {
  min-height: 210px !important;
}

.skidka_derevo_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-gap: 0;
}

.skidka_derevo_items .skidka_derevo_left {
  background: url("/wp-content/uploads/2023/12/bg_skidka.png") 0 0 / cover;
  border-radius: 15px 0 0 15px;
}

.skidka_derevo_items .skidka_derevo_right {
  padding: 60px;
  background: url("/wp-content/uploads/2023/12/bg_right_skidka.png") 0 0 / cover;
  border-radius: 0 15px 15px 0;
}

.skidka_derevo_items .skidka_derevo_right h2 {
  color: #111;
  font-size: 35px;
  font-weight: bold;
}

.skidka_derevo_items .skidka_derevo_right p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

.complekt_derevo_item_left .complekt_block_left:nth-child(1) {
  border-radius: 0px 10px 10px 10px;
  background: #ede2d6;
  margin-bottom: 20px;
  padding: 55px 85px;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(2) {
  border-radius: 0px 10px 10px 10px;
  background: #fff3cc;
  padding: 38px 85px;
}

.complekt_derevo_item_left .complekt_block_left p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.complekt_derevo_item_left .complekt_block_left ul li {
  padding: 15px 30px;
  color: #111;
  font-size: 16px;
}
.complekt_derevo_item_left .complekt_block_left:nth-child(1) ul {
  padding: 20px 0 0 20px;
}
.complekt_derevo_item_left .complekt_block_left:nth-child(1) ul li {
  background: #fff;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: 15px;
  position: relative;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(1) ul li::after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2023/11/plus20.png") 0 0 / contain
    no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(1) p::after {
  content: "";
  background: url("/wp-content/uploads/2023/12/chk-1.png") 0 0 / contain
    no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(2) p::after {
  content: "";
  background: url("/wp-content/uploads/2023/12/chk-1.png") 0 0 / contain
    no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(2) ul li {
  border: 1px solid #000;
  border-radius: 0px 10px 10px 10px;
  margin-bottom: 15px;
}

.complekt_derevo_item_left .complekt_block_left:nth-child(2) span {
  text-align: right;
  display: block;
}

.complekt_derevo_item_right {
  background: url("/wp-content/uploads/2023/12/fon_right_complekt.png") 0 0 /
    cover no-repeat;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloknot_bg {
  background: url("/wp-content/uploads/2023/12/bloknot_bg.png") 0 0 / contain
    no-repeat;
  width: 287px;
  height: 492px;
  padding: 60px 25px 30px 20px;
}

.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%;
}

.material_derevo_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}

.material_derevo_item p {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.material_derevo_item img {
  margin: 0 auto;
  display: block;
}

.kakie_derevynnie_okna_bg {
  background: url("/wp-content/uploads/2023/12/izgotov_bg.png") 0 0 / cover
    no-repeat;
}

.izgotovlenie_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 30px;
}

.izgotovlenie_items .izgotovlenie_item {
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
}

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

.izgotovlenie_items .izgotovlenie_item:nth-child(1) {
  background: url("/wp-content/uploads/2023/12/izgotovelement1.png") 0 0 / cover
    no-repeat;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.izgotovlenie_items .izgotovlenie_item:nth-child(1) p {
  margin: 10px 0;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

.izgotovlenie_items .izgotovlenie_item img {
  margin: 0 auto;
}

.izgotovlenie_items .izgotovlenie_item p {
  font-size: 16px;
}

.derevo_skidka_wrap_bg {
  background: url("/wp-content/uploads/2023/12/derevo_skidka_bg.png") 0 0 /
    cover no-repeat;
  padding: 100px 0;
}

.derevo_skidka_wrap {
  border-radius: 10px;
  border: 7px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.derevo_skidka_wrap img {
  position: absolute;
  bottom: -100px;
  right: -130px;
}

.derevo_skidka_wrap h2 {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}

.derevo_skidka_wrap p {
  font-size: 20px;
  margin: 20px 0;
}

#video_modal video {
  width: 100%;
  border-radius: 10px;
}

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

#video_modal {
  padding: 10px;
}

.video_bg {
  position: relative;
}

.bg_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg_play img {
  width: 80px;
  height: 80px;
}

/** Стили Новых страниц Заработвайте вместе, Станьте партнером, Сотрудничество с строителями */
.banner_work h1 {
  font-size: 35px;
}

.banner_work .bread {
  margin-bottom: 20px;
}
.banner_work p {
  font-size: 20px;
}
.banner_work {
  min-height: 680px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner_work .container {
  z-index: 1;
}
.banner_work::after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: 0;
  width: 50%;
  height: 1200px;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 600px;
  border-bottom-right-radius: 600px;
}

.banner_work p {
  margin-bottom: 20px;
}

.kogo_wrap h2 {
  font-weight: bold;
}

.sotr_wrap_slider h2 {
  font-weight: bold;
  font-size: 35px;
}

.sotr_wrap_slider .owl-dots {
  text-align: center;
}

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

.kogo_items .kogo_item {
  background: #ffffff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
.kogo_items .kogo_item span {
  font-weight: bold;
  font-size: 70px;
  color: #bb3636;
}
.kogo_items .kogo_item p {
  font-size: 18px;
  font-weight: 500;
}

.about_three_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  align-items: center;
}

.about_three_items h2 {
  font-weight: bold;
  font-size: 35px;
}

.about_three_items p {
  font-size: 16px;
  margin-bottom: 15px;
}

.about_three_items a {
  margin-top: 20px;
}

.about_three_items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.about_three_items ul img {
  max-height: 58px;
}

.about_three_items ul span {
  font-weight: bold;
  font-size: 40px;
  color: #bb3636;
}

.about_three_items ul p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.about_three_items ul .title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}
.about_three_items ul .desc {
  font-size: 14px;
}
.sotr_wrap h2 {
  font-size: 35px;
  font-weight: bold;
}

.prem_wrap h2 {
  font-size: 35px;
  font-weight: bold;
}

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

.prem_items .prem_item img {
  border-radius: 30px;
}

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

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

.sotr_wrap a {
  margin: 30px auto 0 auto;
  display: block;
  max-width: max-content;
}

.rabotaem_items .rabotaem_item {
  background: #ffffff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.rabotaem_items .rabotaem_item .head_rab {
  display: flex;
  align-items: center;
}

.rabotaem_items .rabotaem_item .head_rab span {
  font-weight: bold;
  font-size: 70px;
  color: #bb3636;
  position: relative;
  z-index: 1;
}

.rabotaem_items .rabotaem_item .head_rab img {
  margin-left: -10px;
}

.rabotaem_items .rabotaem_item p {
  font-size: 14px;
}
.uznat_wrap .ost_up_items::after {
  display: none;
}
.uznat_wrap .ost_up_items form {
  margin-top: 20px;
}
.uznat_wrap .ost_up_items form input {
  padding: 12px;
}
.sotr_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sotr_items .sotr_item {
  background: #ffffff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.sotr_items .sotr_item img {
  margin: 0 auto;
  height: 82px;
}

.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;
}

.sotr_items .sotr_item .desc {
  color: #999;
  font-size: 14px;
}

.seo_work_left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.garant_sotr h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}

.garant_sotr .owl-dots {
  text-align: center;
}

.algoritm_wrap h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

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

.algoritm_items .algoritm_item {
  background: #ffffff;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

.algoritm_items .algoritm_item span {
  position: absolute;
  top: 5px;
  right: 20px;
  font-weight: 500;
  font-size: 80px;
  color: #1caad2;
  opacity: 0.1;
}

.algoritm_items .algoritm_item img {
  height: 90px;
}

.algoritm_items .algoritm_item .title {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
}
.uznat_wrap {
  min-height: 344px;
  display: flex;
  align-items: center;
  position: relative;
}

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

.uznat_wrap h2 {
  font-size: 35px;
  font-weight: bold;
}

.primer_wrap h2 {
  font-size: 35px;
  font-weight: bold;
}

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

.uznat_wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.seo_work {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 100px;
}

.seo_work h2 {
  font-weight: bold;
  font-size: 35px;
}

.seo_work p {
  font-size: 16px;
  margin-bottom: 15px;
}

.primer_vip_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.primer_vip_items .primer_vip_item {
  color: #000;
}
.primer_vip_items .primer_vip_item .foot_primer {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.primer_vip_items .primer_vip_item img {
  border-radius: 10px;
  width: 100%;
  transition: 0.3s all;
}
.primer_vip_items .primer_vip_item .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.primer_vip_items .primer_vip_item .thumb:hover img {
  transform: scale(1.1);
}
.primer_vip_items .primer_vip_item .title {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}

.primer_vip_items .primer_vip_item .foot_primer div {
  display: flex;
  align-items: center;
}

.primer_vip_items .primer_vip_item .foot_primer div span {
  font-weight: bold;
  font-size: 30px;
  color: #bb3636;
}
.primer_vip_items .primer_vip_item .foot_primer div p {
  margin: 0 10px;
}

.ost_up_items form {
  max-width: 650px;
}

.ost_up_items form input,
.ost_up_items form button {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #999;
}

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

.ost_up_items form .wpcf7-list-item {
  font-size: 14px;
}

.ost_up_items form p span {
  color: inherit;
}

.table_dostavka_wrap h2 {
	font-weight: bold;
	text-align: center;
}
.table_dostavka_wrap table {
	width: 100%;
	text-align: left;
	border-collapse: initial;
	border-spacing: 5px;
}
.table_dostavka_wrap table tr th {
	background: #186980;
	color:#fff;
	padding:10px 20px;
	border-radius: 10px;
	margin:0 5px;
}
.table_dostavka_wrap table tr th:nth-child(1) {
	width:70%;
}

.table_dostavka_wrap table tr th:nth-child(2) {
	width:30%;
}

.table_dostavka_wrap table tr td {
	padding:10px 20px;
	background: #EDEDED;
	border-radius: 10px;
}

.dostavim_section_two h2 {
	font-weight: bold;
	text-align: center;
}


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

.dostavim_two_items div {
	text-align: center;
}

.dostavim_two_items div img {
	margin:0 auto;
}

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

@media screen and (min-width: 767px) {
  .all_montaj br {
    display: none;
  }
}

/* Stable category product modal */
.fancybox__content#modal_category {
  --category-modal-ink: #173b4b;
  --category-modal-muted: #687b86;
  --category-modal-accent: #c91d3d;
  --category-modal-accent-dark: #a9142f;
  --category-modal-panel: #f5f8fa;
  --category-modal-line: #dfe7eb;
  display: flex !important;
  flex-direction: column;
  width: min(1120px, calc(100vw - 24px)) !important;
  height: min(610px, calc(100vh - 24px)) !important;
  height: min(610px, calc(100dvh - 24px)) !important;
  min-height: 0;
  max-width: none;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  padding: 0;
  overflow: hidden;
  color: var(--category-modal-ink);
  background: #fff;
  border: 1px solid rgba(23, 59, 75, 0.08);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(5, 24, 34, 0.28);
}

.fancybox__content#modal_category > .carousel__button.is-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
  width: 38px;
  height: 38px;
  color: var(--category-modal-ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--category-modal-line);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(23, 59, 75, 0.14);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.fancybox__content#modal_category > .carousel__button.is-close:hover {
  color: #fff;
  background: var(--category-modal-accent);
  transform: rotate(4deg) scale(1.04);
}

#modal_category .category-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  max-width: none;
  padding: 22px 26px;
  overflow: hidden !important;
}

#modal_category .attr {
  min-height: 100%;
}

#modal_category .window-modal {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 26px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

#modal_category .window-modal .modal-left-content,
#modal_category .window-modal .modal-right-content {
  width: 100%;
  max-width: none;
}

#modal_category .window-modal .modal-left-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 0;
  padding: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(31, 194, 240, 0.12), transparent 34%),
    linear-gradient(145deg, #f9fbfc, #eef4f6);
  border: 1px solid var(--category-modal-line);
  border-radius: 18px;
}

#modal_category .window-modal .modal-left-content img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
}

#modal_category .window-modal .modal-right-content {
  min-height: 0;
  padding: 0;
}

#modal_category .modal-window-title {
  margin: 0 42px 8px 0;
  color: var(--category-modal-ink);
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#modal_category .cart-product__info-techs {
  padding-bottom: 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid var(--category-modal-line);
}

#modal_category .cart-product__info-techs table {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  color: var(--category-modal-ink);
  font-size: 13px;
  border-collapse: collapse;
}

#modal_category .cart-product__info-techs table td {
  padding: 3px 0;
  vertical-align: bottom;
}

#modal_category .cart-product__info-techs table td:first-child {
  width: 100%;
  overflow: hidden;
}

#modal_category .cart-product__info-techs table tr td:first-child::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

#modal_category .cart-product__info-techs table td:first-child > span,
#modal_category .cart-product__info-techs table td:first-child > strong {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
}

#modal_category .cart-product__info-techs table td:first-child > span::after,
#modal_category .cart-product__info-techs table td:first-child > strong::after {
  content: "";
  flex: 1 1 auto;
  min-width: 18px;
  margin: 0 5px 4px;
  border-bottom: 1px dotted #8ea0a9 !important;
}

#modal_category .cart-product__info-techs table td:last-child {
  padding-left: 8px;
  color: var(--category-modal-ink);
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

#modal_category .all_montaj {
  width: 100%;
  max-width: none;
  min-height: 44px;
  margin: 8px 0 0;
  color: #fff;
  background: linear-gradient(135deg, var(--category-modal-accent), #df3150) !important;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(201, 29, 61, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#modal_category .all_montaj:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(201, 29, 61, 0.28);
}

#modal_category .setka {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  padding: 10px;
  background: var(--category-modal-panel);
  border: 1px solid var(--category-modal-line);
  border-radius: 14px;
  cursor: pointer;
}

#modal_category .setka input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--category-modal-accent);
}

#modal_category .setka .label_title {
  margin-bottom: 3px;
  color: var(--category-modal-ink);
  font-size: 15px;
  font-weight: 800;
}

#modal_category .setka .right_setka > span {
  color: var(--category-modal-muted);
  font-size: 12px;
  line-height: 1.3;
}

#modal_category .dop_advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#modal_category .dop_advantages .label,
#modal_category .dop_advantages .label.vodootliv_main {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--category-modal-line);
  border-radius: 14px;
}

#modal_category .dop_advantages .label .text_advant .head {
  min-height: 34px;
  margin-bottom: 6px;
}

#modal_category .dop_advantages .label .text_advant .title {
  margin: 0;
  color: var(--category-modal-ink);
  font-size: 12px;
  line-height: 1.3;
}

#modal_category .dop_advantages select {
  width: 100%;
  height: 40px;
  padding: 0 38px 0 12px;
  color: var(--category-modal-ink);
  background-color: var(--category-modal-panel);
  border: 1px solid #c9d4da;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#modal_category .dop_advantages select:focus {
  border-color: var(--category-modal-accent);
  box-shadow: 0 0 0 3px rgba(201, 29, 61, 0.12);
}

#modal_category .window-modal-tooltip {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  color: #fff;
  background: var(--category-modal-accent);
  line-height: 22px;
  box-shadow: 0 4px 12px rgba(201, 29, 61, 0.22);
}

#modal_category .footer_category {
  position: relative;
  bottom: auto;
  left: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 68px;
  padding: 10px 26px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--category-modal-line);
  box-shadow: 0 -12px 32px rgba(23, 59, 75, 0.06);
  backdrop-filter: blur(12px);
}

#modal_category .footer_category p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  color: var(--category-modal-muted);
  font-size: 13px;
  line-height: 1.2;
}

#modal_category .footer_category p small {
  color: var(--category-modal-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#modal_category .footer_category p > span {
  color: var(--category-modal-ink);
  font-size: 19px;
  font-weight: 500;
}

#modal_category .footer_category .succes_add_modal {
  min-width: 260px;
  min-height: 46px;
  padding: 10px 20px !important;
  color: #fff;
  background: linear-gradient(135deg, var(--category-modal-accent), #df3150) !important;
  border: 0;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(201, 29, 61, 0.22);
  font-size: 16px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#modal_category .footer_category .succes_add_modal:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(201, 29, 61, 0.3);
}

#modal_category .footer_category.is-loading .succes_add_modal,
#modal_category .footer_category .succes_add_modal[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.46;
  box-shadow: none;
}

#modal_category.is-loaded .attr > .window-modal {
  animation: categoryModalContentIn 0.28s ease both;
}

.category-modal-loader {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  gap: 26px;
  height: 100%;
  min-height: 0;
}

.category-modal-loader__media,
.category-modal-loader__details {
  border-radius: 18px;
}

.category-modal-loader__media {
  position: relative;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #eef3f5;
  border: 1px solid var(--category-modal-line);
}

.category-modal-loader__window {
  display: block;
  width: 42%;
  height: 62%;
  border: 8px solid rgba(23, 59, 75, 0.1);
  box-shadow: inset 0 0 0 2px rgba(23, 59, 75, 0.05);
  transform: skewY(-4deg);
}

.category-modal-loader__window::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background: rgba(23, 59, 75, 0.1);
}

.category-modal-loader__details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 8px 0;
}

.category-modal-loader__line,
.category-modal-loader__button,
.category-modal-loader__control,
.category-modal-loader__media::after {
  background: linear-gradient(100deg, #edf2f4 20%, #f9fbfc 38%, #edf2f4 56%);
  background-size: 220% 100%;
  animation: categoryModalShimmer 1.25s linear infinite;
}

.category-modal-loader__media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.66;
}

.category-modal-loader__line {
  display: block;
  width: 100%;
  height: 14px;
  border-radius: 999px;
}

.category-modal-loader__line--title {
  width: 86%;
  height: 28px;
  margin-bottom: 8px;
}

.category-modal-loader__line--short {
  width: 66%;
}

.category-modal-loader__line--heading {
  width: 58%;
  height: 22px;
  margin-top: 14px;
}

.category-modal-loader__button {
  display: block;
  width: 78%;
  height: 50px;
  margin: 4px 0 4px auto;
  border-radius: 12px;
}

.category-modal-loader__control {
  display: block;
  width: 100%;
  height: 58px;
  border-radius: 12px;
}

.category-modal-loader__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.category-modal-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 40px;
  color: var(--category-modal-ink);
  text-align: center;
}

.category-modal-error__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  color: #fff;
  background: var(--category-modal-accent);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
}

.category-modal-error strong {
  margin-bottom: 7px;
  font-size: 22px;
}

.category-modal-error > span:not(.category-modal-error__icon) {
  color: var(--category-modal-muted);
}

.category-modal-retry {
  min-height: 44px;
  margin-top: 20px;
  padding: 0 22px;
  color: #fff;
  background: var(--category-modal-accent);
  border: 0;
  border-radius: 11px;
  font-weight: 800;
  cursor: pointer;
}

@keyframes categoryModalShimmer {
  to {
    background-position-x: -220%;
  }
}

@keyframes categoryModalContentIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .fancybox__content#modal_category {
    width: calc(100vw - 24px) !important;
    height: min(650px, calc(100vh - 24px)) !important;
    height: min(650px, calc(100dvh - 24px)) !important;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
  }

  #modal_category .category-modal__body {
    padding: 12px;
  }

  #modal_category .window-modal,
  .category-modal-loader {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 130px minmax(0, 1fr);
    gap: 12px;
    height: 100%;
  }

  #modal_category .window-modal .modal-left-content,
  .category-modal-loader__media {
    position: relative;
    width: 100%;
    height: 130px;
    min-height: 0;
  }

  #modal_category .window-modal .modal-right-content {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .fancybox__content#modal_category {
    width: calc(100vw - 32px) !important;
    height: min(650px, calc(100vh - 32px)) !important;
    height: min(650px, calc(100dvh - 32px)) !important;
    max-width: 100%;
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    max-height: 100%;
    border-radius: 14px;
  }

  .fancybox__content#modal_category > .carousel__button.is-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #modal_category .category-modal__body {
    padding: 10px;
  }

  #modal_category .window-modal,
  .category-modal-loader {
    grid-template-rows: 150px minmax(0, 1fr);
    gap: 8px;
  }

  #modal_category .window-modal .modal-left-content,
  .category-modal-loader__media {
    height: 150px;
    min-height: 0;
    border-radius: 14px;
  }

  #modal_category .window-modal .modal-left-content img {
    transform: scale(1.35);
    transform-origin: center;
  }

  #modal_category .modal-window-title {
    margin-right: 36px;
    margin-bottom: 6px;
    font-size: 18px;
  }

  #modal_category .cart-product__info-techs {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  #modal_category .cart-product__info-techs table {
    margin-bottom: 6px;
    font-size: 11.5px;
    table-layout: fixed;
  }

  #modal_category .cart-product__info-techs table td {
    padding: 2px 0;
  }

  #modal_category .cart-product__info-techs table td:first-child {
    width: auto;
    min-width: 0;
  }

  #modal_category .cart-product__info-techs table td:last-child {
    width: 58px;
    padding-left: 4px;
  }

  #modal_category .dop_advantages {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  #modal_category .dop_advantages .label,
  #modal_category .dop_advantages .label.vodootliv_main {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 6px 8px;
  }

  #modal_category .dop_advantages .label .text_advant {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    width: 100%;
  }

  #modal_category .dop_advantages .label .text_advant .head {
    min-height: 0;
    margin: 0;
  }

  #modal_category .dop_advantages .label .text_advant .title {
    font-size: 11px;
    line-height: 1.2;
  }

  #modal_category .dop_advantages select {
    height: 36px;
    min-width: 0;
    font-size: 16px;
  }

  #modal_category .all_montaj {
    min-height: 36px;
    margin-top: 6px;
    font-size: 12px;
  }

  #modal_category .setka {
    margin-bottom: 8px;
    padding: 8px;
  }

  #modal_category .setka .right_setka > span {
    display: none;
  }

  #modal_category .footer_category {
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-height: 64px;
    padding: 8px 10px;
  }

  #modal_category .footer_category p {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  #modal_category .footer_category p > span {
    font-size: 17px;
  }

  #modal_category .footer_category .succes_add_modal {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px !important;
    font-size: 13px;
  }

  .category-modal-loader__details {
    gap: 7px;
  }
}

@media (min-width: 901px) and (max-height: 650px) {
  .fancybox__content#modal_category {
    height: calc(100vh - 16px) !important;
    height: calc(100dvh - 16px) !important;
  }

  #modal_category .category-modal__body {
    padding: 12px 20px;
  }

  #modal_category .modal-window-title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #modal_category .cart-product__info-techs {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }

  #modal_category .cart-product__info-techs table {
    margin-bottom: 5px;
    font-size: 12px;
  }

  #modal_category .cart-product__info-techs table td {
    padding: 2px 0;
  }

  #modal_category .setka .right_setka > span {
    display: none;
  }

  #modal_category .dop_advantages .label,
  #modal_category .dop_advantages .label.vodootliv_main {
    padding: 8px;
  }

  #modal_category .dop_advantages select {
    height: 36px;
  }

  #modal_category .footer_category {
    min-height: 60px;
    padding-block: 7px;
  }
}

@media (max-width: 900px) and (max-height: 680px) {
  #modal_category .window-modal,
  .category-modal-loader {
    grid-template-rows: 72px minmax(0, 1fr);
  }

  #modal_category .window-modal .modal-left-content,
  .category-modal-loader__media {
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #modal_category *,
  #modal_category *::before,
  #modal_category *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

@media screen and (max-width: 767px) {
	.otdel_kachestva_wrap {
		grid-template-columns:1fr;
	}
  .page-content .modal-title {
    font-size: 20px;
  }
  .cart-order__button a {
    max-width: 100%;
    padding: 10px;
  }
  .head_category_modal {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .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;
  }
  .doc_pdf {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  .doc_pdf li {
    border-bottom: 2px dashed #bb3636;
    padding-bottom: 15px !important;
    margin: 0 !important;
  }
  .montaj_block_blue .text_block_blue p {
    font-size: 14px;
  }
  .foto_mob_blue {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .foto_comp_blue {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .banner-text-block {
    left: 190px;
  }

  .banner-text-block .sale_text {
    font-size: 26px;
  }

  .banner-text-block .yellow_text {
    font-size: 60px;
  }

  .banner-text-block .white_text {
    font-size: 31px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1399px) {
  .land-v4.mainpage-banner_msk {
    background-size: cover !important;
  }
  .checkout-form .input-group {
    margin: 0;
  }
  .typography-enabled p {
    font-size: 14px;
  }

  .el9 {
    top: -201px;
  }

  .el7 {
    right: 14%;
    bottom: -234px;
  }

  .banner-text-block {
    left: 170px;
  }

  .el8 {
    top: 38%;
    left: 18%;
  }

  .el6 {
    left: 42%;
    top: 53%;
  }

  .el5 {
    bottom: -328px;
    left: -133px;
  }

  .el1 {
    top: -61px;
    left: -87px;
  }

  .el2 {
    top: -68px;
    left: 30%;
  }

  .el4 {
    top: 13%;
    left: 57%;
  }
  .new_banner_wrap {
    background-position: 50% 0 !important;
  }
  .bottom_new_banner {
    justify-content: flex-start;
  }
}

@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;
  }
  .page-title-section h1 {
    font-size: 24px;
  }
  .checkout_step.active-step {
    padding: 0;
  }

  .pay_method {
    flex: 0 0 50%;
    width: 50%;
  }
  .pay_method div {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .table_wrap_okna table td,
  .table_wrap_okna table th {
    padding: 10px !important;
  }
  .banner_home {
    max-width: 615px;
  }

  .el7 {
    right: 25%;
    bottom: -130px;
    max-width: 314px;
  }

  .banner_work {
    background-position: 80% 0 !important;
  }



  .about_three_items p {
    font-size: 14px;
  }
  .about_three_items ul p {
    font-size: 14px;
  }
  .sotr_items .sotr_item .title {
    font-size: 16px;
  }
  .algoritm_items .algoritm_item .desc {
    font-size: 14px;
  }
  .seo_work p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .about_three_items h2,
  .kogo_wrap h2,
  .sotr_wrap h2,
  .garant_sotr h2,
  .algoritm_wrap h2,
  .seo_work h2,
  .ost_wrap_up .ost_up_items h2,
  .prem_wrap h2,
  .sotr_wrap_slider h2,
  .uznat_wrap h2,
  .primer_wrap h2 {
    font-size: 24px;
  }
  .primer_vip_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .ost_up_items form {
    max-width: 600px;
  }

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

  .uznat_wrap p br {
    display: none;
  }

  .seo_work {
    margin: 0;
  }

  #slider_nabor .owl-nav {
    display: none;
  }
  .material_derevo_items {
    grid-template-columns: repeat(3, 1fr);
  }

  .advantages_wrap_fasad .advantages_wrap_fasad_item p {
    font-size: 16px;
  }

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

  .skidka_derevo_items .skidka_derevo_left {
    height: 250px;
    border-radius: 15px 15px 0 0;
  }

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

  .montaj_block_blue,
  .montaj_block_blue .text_block_blue {
    max-width: 100%;
  }
  .montaj_block_blue .foto_comp_blue {
    position: static;
    margin: 0 auto;
  }
  .shov_wrap {
    grid-template-columns: 1fr;
  }
  .prem_montaj_standart_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .zakaz_podrazdel_wrap {
    grid-template-columns: 1fr;
  }
  .banner-text-block {
    left: 75px;
  }
  .features_items_one .features_item:nth-child(2) span {
    bottom: 340px;
    left: -235px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(3) {
    left: 400px;
  }


  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    picture:nth-child(4)
    img {
    padding: 0;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(5) {
    bottom: 640px;
    left: 400px;
  }

  #slider_realized .owl-nav .owl-prev {
    left: 30%;
  }
  #slider_realized .owl-nav .owl-next {
    right: 30%;
  }
  .accordeon dl dt {
    font-size: 18px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 992px) {
  .about_three_items {
    grid-template-columns: 1fr;
  }
  .prem_items {
    grid-template-columns: 1fr 1fr;
  }
  .rabotaem_items {
    grid-template-columns: 1fr 1fr;
  }
  .rabotaem_items .rabotaem_item:last-child {
    grid-column: span 2;
  }
  .rabotaem_items .rabotaem_item p br {
    display: none;
  }
  .banner_work::after {
    left: 0;
	top:0;
	width:100%;
	  height:100%;
	  border-radius:0;
  }
  .kogo_items {
    grid-template-columns: 1fr 1fr;
  }
  .sotr_items {
    grid-template-columns: 1fr 1fr;
  }
  .algoritm_items {
    grid-template-columns: 1fr 1fr;
  }
  .ost_work {
    margin-top: 0 !important;
  }
  .ost_up_items form {
    max-width: 530px;
  }

  .srok_wrap {
		grid-template-columns: 1fr !important;
	}

	.srok_right img {
		margin:0 auto;
	}
  .garant_sl_one span {
    font-size: 16px !important;
  }
	.vos_wrap {
		margin-top: 15px !important;
	}
  .srok_left ul li {
    gap:10px;
    font-size:14px !important;
  }
  .garant_sl_two span {
    font-size: 16px !important;
  }
  .srok_garant_section .sub_title {
    font-size: 14px !important;
  }
	.garant_sl_one, .garant_sl_two , .nastupil_garant_items{
		grid-template-columns: 1fr !important;
	}
	.garant_sl_one div:nth-child(1) {
		order:1;
	}
	.garant_sl_one div img, .garant_sl_two div img {
		margin:0 auto;
	}
	.garant_sl_one div:nth-child(2) {
		order:0;
	}
	.srok_garant_section .sub_title {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
  .rabotaem_items .rabotaem_item .head_rab span {
    font-size: 45px;
  }
  .prem_items {
    grid-template-columns: 1fr;
  }
  .banner_work::after {
    left: 0%;
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
  }
  .ost_up_items form {
    max-width: 480px;
  }
  .ost_up_items .acceptance-container {
    margin-top: 15px;
  }
  .about_three_items {
    grid-template-columns: 1fr;
  }
  .dop_advantages {
    grid-template-columns: 1fr;
  }

  #modal_okno .modal-title {
    text-align: center;
  }
  #modal_category .modal-title {
    text-align: center;
  }
  .derevo_skidka_wrap img {
    right: -50px;
    width: 300px;
  }
  .block_two_mob_montaj {
    padding: 0 !important;
  }
  .konstr-items {
    grid-template-columns: 1fr;
  }
  .review_rating {
    display: block !important;
  }

  .review_rating img {
    margin: 10px auto 0 auto;
  }

  .review_rating {
    flex-direction: column;
  }
  .features_wrap img,
  .gray-section img {
    max-width: 100%;
    width: auto;
    margin: 15px auto;
  }

  #slider_realized .slide img {
    height: 230px;
  }

  .gray-section {
    margin-top: 0;
  }

  .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;
  }
  .features_items_one .features_item:nth-child(1) span {
    bottom: 40px;
  }
  .features_items_one .features_item:nth-child(2) span {
    left: 50px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(3) {
    left: 200px;
    top: 300px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(5) {
    bottom: 300px;
    left: 200px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(2)
    picture:nth-child(1)
    img,
  .features_wrap
    .features_items_two
    .features_item:nth-child(2)
    picture:nth-child(2)
    img {
    margin-top: 15px;
  }
  .features_wrap .features_items_two .features_item:nth-child(2) span {
    bottom: 150px;
    left: 30px;
  }

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

  .banner-parallax {
    height: auto;
  }

  .banner-text-block {
    left: 0;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    top: 46px;
  }

  .banner-text-block .yellow_text {
    font-size: 33px;
    line-height: 58px;
    margin-bottom: 22px;
  }

  .banner-text-block .sale_text span {
    font-size: 26px;
  }

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

  .banner-text-block small {
    font-size: 20px;
    line-height: 24px;
    margin-top: 35px;
  }

  .el1 {
    top: -61px;
    left: -87px;
    max-width: 233px;
  }

  .banner_home {
    position: relative;
    width: 100%;
    bottom: -4px;
    right: -10px;
  }

  .el2 {
    top: -68px;
    left: 30%;
    width: 145px;
  }

  .el3 {
    width: 200px;
    bottom: -55px;
    right: -81px;
    z-index: 6;
  }

  .el4 {
    top: 13%;
    left: 57%;
  }

  .el5 {
    bottom: -91px;
    left: -55px;
    width: 150px;
    z-index: 10;
  }

  .el7 {
    right: 49%;
    bottom: -90px;
    width: 253px;
  }

  .el9 {
    top: -77px;
    width: 251px;
    right: -65px;
  }
}

.banner-btn {
  display: inline-block;
  padding: 20px 25px;
  text-align: center;
  background: #ffba19;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 1.2s;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.banner-btn span {
  transform: skew(30deg);
  display: block;
  color: #000;
  text-transform: none;
}

.banner-btn {
  padding: 10px 14px;
  transform: skew(-30deg);
}

.banner-btn:focus {
  outline: none;
}

.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;
}

.project-typography h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

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

.portfolio-grid_msk .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_msk .overlay .title {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.2;
}

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

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

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

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

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

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

.portfolio-grid_msk 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_msk .title {
  font-weight: 600;
  font-size: 23px;
  line-height: 1.1;
}

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

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

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

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

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

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

section.intro {
  height: 400px;
  background: #bb3636;
  color: #fff;
}

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;
}

.offer-counter {
  font-size: 81px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.offer-counter span {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  padding: 0 20px;
}

.offer-counter sub {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-align: center;
  height: 20px;
}

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

.accordion .accordion-title {
  border: 1px solid #eee;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 5px;
  position: relative;
  padding: 18px 59px 18px 25px;
  background: url(../img/header.jpg) center 0 no-repeat;
}

.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:after {
  position: absolute;
  display: block;
  content: "+";
  right: 20px;
  top: 14px;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}

.accordion .accordion-title h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  transition: all 0.2s;
}

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

.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: #bb3636;
}

.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 {
  height: 350px;
  background: url("../img/back2.jpg");
  background-size: cover;
  text-align: center;
  background-position: center;
}

.page-title.min {
  height: auto !important;
}

.page-title .dark-bg {
  padding: 40px 0;
  height: 100%;
  background: #033644a6;
}

.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_msk {
  background: url("/wp-content/themes/shablon/img/bg4.webp");
  background-size: cover;
}

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

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

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

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

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

.statistics_msk .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;
}

.mm-blocker {
  margin-top: 50px;
}

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 #bb3636;
  background: #bb3636;
  border-radius: 3px;
}

.selected-variation {
  margin-left: auto;
}

.selected-variation_msk {
  margin-left: auto;
  max-width: 408px;
}

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

#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;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.footer {
  color: #1e3d49;
}

.footer .footer-top_msk {
  background: url("../img/footer_bg.webp") 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_msk {
  background: #bb3636;
  padding: 25px 0 11px 0;
}

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

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

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

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

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

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

.productions {
  margin-top: 25px;
}

.production_item a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  margin-top: 15px;
}
.footer-bottom_msk .production_item a {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  text-align: right;
}
.production_item span {
  color: #000;
}

.footer-bottom_msk 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_msk-content svg,
.footer-bottom_msk-content svg path {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

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

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

.footer-bottom_msk a img,
.footer-bottom_msk 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_msk {
  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: #bb3636;
  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_msk {
  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_msk .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

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

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

@media (max-width: 899px) {
  .footer-bottom_msk a {
    margin: 0 !important;
  }
  .production_item a {
    justify-content: flex-start;
  }
  .footer-bottom_msk .container {
    flex-direction: column;
  }

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

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

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

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

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

@media (max-width: 439px) {
	#slider_nabor {
		position:static !important;
	}
	.banner_work h1 {
		font-size:27px;
	}
  .chem_otl_upgrade .otlichie_upgrade_item:nth-child(1) {
    display: none;
  }
  .akcia_up_item_left img {
    max-height: 220px;
    margin: 0 auto;
  }
  .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: #bb3636;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-response-output {
  display: block;
  padding: 10px 20px !important;
  background: transparent;
  border-width: 1px !important;
  border-radius: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

input.wpcf7-not-valid {
  border-color: red !important;
}

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

.product-template--head-type-1 .properties {
  font-size: 16px;
}

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

.product-template--head-type-1 .properties .values {
  line-height: 1.6;
}

.product-template--head-type-1 .params .col {
  border: 2px solid #2B962B;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.2;
}

.product-template--head-type-1 .params .col p {
  word-wrap: break-word;
  margin-bottom: 0;
  line-height: 1.2;
}

.product-template--head-type-1 .params .col p span {
  display: block;
  margin-bottom: 10px;
  color: #2B962B;
  font-weight: 700;
}

.product-template--properties-type-1 h2,
.product-template--properties-type-1 .h2 {
  display: block;
  padding: 0 0 15px 0;
  font-size: 18px !important;
  color: #1a3e4c;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}

.product-template--properties-type-1 h2 span {
  font-size: 18px !important;
}

.product-template--properties-type-1 ul li {
  display: block;
  background-size: 18px;
  background-position: left 6px;
  background-image: url(../img/chk.svg);
  padding: 2px 0 7px 30px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.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;
}

.description {
  margin-bottom: 20px;
}

.price-two-cols {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 35px;
}
#setka_modal {
  padding: 10px;
  text-align: center;
}
.tech_okno a {
  width: 30px;
  height: 30px;
  position: relative;
}
.tech_okno a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/mini_calc/trash.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.1s ease-out;
}

.tech_okno a:hover::before {
  background-position: 50% 100%;
}

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

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

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

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

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

.bar {
  width: 100%;
  height: 15px;
  background-color: #1a3945;
  position: relative;
  margin-top: 4px;
  border-radius: 5px;
}

.bar span {
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 5px;
  top: 0;
  background-color: #2B962B;
}

.bar.red span {
  background-color: #ff8b15;
}

.product-template--colors-type-1 .sample-image-container {
  position: relative;
}

.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 {
  display: none;
}

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

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

img.sample-color {
  height: 239px;
  width: 100%;
}

.tabs .tabs-labels {
  background: #eee;
  margin: 0 0 1em;
  padding: 0;
  display: flex;
  flex-direction: row;
  border-radius: 2em;
  width: 100%;
}

.tabs .tabs-labels li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0.7em 1em;
  display: block;
  vertical-align: top;
  font-size: 0.9em;
  white-space: nowrap;
  background: #eee;
  border-radius: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 50%;
  text-align: center;
}

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

.tabs .tabs-labels li a {
  color: #111;
}

.page-title.parallax-window {
  background: transparent !important;
}

.types-nav_msk {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.types-nav_msk .product-cat {
  flex: 0 0 150px;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.types-nav_msk .product-cat a:first-child {
  display: block;
  width: 100%;
  height: 100%;
  height: 150px;
  background: #f8f8f8;
  transition: all 0.3s linear 0s;
  position: relative;
  margin-bottom: 15px;
}

.types-nav_msk .product-cat img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear 0s;
}

.types-nav_msk .product-cat picture:last-child {
  opacity: 0;
}

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

.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 #bb3636;
  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;
}
.har_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}

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

.har_head .original {
  color: green;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}
.har_head .original svg {
  margin-right: 5px;
}
.product-block__img {
  position: relative;
}
.product-block__img span.stamp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90px;
  height: 90px;
  background: url("../img/gotovye-okna/stamp3.png") 50% 50% no-repeat;
  background-size: cover;
}
#filterForm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filtr_item {
  display: flex;
  align-items: center;
  margin: 0 15px 15px 0;
}

.filtr_item select {
  padding: 5px;
  border: 2px solid #e6e7e8;
  border-radius: 5px;
  display: inline;
}

.filtr_item p {
  margin-right: 10px;
  font-weight: bold;
}

.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;
}
.product_sold {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: url("../img/sold_window.png");
  background-size: cover;
}
#order-form .loader svg {
  width: 47px;
  height: 47px;
}
.loading {
  padding: 0;
  height: 47.19px;
}
.loading .text {
  display: none;
}

.loading .loader {
  display: block !important;
}
.types-p-mb-0 p {
  margin-bottom: 0 !important;
}

.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-content {
  margin: 0;
  position: relative;
}

.cart-product {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 15px;
  margin-bottom: 15px;
}

.right_cart {
  width: 100%;
}
.right_footer_cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.cart-product > * {
  box-sizing: border-box;
  padding: 0 10px;
}

.cart-product__image {
  flex: 0 0 124px;
  max-width: 124px;
  height: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  align-self: stretch;
  border: 2px solid #bb3636;
  padding: 0;
}

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

.cart-product__image img {
  max-width: 100%;
  max-height: 100%;
}

.cart-product__info {
  flex-grow: 1;
  padding-left: 20px;
}

.cart-products .cart-product__title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.cart-product__info-techs {
  margin-top: 10px;
}

.cart-product__info-techs strong {
  color: #1a3e4c;
}

.cart-product__info-techs table {
  width: 100%;
  max-width: 100%;
  font-size: 15px;
}

.cart-product__info-techs table td {
  padding: 3px 0 3px 0;
}

.cart-product__info-techs table td:last-child {
  font-weight: 700;
  text-align: right;
}

.cart-product__info a {
  color: #1a3e4c;
  text-decoration: none;
}

.cart-product__info a:hover {
  text-decoration: underline;
}

.cart-product__price {
  flex: 0 0 120px;
  text-align: right;
  padding-right: 10px;
}

.cart-product__price .fullprice {
  text-decoration: line-through;
  color: #c7c7c7;
  font-size: 0.9em;
}

.cart-product__qty {
  flex: 0 0 100px;
  margin-left: 15px;
  text-align: center;
}

.cart-product__summ {
  text-align: right;
  padding: 0 30px 0 0;
  font-weight: 700;
}

.cart-product__equals {
  font-weight: bold;
  font-size: 30px;
  padding: 0 15px;
}

.cart-product__multiply {
  font-weight: bold;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}

.cart-product__delete {
  flex: 0 0 30px;
  padding: 0;
}

.cart-product__delete a {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: relative;
  border-radius: 50%;
}

.cart-product__delete a::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../img/trash.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.1s ease-out;
}

.cart-product__delete a:hover::before {
  background-position: 50% 100%;
}

.custom_num {
  display: flex;
  height: 40px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  position: relative;
  background: #fff;
}

.custom_num .minus,
.custom_num .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f8f8f8;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}

.custom_num .minus::before,
.custom_num .plus::before {
  display: block;
  content: "";
  width: 12px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #858ba0;
}

.custom_num .plus::after {
  display: block;
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #858ba0;
}

.custom_num .minus {
  position: absolute;
  left: 10px;
}

.custom_num .plus {
  position: absolute;
  right: 10px;
}

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

.base_complekt {
  display: none;
}

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

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

.custom_num input {
  border: none;
  background: transparent;
  display: inline-block;
  min-width: 0;
  width: 50px;
  text-align: center;
  padding-left: 5px;
}

.page-template-template-cart .custom_num input {
  width: 105px;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.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-total__summ span {
  font-size: 20px;
  font-weight: 700;
}

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

#pickup img {
  margin: 15px 0;
}

.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: 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;
}

.cart-order__content {
  text-align: center;
  display: none;
}

.cart-order__content .cart-order__title {
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 700;
  color: #bb3636;
  font-size: 30px;
}

.order-form {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0 auto;
  border: 2px solid #bb3636;
  padding: 30px;
}

.order-form input {
  height: 60px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  background: #f7f7fa;
  padding: 0 15px;
}

.order-form input[type="submit"] {
  color: #fff;
  margin: 0;
  background: #bb3636;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s linear 0s;
}

.order-form input[type="submit"]:hover {
  background: #1ba5cc;
}

.not-valid {
  border: 1px solid #c00 !important;
  box-sizing: border-box;
}

@media (max-width: 1080px) {
  .cart-product__delete a {
    font-size: 0 !important;
    top: auto !important;
    right: auto !important;
  }
  .cart-product__delete a::before {
    position: static !important;
  }
  .cart-product {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
  }

  .cart-product__image {
    margin: 20px auto;
  }

  .cart-products .cart-product__info {
    flex: 0 0 calc(100% - 200px);
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .cart-product__delete {
    flex: 0 0 0;
  }

  .cart-product__delete a {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .cart-product__price {
    margin-left: auto;
  }
  .owl-carousel .owl-item img {
    height: 100%;
    object-fit: contain;
  }
  .cart-product__price {
    flex: auto;
  }
  .cart_wraps {
    padding: 10px;
  }
}

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

@media (max-width: 899px) {
  .cart-product__summ {
    font-size: 14px;
  }
  .custom_num {
    padding: 0 5px;
  }
  .cart-product {
    padding: 10px;
  }
  .cart-product__summ {
    padding: 0 10px 0 0;
  }
  .custom_num input {
    width: 22px;
  }
  .cart-product__info a {
    font-size: 14px;
    width: 100%;
    display: block;
  }
  .cart_wraps {
    gap: 20px;
  }
  .checkout-content {
    flex-direction: column;
    margin: 0;
  }
  .footer .logo {
    margin: 0 auto 22px auto;
  }

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

  .footer-links div {
    display: inline-block;
    margin: 5px;
  }
  .pick-date-delivery {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .input-group label {
    font-size: 14px;
  }
  .tab-bar_item,
  .user_pick {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .banner_work {
    min-height: auto;
    padding: 70px 0;
  }
  .sotr_items {
    grid-template-columns: 1fr;
  }
  .algoritm_items {
    grid-template-columns: 1fr;
  }
  .seo_work {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .about_three_items h2,
  .kogo_wrap h2,
  .sotr_wrap h2,
  .garant_sotr h2,
  .algoritm_wrap h2,
  .seo_work h2,
  .ost_wrap_up .ost_up_items h2 {
    font-size: 20px;
  }
  .about_three_items ul span {
    font-size: 24px;
  }
  .about_three_items ul p br {
    display: none;
  }
  .kogo_items {
    gap: 10px;
  }
  .kogo_items .kogo_item span {
    font-size: 40px;
  }
  .kogo_items .kogo_item p {
    font-size: 14px;
  }
  .filtr_item {
    margin: 5px 0;
    width: 100%;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 10px;
  }
  #filterForm {
    flex-direction: column;
    align-items: flex-start;
  }
  #modal_okno {
    padding: 15px;
  }
  #modal_category {
    padding: 15px;
  }
  #modal_okno .modal-title {
    font-size: 18px;
  }

  #modal_category .modal-title {
    font-size: 18px;
  }
  .cart-product__price {
    flex: auto;
  }
  .two_images {
    grid-template-columns: 1fr;
  }

  .input-group label {
    margin-top: 10px;
    font-size: 12px;
  }
  .two_images .left_two_images {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .two_images .left_two_images img {
    margin: 0 10px 10px 0;
    width: 70px;
    height: 70px;
  }
  .pay_method {
    flex: 0 0 100%;
    width: 100%;
  }
  .group_two {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .skidka_derevo_items .skidka_derevo_right h2 {
    font-size: 22px;
  }
  .izgotovlenie_items {
    grid-template-columns: 1fr;
  }
  .izgotovlenie_items .izgotovlenie_item:nth-child(1) p {
    font-size: 14px;
  }
  .izgotovlenie_items .izgotovlenie_item p {
    font-size: 14px;
  }
  .derevo_skidka_wrap h2 {
    font-size: 22px;
  }
  .material_derevo_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .material_derevo_items .material_derevo_item {
    width: 42%;
  }
  .material_derevo_items .material_derevo_item p {
    font-size: 13px;
  }
  .skidka_derevo_items .skidka_derevo_right p,
  .derevo_skidka_wrap p {
    font-size: 14px;
  }
  .skidka_derevo_items .skidka_derevo_right p br,
  .derevo_skidka_wrap p br {
    display: none;
  }
  .derevo_skidka_wrap {
    padding: 30px;
  }
  .derevo_skidka_wrap img {
    bottom: -125px;
    width: 260px;
  }
  .skidka_derevo_items .skidka_derevo_right {
    padding: 20px;
  }
  .prem_derevo {
    grid-template-columns: 1fr;
  }
  .prem_derevo .prem_derevo_item {
    justify-content: flex-start;
  }
  .prem_derevo .prem_derevo_item p {
    font-size: 16px;
  }

  .advantages_wrap_fasad .advantages_wrap_fasad_item p {
    font-size: 13px !important;
  }
  .new_banner_wrap {
    background: url("/wp-content/uploads/2024/02/bg_mob_new.webp") 0 0 / 100%
      no-repeat;
  }
  .head_new_banner .sale_title {
    margin: 10px 0;
    font-size: 16px;
  }
  .bottom_new_banner {
    flex-direction: column;
  }

  .bottom_new_banner a {
    margin-top: 60px;
  }
  .bottom_new_banner_item {
    margin: 10px 0 0 0;
  }
  .bottom_new_banner_item img {
    height: 70px;
    object-fit: contain;
  }
  .bottom_new_banner {
    margin: 0;
  }

  .left_bottom_new_banner .bottom_new_banner_item:nth-child(2) {
    flex-direction: row-reverse;
  }

  .left_bottom_new_banner .bottom_new_banner_item:nth-child(2) p {
    margin: 0 15px 0 0;
  }

  .left_bottom_new_banner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .head_new_banner .text_right span {
    font-size: 22px;
  }
  .bottom_new_banner_item p {
    font-size: 13px;
  }
  .head_new_banner {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .realized_work_wrap .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .disc-ul li {
    font-size: 14px;
  }
  .realized_work_wrap {
    padding: 0 20px;
  }
  .help_wrap_block .btn {
    padding: 10px;
  }
  .partners_wrap {
    padding-top: 0 !important;
  }
  #slider_realized .slide img {
    height: 250px;
  }
  .price_items .price_item .right_price_block a {
    padding: 10px;
  }
  .btn_main_banner span {
    max-width: 100%;
  }

  .features_wrap {
    padding-top: 0 !important;
  }
  .features_wrap .features_items_one {
    padding-top: 10px !important;
  }
  .gray-section {
    margin-bottom: 0 !important;
  }
  .difference table tbody tr {
    grid-gap: 30px 10px;
  }
  .difference table tbody {
    margin-top: 20px;
  }
  .price_items .price_item .right_price_block p {
    font-size: 14px;
  }
  .difference table thead th:nth-child(2),
  .difference table thead th:nth-child(3) {
    font-size: 12px;
  }
  .block2 {
    padding-top: 0 !important;
  }

  .partners_logs img {
    width: 35%;
  }
  .difference table thead td:nth-child(2),
  .difference table thead td:nth-child(3) {
    font-size: 14px;
  }

  .difference table tbody tr td {
    font-size: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .help_wrap_block {
    width: 100%;
  }
  .features_wrap .features_item span {
    font-size: 13px;
    padding: 10px 20px;
    max-width: 280px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(5) {
    bottom: 470px;
    left: 40px;
  }
  .features_wrap .features_items_two .features_item:nth-child(2) span {
    bottom: 120px;
    left: 5px;
  }
  .help_wrap {
    margin-top: 0 !important;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(3) {
    left: 50px;
    top: 500px;
  }
  #slider_realized .owl-nav .owl-prev {
    left: 3%;
  }
  #slider_realized .owl-nav .owl-next {
    right: 3%;
  }
  .partners_wrap p {
    font-size: 14px;
  }
  .features_items_one .features_item:nth-child(1) span {
    left: 40px;
  }
  .features_items_one .features_item:nth-child(2) span {
    left: 30px;
    bottom: 100px;
  }
  .accordeon dl dt {
    font-size: 14px;
    line-height: normal;
    padding-right: 50px;
  }
  .accordeon dl dd {
    margin: 0 10px 10px 10px;
  }
  .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;
  }
  .main_banner_child h1 {
    font-size: 27px;
  }
  .main_banner_child p {
    font-size: 24px;
  }

  .main_banner_child {
    width: 100%;
  }
  .main_banner_child h1 br {
    display: none;
  }

  .cart-product__price {
    padding-left: 0;
    font-size: 14px;
    margin-left: 0;
  }

  .cart-product__summ {
    font-size: 14px;
  }

  .cart-products .cart-product__info {
    flex: 0 0 100%;
    padding: 0;
  }

  .cart-product__price .fullprice {
    display: block;
  }

  .custom_num {
    padding: 0 30px;
  }

  .cart-product__summ {
    margin-top: 0px;
    padding: 0 5px;
  }
}

@media (max-width: 479px) {
  .har_head {
    flex-direction: column;
  }

  .items_right_wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .konstr-item {
    grid-template-columns: 1fr;
  }
  .konstr-items {
    gap: 20px 0;
  }
  .prem_montaj_standart_items {
    grid-template-columns: 1fr;
  }
  .two_wrap_podrazdel_montaj {
    padding-bottom: 20px !important;
  }
  .konstr-item img {
    margin: 0 0 10px 0;
  }
  .zakaz_wrap_podrazdel_montaj .sub-title,
  .zakaz_wrap_podrazdel_montaj .text-bottom {
    font-size: 14px;
  }
  .skidka_wrap_okna p br {
    display: none;
  }
  .zakaz_wrap_podrazdel_montaj .sub-title br,
  .zakaz_wrap_podrazdel_montaj .text-bottom br {
    display: none;
  }
  .main_podrazdel_montaj h1 {
    font-size: 22px;
  }
  .main_podrazdel_montaj ul {
    font-size: 14px;
    gap: 0;
    text-align: center;
  }
  .main_podrazdel_montaj ul span,
  .main_podrazdel_montaj ul a {
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
  }
  .page-template-page-calc-new_v2 h1 {
    font-size: 21px;
  }

  .page-template-page-calc-new_v2 .subtitle-section .subtitle {
    font-size: 11px;
  }
  .right_footer_cart {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .cart-product__equals {
    padding: 0 5px;
    flex: 0 150px;
    text-align: right;
  }

  .cart-product__image {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    flex: 0 0 200px;
    max-width: 200px;
    height: 200px;
  }

  .cart-products .cart-product__title {
    font-size: 16px;
  }

  .cart-products .cart-product__info {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .cart-product__qty {
    padding-right: 0;
    margin: 5px 0;
  }

  .cart-product__multiply {
    padding: 0 5px;
  }

  .order-form {
    padding: 15px;
  }

  .order-form input {
    margin-bottom: 10px;
  }

  .cart-order__content .cart-order__title {
    font-size: 20px;
  }

  .footer_cart_wrap {
    padding: 15px;
  }
}

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

#button {
  display: inline-block;
  background-color: #bb3636;
  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 .ph {
  display: none;
}

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

.write-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.write-btn span {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-right: 14px;
  display: none;
}

.write-btn.wait span {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.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;
}

.catalog_page p {
  margin-bottom: 10px;
}

.catalog_page h2,
.catalog_page h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mk_tools,
.tools,
.prepare_steps {
  display: flex;
  flex-wrap: wrap;
}

.mk_tools-left,
.mk_tools-right,
.prepare_steps_item {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
}

.mk_tools-full {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
}

.tools,
.tools_item {
  margin-bottom: 30px;
}

.mk.tools {
  display: block;
}

.mk.tools .tools_item {
  flex: 0 0 100%;
  width: 100%;
}

.kf.tools .tools_item {
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

.kf.tools img {
  max-height: 70px;
  max-width: 230px;
}

.mk.tools .tools_item img {
  max-width: 250px;
}

.mk_tools-full .tools_item {
  flex: 0 0 25%;
  width: 25%;
}

.mk_tools-full .tools_item img {
  max-height: 80px;
}

.catalog_page img {
  margin: 0 auto 20px;
  display: block;
  max-width: 75%;
}

.tools_item {
  flex: 0 0 20%;
  width: 20%;
  text-align: center;
  position: relative;
}

.tools_item span {
  position: absolute;
  top: 0;
  left: 15px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #ef7f1b;
  color: #fff;
}

.catalog-table {
  border: 1px solid #000;
  margin-bottom: 30px;
}

.catalog-table td,
.catalog-table th {
  text-align: center;
  padding: 10px;
  border: 1px solid #000;
}

.catalog_page h3 {
  padding: 10px;
  color: #fff;
  background: #0095d9;
}

.methodics_steps {
  display: flex;
  flex-wrap: wrap;
}

.methodics_step {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
}

.methodics_steps img {
  max-height: 350px;
}

.methodics_step_number {
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0;
  display: block;
  background: #0095d9;
  margin-bottom: 20px;
}

.responsove-table {
  max-width: 100%;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .methodics_step,
  .tools_item,
  .mk_tools-full .tools_item,
  .kf.tools .tools_item,
  .mk_tools-left,
  .mk_tools-right,
  .prepare_steps_item {
    flex: 0 0 100%;
    width: 100%;
  }

  .mk_tools-full {
    flex-wrap: wrap;
  }
}

.land-v2.mainpage-banner_msk {
  height: auto;
  padding: 60px 0;
  background: url("../img/landing_colored_windows/mainpage_bg_action.webp") 50%
    50% no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: right;
}

.land-v2 .mainpage-banner__button_msk {
  bottom: 30px;
}

/* NEW YEAR BANNER */
.land-v3.mainpage-banner_msk {
  min-height: 470px;
  padding: 60px 0;
  background-image: url("../img/w2025/banner2025_compressed.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-flow: column;
}


.land-v3 .mainpage-banner__new-year {
  display: flex;
  flex-flow: column;
  align-items: center;
  min-height: 350px;
}

.land-v3 .title {
  font-family: "IdealistSans";
  font-size: 80px;
  line-height: 80px;
  color: #bb3636;
}
.land-v3 .descr {
  font-size: 48px;
  color: #3e4f6b;
  font-weight: 700;
}
.land-v3 .title,
.land-v3 .descr {
	width: 100%;
	/* text-shadow:
	-1px -1px 0 white,
	1px -1px 0 white,
	-1px 1px 0 white,
	1px 1px 0 white; */
}
.land-v3 .mainpage-banner__button_msk {
  margin-top: auto;
}
.land-v3 .title span,
.land-v3 .descr span {
  color: #d72728;
}


/* NEW YEAR BANNER LAND 4 */
.land-v4.mainpage-banner_msk {
  min-height: 570px;
  padding: 60px 0;
  background-image: url("/wp-content/uploads/2025/09/banner_autumn.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}


.land-v4 .mainpage-banner__new-year {
  display: flex;
  flex-flow: column;
  min-height: 350px;
}

.land-v4 .title {
  font-family: 'IdealistSans';
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
  color: #1d1d1d;
  text-transform: uppercase;
}
.land-v4 .descr {
  font-size: 48px;
  font-family: 'IdealistSans';
  color: #fff;
  font-weight: 700;
  background: #2b962b;
  max-width: max-content;
  padding:0 40px;
  margin-top: 20px;
  border-radius: 50px;
}
.land-v4 .title,
.land-v4 .descr {
	width: 100%;
	/* text-shadow:
	-1px -1px 0 white,
	1px -1px 0 white,
	-1px 1px 0 white,
	1px 1px 0 white; */
}
.land-v4 .mainpage-banner__button_msk {
  margin-top:20px;
}


.land-v4 .mainpage-banner__button_msk a {
  max-width: max-content;
}

.mainpage-banner__text_msk {
  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: 40px;
  left: 0;
  justify-content: center;
  border: 2px solid #bb3636;
}

.land-v4 mainpage-banner__text_msk {
  bottom:20px;
}

.land-v2 .mainpage-banner__over_msk {
  position: relative;
}

.mainpage-banner__gift-info {
  font-size: 20px;
  color: #02314d;
}

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

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

.mainpage-banner__new-info_msk {
  max-width: 500px;
  float: right;
}

.mainpage-banner__gift_msk {
  margin-bottom: 20px;
}

.mainpage-banner__gift_msk.profiles {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mainpage-banner__gift.profiles .mainpage-banner__gift-img {
  flex: 0 0 40%;
  max-width: 40%;
}

.mainpage-banner__gift_msk.profiles .mainpage-banner__gift-info_msk {
  flex: 0 0 60%;
  max-width: 60%;
}

.mainpage-banner__gift_msk.profiles img.profiles_small {
  max-width: 150px;
}

.new-bottom {
  display: flex;
  flex-wrap: wrap;
}

.new-bottom .txt {
  flex: 0 0 calc(100% - 135px);
  max-width: calc(100% - 135px);
  font-size: 15px;
}

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

.new-bottom .head_info {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 15px;
}




/* NEW YEAR BANNER LAND 4 */
.land-v6.mainpage-banner_msk {
  min-height: 570px;
  padding: 60px 0;
  background-image: url("/wp-content/uploads/2025/05/leto_bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}


.land-v6 .mainpage-banner__new-year_msk {
  display: flex;
  flex-flow: column;
  min-height: 350px;
  justify-content: center;
}



.land-v6 .title {
  font-family: 'IdealistSans';
  font-size: 75px;
  line-height: 75px;
  color: #3e4f6b;
  text-transform: uppercase;
  text-align: right;
}

.land-v6 .desc_ywo {
 font-family: 'IdealistSans';
  font-size: 56px;
  line-height: 56px;
  margin:15px 0;
  color: #3e4f6b;
  text-align: right;
  text-transform: uppercase;
}
.land-v6 .descr {
  font-size: 48px;
  font-family: 'IdealistSans';
  color: #fff;
  font-weight: 700;
  background: #bb3636;
  max-width: max-content;
  padding:0 40px;
  margin-top: 20px;
  border-radius: 50px;
  margin-left: auto;
}
.land-v6 .title,
.land-v6 .descr {
	width: 100%;
	/* text-shadow:
	-1px -1px 0 white,
	1px -1px 0 white,
	-1px 1px 0 white,
	1px 1px 0 white; */
}
.land-v6 .mainpage-banner__button_msk {
  margin-top:20px;
  text-align: right;
  padding-right: 255px;
}


.land-v6 .mainpage-banner__button_msk a {
  max-width: max-content;
}



@media screen and (max-width: 1200px) {
  .checkout-content {
    padding: 10px;
    gap: 20px;
  }
  .land-v2.mainpage-banner_msk {
    background-position: 57% 50%;
  }
  .land-v3 .mainpage-banner__button_msk {
    margin-left: auto;
    margin-right: 22%;
  }
  .land-v3.mainpage-banner_msk {
	min-height: 430px;
	background-position: 57% 50%;
  }
  .land-v3 .title {
	font-size: 60px;
	line-height: 60px;
  }
  .land-v3 .descr {
	font-size: 36px;
  }

  .land-v6 .title {
    font-size: 60px;
    line-height: 60px;
  }

  .land-v6 .desc_ywo {
    font-size: 48px;
    line-height: 48px;
  }

  .land-v6 .descr {
    font-size: 38px;
  }

  .land-v6 .mainpage-banner__button_msk {
    padding-right: 200px;
  }

  .land-v4.mainpage-banner_msk {
	min-height: 430px;
	background-position: 57% 50%;
  background-size: cover;
  }
  .land-v4 .title {
	font-size: 45px;
	line-height: 45px;
  }
  .land-v4 .descr {
	font-size: 36px;
  }
}

@media screen and (max-width: 900px) {
  .land-v6.mainpage-banner_msk {
    justify-content: flex-start;
  }
  .land-v2.mainpage-banner_msk {
    background-position: 62% 50%;
  }
  .land-v3 .mainpage-banner__button_msk {
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .land-v6.mainpage-banner_msk {
    min-height: auto;
  }
  .land-v6 .mainpage-banner__button_msk {
    padding:0;
    text-align: center;
  }
  .land-v6 .descr {
    margin:0 auto;
  }
  .land-v6 .desc_ywo, .land-v6 .title {
    text-align: center;
  }
  .land-v6 .title {
    font-size: 48px;
    line-height: 48px;
  }
  .land-v6 .desc_ywo {
    font-size: 34px;
    line-height: 34px;
  }
  .land-v6 .descr {
    font-size:24px;
  }
  .mainpage-banner__new-info_msk {
    padding: 0 20px;
  }

  .mainpage-banner__text_msk {
    display: none;
  }

  .land-v2.mainpage-banner_msk {
    padding: 30px 0;
    background-position: 65% 50%;
  }
  .land-v3.mainpage-banner_msk {
	background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url("../img/w2025/banner2025_compressed.webp");
	background-position: 61% 50%;
  }
  .land-v3 .mainpage-banner__new-year {
    justify-content: center;
  }
  .land-v3 .mainpage-banner__button_msk {
	margin-top: 60px;
    margin-right: auto;
  }

  .land-v4.mainpage-banner_msk {
    background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url("/wp-content/uploads/2025/08/banner_autumn.jpg");
    background-position: 61% 50%;
    }
    .land-v4 .mainpage-banner__new-year {
      justify-content: center;
    }
    .land-v4 .mainpage-banner__button_msk {
   margin-top:20px;
   text-align: left;
    }

    .land-v4 .title {
      font-size: 38px;
      line-height: 38px;
  }

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

}

@media screen and (max-width: 585px) {
  .fancybox__content > .carousel__button.is-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
.land-v6 .mainpage-banner__button_msk {
  margin:20px 0 0 0;

}
  .land-v2.mainpage-banner_msk {
    padding: 30px 0;
    background-position: 57% 50%;
  }

  .mainpage-banner__button_msk {
    text-align: center;
  }

  .land-v2 .mainpage-banner__new-info_msk {
    margin-right: 0;
    width: 100%;
  }

.mainpage-banner__gift_msk.profiles .mainpage-banner__gift-info_msk,
.mainpage-banner__gift_msk.profiles .mainpage-banner__gift-img_msk {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .mainpage-banner__gift.profiles .mainpage-banner__gift-img {
    order: 2;
  }
  .land-v3.mainpage-banner_msk {
	background-position: 80% 50%;
  }
  .land-v3 .title {
	font-size: 44px;
	line-height: 44px;
  }
  .land-v3 .descr {
	margin-top: 20px;
	font-size: 22px;
  }
  .land-v3 .mainpage-banner__button_msk {
	width: 100%;
  }

  .land-v4.mainpage-banner_msk {
    background-position: 80% 50%;
    min-height: auto;
    }
    .land-v4 .title {
    font-size: 29px;
    line-height: 36px;
    }
    .land-v4 .descr {
    margin-top: 20px;
    font-size: 16px;
    padding:10px 20px;
    }
    .land-v4 .mainpage-banner__button_msk {
    width: 100%;
    }
.podbor_svoego_okna h2, .podbor_svoego_okna .heading {
  font-size:16px;
}
    .podbor_svoego_okna .subtitle{
      color: #bb3636;
    font-weight: 400;
    font-size: 20px;
    }
    .color-window-select_msk .item, .color-glass-select_msk .item {
      max-width:46px !important;
    }
}

.pulsar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 50%;
  background: #bb3636;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  animation: pulsar 1s infinite;
  -webkit-animation: pulsar 1s infinite;
}

@-webkit-keyframes pulsar {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.qr-contacts {
  max-width: 125px;
  margin: 20px auto 0 !important;
}

@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;
  }
}

.spoilerIcn {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/spoiler.png) no-repeat;
  width: 48px;
  height: 13px;
  cursor: pointer;
}

.spoilerIcn.opened {
  background-position: -48px top;
}

.spoiler {
  text-align: center;
  z-index: 5;
  box-shadow: 0 -15px 35px #fff;
  cursor: pointer;
}

.faqText {
  overflow: hidden;
}

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

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

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

@media screen and (max-width: 768px) {
  .mainpage-advantages-list_msk 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_msk .tab-link {
  cursor: pointer;
}

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

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

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

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

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

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

.review_rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 30px;
  color: #fff;
}

.review_rating .rating {
  flex: 0 0 75%;
  max-width: 75%;
  text-align: right;
}

.review_rating .rating .rating-stars {
  padding-right: 46px;
  font-size: 29px;
}

.review_rating .rating .rating-stars .star-span {
  position: relative;
  font-weight: bold;
  font-size: 32px;
}

.review_rating .rating .rating-stars .star-span:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  background: url("../img/star.png") 50% 50% no-repeat;
  background-size: cover;
}

.review_rating img {
  height: auto;
  max-width: 60px;
}

.styled td.first-column {
  padding: 6px;
}
.styled {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
}
.styled .thead {
  background: #abecff;
}
.styled td.second-column,
.styled td.second-color {
  padding: 10px;
}
.styled th,
.styled td {
  border: 1px solid #888;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.styled th,
.styled td {
  border: 1px solid #888;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.styled td:hover {
  background: #abecff;
}

.styled td:hover:before {
  background-color: #eee;
  content: "";
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -2;
}

.styled td:hover:after {
  background-color: #eee;
  content: "";
  height: 10000px;
  left: 0;
  position: absolute;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

.owl-dots button.owl-dot {
  background: #eaeaea;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

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

.cart-product__delete {
  flex: 0 0 30px;
  padding: 0;
}

.cart-product__delete a {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: relative;
  border-radius: 50%;
}

.cart-product__delete a::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("../img/mini_calc/trash.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.1s ease-out;
}

.cart-product__delete a:hover::before {
  background-position: 50% 100%;
}

.delete-all {
  text-align: right;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 25px;
}

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

@media screen and (max-width: 1023px) {
  .cart-products .cart-product__info {
    padding: 0;
  }
  .cart-product__info-techs table {
    font-size: 11px;
  }
  .cart-total {
    padding-right: 15px;
  }

  .delete-all {
    padding-right: 15px;
  }
  .complekt_derevo_items {
    grid-template-columns: 1fr;
  }
  .complekt_derevo_item_right {
    padding: 25px 0;
  }
  .head_new_banner {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }
  .head_new_banner .sale_title {
    margin: 0 0 20px 0;
  }
  .bottom_new_banner_item p {
    font-size: 14px;
  }
  .heading_list_window {
    font-size: 19px;
  }
}

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

@media screen and (max-width: 767px) {
  .primer_vip_items {
    grid-template-columns: 1fr;
  }
  .checkout-content .checkout-status {
    padding: 0;
  }
  .cart_wraps {
    grid-template-columns: 1fr;
  }
  .checkout-content {
    grid-template-columns: 1fr;
  }
  .window-modal-tooltip span {
    transform: none;
    left: 0;
    width: 300px;
  }
  .dop_advantages {
    flex-direction: column;
  }
  .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%;
  }
  .setka {
    margin: 0;
  }
  .modal-window-title {
    font-size: 18px;
    margin: 10px 0;
  }
  .all_montaj {
    padding: 5px 10px;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .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_msk {
    max-width: 50%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .complekt_derevo_item_left .complekt_block_left:nth-child(1) {
    padding: 15px;
  }
  .complekt_derevo_item_left .complekt_block_left:nth-child(2) {
    padding: 15px;
  }
  .complekt_derevo_item_left .complekt_block_left p {
    margin-left: 40px;
  }
  .complekt_derevo_item_left .complekt_block_left:nth-child(1) ul {
    padding-left: 40px;
  }
  .complekt_derevo_item_left .complekt_block_left:nth-child(2) ul {
    padding-left: 40px;
  }
  .montaj_block_blue {
    padding: 0;
  }
  .montaj_block_blue .text_block_blue {
    padding: 20px;
  }
  .mainpage-advantages-list_msk p {
    font-size: 14px;
  }

  .review_rating {
    padding: 0px 30px;
  }

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

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

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

  .subtitle {
    font-size: 16px;
  }

  .services-grid_msk .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;
}

/** Стили монтаж окон **/

.main_banner_item_okna {
  min-height: 604px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -5px;
}
.main_banner_item_okna h1 {
  font-size: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main_banner_item_okna h1 span {
  color: #bb3636;
}
.main_banner_item_okna h1 b {
  border-radius: 25px;
  background: #BD1D36;
  font-weight: 600;
  font-size: 30px;
  margin-left: 15px;
  padding: 12px 16px;
  margin: 10px 0 10px 15px;
}
.main_banner_item_okna p {
  background: rgba(255, 255, 255, 0.71);
  padding: 20px 30px;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 40px 0;
}
.prem_okna {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.prem_okna span {
  background: #f7f7f7;
  width: 6px;
  height: 54px;
}
.gde_wrap_okna {
  background: #f7f7f7;
}
.gde-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 0 auto;
}
.gde-item {
  position: relative;
  height: 200px;
  border-radius: 15px;
  background: #fff;
}
.gde-item:nth-child(1) p,
.gde-item:nth-child(3) p {
  color: #000;
}
.gde-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.gde-item p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.gde-item:nth-child(2) {
  grid-column: span 2;
}
.gde-item:nth-child(5) {
  grid-column: span 2;
}
.gde-item:nth-child(5) p {
  color: #000;
}

.vid_montaja_wrap {
  background: #f7f7f7;
}

.vid_montaja_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.vid_montaja_item {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.header_vid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_vid ul {
  display: flex;
  align-items: center;
}
.header_vid ul li {
  margin-right: 8px;
}

.header_vid ul li img {
  max-width: inherit;
  width: 18px;
}

.header_vid p {
  border-radius: 25px;
  background: rgba(30, 195, 241, 0.15);
  padding: 10px 15px;
}
.header_vid p b {
  font-size: 20px;
}

.vid_montaja_item h4 {
  margin: 25px 0;
  font-size: 24px;
}

.vid_montaja_item ul.spisok_vid {
  list-style-image: url("/wp-content/uploads/2023/11/chk-1.png");
  margin-left: 25px;
  font-size: 16px;
  padding-bottom: 70px;
}

.vid_montaja_item ul.spisok_vid li {
  margin-bottom: 15px;
}

.bottom_vid {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
  padding: 15px;
  width: 100%;
}
.bottom_vid .btn {
  padding: 20px 30px;
  text-align: center;
}
.bottom_vid .btn.more {
  color: #000;
  border: 1px solid #bb3636;
}
.bottom_vid .btn.more:hover {
  color: #fff;
  background: #bb3636;
}
.table_wrap_okna {
  background: #f7f7f7;
}

.table_wrap_okna table {
  width: 100%;
  border-collapse: separate;
  display: block;
  font-size: 18px;
}
.table_wrap_okna table thead {
  display: block;
}
.table_wrap_okna table thead tr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  width: 100%;
}

.table_wrap_okna table tbody {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
  margin-top: 5px;
}
.table_wrap_okna table ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 11px;
}
.table_wrap_okna table thead tr th:nth-child(2) {
  background: #f0f8fa;
}

.table_wrap_okna table thead tr th:nth-child(3) {
  background: #dbf6fe;
}

.table_wrap_okna table tbody tr td:nth-child(2) {
  background: #f0f8fa;
}
.table_wrap_okna table tbody tr td:nth-child(3) {
  background: #dbf6fe;
}
.table_wrap_okna table thead tr th:nth-child(4) {
  background: #c2f1ff;
}
.table_wrap_okna table tbody tr td:nth-child(4) {
  background: #c2f1ff;
}
.table_wrap_okna table ul li:before {
  content: "";
  background: url("/wp-content/uploads/2025/12/plus.png") 0 0 / contain
    no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}
.table_wrap_okna table td,
.table_wrap_okna table th {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
.table_wrap_okna tbody tr {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  width: 100%;
}
.table_wrap_okna td b,
.table_wrap_okna th b {
  color: #bb3636;
  font-size: 30px;
  margin: 0 auto;
}

.interes_wrap_okna {
  min-height: 487px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.interes_wrap_okna p {
  margin: 25px 0;
  font-size: 20px;
}

.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 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.owl_dots_slider_okna .owl-dots-custom {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}

.owl_dots_slider_okna .owl-dots-custom .owl-dot {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  border-right: 1px solid #fff;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.owl_dots_slider_okna .owl-dots-custom .owl-dot:last-child {
  border-right: 0;
}

.promo-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-items p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.promo-items p {
  margin-right: 30px;
}
.promo-items p img {
  margin-right: 30px;
}
.skidka_wrap_okna {
  min-height: 487px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skidka_wrap_okna h2 {
  background: #fff;
  padding: 15px 30px;
  border-radius: 35px;
  width: max-content;
  font-weight: bold;
}

.skidka_wrap_okna p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

.proizvodit_wrap_okna_msk {
  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;
}

.promo_two_okna {
  min-height: 487px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo_two_okna_items {
  border-radius: 10px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  position: relative;
  padding: 50px 0;
}
.promo_two_okna_items h2 {
  margin-bottom: 30px;
  font-weight: bold;
}
.promo_two_okna_items:after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2023/11/bal.png") 0 0 / contain no-repeat;
  width: 247px;
  height: 274px;
  position: absolute;
  bottom: -60px;
  right: -90px;
}

.ewe_wrap_okna {
  background: #f7f7f7;
}

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

.ewe_item {
  background: #fff;
  padding: 15px;
  text-align: left;
}
.ewe_item img {
  max-height: 138px;
}
.ewe_item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.ewe_item ul {
  margin: 15px 0 0 20px;
}
.ewe_item ul li {
  list-style: disc;
  margin: 0 0 10px 0;
}

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

.pochemu_wrap_okna_msk_item {
  text-align: left;
  padding: 15px;
  border-radius: 15px;
  transition: 0.3s ease-out;
}
.pochemu_wrap_okna_msk_item:hover {
  background: #616161;
}
.pochemu_wrap_okna_msk_item:hover svg path {
  stroke: #fff;
}
.pochemu_wrap_okna_msk_item:hover {
  color: #fff;
}
.pochemu_wrap_okna_msk_item .h5 {
  margin: 8px 0;
}
.pochemu_wrap_okna_msk_item svg path {
  stroke: #bb3636;
}

.gray_bg_okna {
  background: #f7f7f7;
}
.reviews_wrap_okna {
  background: #f7f7f7;
}
.head-reviews {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-reviews .slider_nav button {
  background: none;
  border: none;
}
.head-reviews .slider_nav button:hover svg path {
  fill: #0198c3;
}
.head-reviews ul {
  display: flex;
  align-items: center;
}

.upgrade_front_banner_msk {
  background: url("/wp-content/uploads/2024/03/fon_upgrade.webp") 50% 50% /
    cover no-repeat;
  padding-top: 80px;
  margin-bottom: 110px;
  padding-bottom: 20px;
}

.upgrade_front_item_left_msk .bannertitle {
  font-weight: 800;
  font-size: 33px;
  margin: 0;
}
.upgrade_front_item_left_msk .bannertitle span {
  font-weight: bold;
  color: #bb3636;
}

.upgrade_front_item_left_msk p {
  margin: 0 0 0 25px;
  font-size: 20px;
  font-weight: bold;
}

.upgrade_front_item_left_msk ul {
  margin: 25px 0 25px 40px;
  font-size: 16px;
}
.button_upgrade_front_msk {
  margin-bottom: 30px;
}
.button_upgrade_front_msk a:first-child {
  margin-right: 20px;
}
.upgrade_front_item_left_msk ul li {
  list-style-type: disc;
  margin: 10px 0;
}

.upgrade_front_items_msk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}

.upgrade_front_item_right_msk {
  position: relative;
}

.upgrade_front_item_right_msk img:nth-child(1) {
  max-width: 62%;
  position: relative;
  top: 30px;
}

.upgrade_front_item_right_msk .abs {
  position: absolute;
  bottom: -50px;
  right: -18%;
  max-width: 86%;
}
.head-reviews ul li a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #000;
  text-decoration: none;
}
.head-reviews ul li img {
  max-width: inherit;
}
.head-reviews ul li p {
  font-size: 22px;
  font-weight: bold;
  margin: 0 6px;
  line-height: 20px;
}
.head-reviews ul li span {
  display: block;
  margin-left: 10px;
}

.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;
}
.reviews_wrap_okna .review-item p {
  max-height: 200px;
  overflow: hidden;
}
.reviews_wrap_okna .review-item p span {
  font-weight: 400 !important;
  font-family: inherit !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 {
  min-height: 440px;
}

.vopros_wrap_okna h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

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

.vopros_wrap_okna_items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}
.vopros_wrap_okna_item {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.vopros_wrap_okna_item p {
  font-size: 16px;
  margin-top: 10px;
}

/** Стили Фасадное остекление **/

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

.main_wrap_fasad_item_left {
  background: #f7f7f7bf;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
}

.main_wrap_fasad_item_left .orange_span {
  background: #BD1D36;
  padding: 12px 16px;
  font-size: 24px;
  display: block;
  margin-left: auto;
  border-radius: 25px;
  max-width: max-content;
  font-weight: 600;
}
.main_wrap_fasad_item_left h1 {
  font-size: 37px;
  margin: 22px 0;
  text-transform: uppercase;
}
.main_wrap_fasad_item_left h1 span {
  text-transform: lowercase;
}
.main_wrap_fasad_item_left p {
  font-size: 20px;
  font-weight: 400;
}

.bottom-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.bottom-button .podrobnee {
  background: #fff;
  border: 1px solid #BD1D36;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 20px;
}
.bottom-button .podrobnee:focus,
.bottom-button .podrobnee:hover {
  background: #BD1D36;
  color: #000;
}

.osteklenie_wrap_fasad_msk {
  background: #f7f7f7;
}

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

.osteklenie_wrap_fasad_msk_item {
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.osteklenie_wrap_fasad_msk_item img {
  border-radius: 10px;
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.osteklenie_wrap_fasad_msk_item:hover {
  background: #bb3636;
}
.osteklenie_wrap_fasad_msk_item:hover p {
  color: #fff;
}

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

.type_wrap_fasad {
  background: #f7f7f7;
}

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

.type_fasad_item {
  position: relative;
  z-index: 1;
}

.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 {
  background: rgba(246, 246, 246, 0.9);
  border: 1px solid #bb3636;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  display: none;
}

.hover-block img {
  margin: 0 auto;
}

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

.hover-block h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
  text-transform: uppercase;
}

.hover-block ul li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  margin-bottom: 5px;
}

.hover-block ul li:before {
  content: "";
  background: url("/wp-content/uploads/2023/11/chk-1.png") 0 0 / contain
    no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

.hover-block .bottom-hover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
  margin-top: 20px;
}

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

.hover-block .bottom-hover .more {
  color: #000;
  border: 1px solid #bb3636;
}
.hover-block .bottom-hover .more:hover {
  background: #bb3636;
  color: #fff;
}

.interes_wrap_fasad {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 50.16%,
    rgba(255, 255, 255, 0) 100%
  );
}

.interes_wrap_fasad::after {
  content: "";
  width: 424px;
  height: 606px;
  background: url("/wp-content/uploads/2023/11/abstractright.png") 0 0 / contain
    no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.koted_type .hover-block h3,
.koted_type p.title {
  max-width: 300px;
}

.koted_type .hover-block h3 {
  text-align: left;
}

.koted_type .hover-block li {
  font-size: 16px;
}

.interes_wrap_fasad::before {
  content: "";
  width: 424px;
  height: 606px;
  background: url("/wp-content/uploads/2023/11/abstractleft.png") 0 0 / contain
    no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

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

.interes_wrap_fasad_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 50px;
  margin-top: 50px;
}

.interes_wrap_fasad_item {
  border-radius: 0px 10px 10px 10px;
  background: #bb3636;
  color: #fff;
  padding: 25px;
  position: relative;
}
.interes_wrap_fasad_item::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2023/11/plus40.png") 0 0 / contain
    no-repeat;
  position: absolute;
  top: -40px;
  left: -40px;
}

.interes_wrap_fasad_item p {
  border-radius: 0px 10px 10px 10px;
  border: 1px solid #fff;
  padding: 15px;
  margin-bottom: 15px;
  margin-left: 30%;
  position: relative;
}
.interes_wrap_fasad_item h4 {
  margin-bottom: 40px;
}

.interes_wrap_fasad_item p::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2023/11/plus20.png") 0 0 / contain
    no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}

.main_fasad_bottom {
  margin-top: 40px;
}

.main_fasad_bottom {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
}
.main_fasad_bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_fasad_bottom ul li {
  background: #ddf6fd;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 0 5px;
}
.main_fasad_bottom p {
  margin: 5px 0;
}

.main_fasad_bottom a {
  margin-top: 25px;
}

.about_wrap_fasad_items {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-gap: 30px;
  min-height: 551px;
}
.about_wrap_fasad_item_left {
  height: 100%;
}
.about_wrap_fasad_item_left .gray {
  border-radius: 10px;
  background: #f7f7f7;
  padding: 20px 30px;
}
.about_wrap_fasad_item_left h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
}
.about_wrap_fasad_item_left ul {
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.about_wrap_fasad_item_left ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.about_wrap_fasad_item_right {
  background: url("/wp-content/uploads/2023/11/rightabout.png") 0 0 / 100%
    no-repeat;
  height: 100%;
  padding: 34px 50px;
  position: relative;
}

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

.prem_about_fasad {
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #b9b9b9;
  padding: 20px 30px;
}
.prem_about_fasad span {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bottom-right {
  width: 195px;
  height: 190px;
  background: url("/wp-content/uploads/2023/11/bluefon-e1700648331455-1.png") 0
    0 / contain no-repeat;
  padding: 20px 30px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.bottom-right span {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.bottom-right p {
  font-size: 16px;
  color: #fff;
}

.advantages_wrap_fasad h2 {
  font-weight: bold;
  text-align: center;
}

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

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

.advantages_wrap_fasad_item {
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #e8f4f7 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 285px;
  padding: 15px 0;
  position: relative;
}
.advantages_wrap_fasad_item:nth-child(3) p,
.advantages_wrap_fasad_item:nth-child(3) img,
.advantages_wrap_fasad_item:nth-child(7) p,
.advantages_wrap_fasad_item:nth-child(7) img {
  position: relative;
  z-index: 2;
}
.advantages_wrap_fasad_item:nth-child(3) .fon,
.advantages_wrap_fasad_item:nth-child(7) .fon {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    87deg,
    rgba(49, 117, 136, 0.7) 4.01%,
    rgba(30, 195, 241, 0.7) 98.46%
  );
  border-radius: 15px;
}

.advantages_wrap_fasad_item img {
  display: block;
  margin: 0 auto;
}
.advantages_wrap_fasad_item p {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 600;
}
.advantages_wrap_fasad_item:nth-child(3),
.advantages_wrap_fasad_item:nth-child(7) {
  color: #fff;
}

.advantages_wrap_fasad_item:nth-child(-n + 4) {
  min-height: 168px;
}

.steps_wrap_fasad_msk {
  background: #f7f7f7;
  position: relative;
}
.steps_wrap_fasad_msk h3 {
  font-weight: bold;
  text-align: center;
}

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

.alum {
  position: relative;
}

.img_click {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 90px;
}

.product-template--head-type-1 .img_click img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
}

.img_click img:hover {
  border: 2px solid #bb3636;
}

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

.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: #bb3636;
  border: 1px solid #bb3636;
  color: #fff;
}

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

.steps_wrap_fasad_msk_item {
  padding: 5px;
  border-radius: 10px;
}
.steps_wrap_fasad_msk_item span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 125px;
}
.steps_wrap_fasad_msk_item .title {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 600;
}
.steps_wrap_fasad_msk_item:nth-child(1),
.steps_wrap_fasad_msk_item:nth-child(3),
.steps_wrap_fasad_msk_item:nth-child(5),
.steps_wrap_fasad_msk_item:nth-child(7) {
  background: #fff;
}

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

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

.steps_wrap_fasad_msk .line {
  margin: 0 auto;
}

/** Стили окна в коттедж */

.main_banner_kotedj {
  min-height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 30px 0;
}
.main_banner_kotedj h1 {
  font-size: 35px;
  text-transform: uppercase;
}

.main_banner_kotedj h1 span {
  color: #bb3636;
}
.main_banner_kotedj p {
  font-size: 20px;
  font-weight: 600;
}

.prem_kottedj {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px;
}
.prem_kottedj span {
  width: 6px;
  height: 54px;
  background: #f7f7f7;
}
.prem_kottedj li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
}

.prem_kottedj li img {
  margin-right: 15px;
  width: 30px;
}

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

.landing-offer-items__title {
  font-size: 46px;
  color: #000;
  margin-bottom: 15px;
}

.landing-offer-items__subtitle {
  font-size: 20px;
  color: #20c2f0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.landing-offer-items__subtitle span {
  font-size: 28px;
  color: #bb3636;
}

.landing-offer-item-blocks {
  justify-content: space-around;
}

.landing-offer-item-block {
  padding: 10px;
  text-align: center;
}

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

.landing-offer-item__title {
  text-transform: uppercase;
  font-size: 18px;
}

.landing-offer-item__img {
  height: 330px;
  position: relative;
  padding: 10px 0 30px;
}

.landing-offer-item-block .landing-offer-item__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  display: block;
  margin: auto;
  height: auto;
}

.landing-offer-item__info {
  margin-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 .warm-properties {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

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

.landing-offer-item__techs {
  background: #f8f8f8;
  padding: 15px 10px;
  text-align: left;
  margin-top: 15px;
}

.landing-offer-item__techs p {
  color: #828282;
  font-size: 12px;
  margin: 16px 0 0;
}

.landing-offer-item__techs p .value {
  color: #27434e;
}

.landing-offer-item__techs p:first-child {
  margin-top: 0;
}

.landing-offer-info {
  padding: 0 0 50px;
}

.landing-offer-info .square-btn {
  width: auto;
  margin-top: 30px;
  padding: 20px 30px;
}

.landing-offer-info__title {
  font-size: 31px;
  margin-bottom: 30px;
}

.landing-offer-info__subtitle {
  font-size: 24px;
  margin-bottom: 45px;
}

.landing-offer-info__text {
  font-size: 20px;
  line-height: 1.6;
}

.landing-offer-info__text p {
  margin-bottom: 15px;
}

.arrow {
  position: relative;
  margin-right: 50px;
}

.arrow:before {
  display: block;
  content: "";
  width: 59px;
  height: 43px;
  position: absolute;
  right: -76px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAArCAYAAADG8/AoAAALsklEQVRogdVaa4hd1RX+1j7nnvuae+88k8wjjpnJQw1NovGRaopJQ20RrKS1+qNFoSjqr/7pD1tohSKU/iiUWqEi1L6wlBZKI2pRatUoPsCowaCmpsnk5WQyr8x9n8deZZ2zz50zj8QkM7ZmweHMOWffffa3Ht9aa5+hO/aeRkIUAI1lEA2GDYXNdglZssLrWCwCXh9lEAPTTQWbgYzF6ExpTJaBmqdQdgkdjsZMncLnpTQjZRFyFsPXBLcBlF1gaoYALe8ieD4wVQaGeoCaK/MTTpeBmQawtluH4JKyLEDrHAMtLgD6/xSbiUC8PIvxzTxrMmn0cgZ5tuF/ToCK2EprBJaC0he/KAFpgTCYTaMvk0WXk0KtotEUV6JlXe+SRGU/OgQr0ICa79HnFjGipzl00Q47jeu7StjWU0BHyoZMtyzxsNxgaaYMAUxBAK3ObQYB4GkNZkabrXBzTwFtdgkDbUWUnFR43/v8eO0CsdmyQGdmkP7oEOobhqFTqUVjWIBmWKMjm0VnysbqfBqlFOH9MiFgxjKF/WcqtkzOtg1rpoLcB/8GHAeLrVxrje1f3Igg1xamArn2Qze+dMSOV8qWAlVroEp10cWz1ijZwJgGCLwgZ10KYs9Zo1JnTxQk7noJIkyITUT4FF6CH2gEQRAS0KUsdrXmWYEgwdkQMwq5NAbWD6FQymG8yrgkfVjAfnDkdPuBE1MTsKzWTSkEWJKlHHUXj/7sHnirukFSzIaO/jmqFC5A7NVdueKh8XItb6l6/LNAM9oLaVw20IVbbr0B3StKGHGFtS9xN75l15bgg/E3+kdOTn5MknbEdtM13HXHRtxx93aM14GUD/BnUC38r6NBDV/RP7l956YdcNI5VCrgahUbrl2HrTu3oF4Hmg2+KGLic3t6h8/4uqexCUBP2LmRsCVAy6ABqXwtcxAhpQidAaPfrvio3LDtisIL+4/9eOyVfQ8hm0GxPYeOnjboJeQayyGcrjE8j8OUZSdAWAS37KlHRqu4Mk846gDHiHC0aqnReoOPK8aYAipEmFKEKgEeEZo2oaEUfCVlAcGyCSkiZEBwFOAoQokI7RMzKJVdDAQa/ZU6+k41sOGKVfScPV1pwkpZe3Z96+a395yaOFg9eOw3Qk7aXwoPRSQ2zQTL0tjaAbx4lEPAKQo7oWpPhp86UlY/1YyhwOchach1QNKHw9YM0vDHqlbNC+BBI7DPwFdseg8f0AHI9WG5HlJuAEv7ZMFHpukh++EUCAEll8LdxeBBu+goKOhDa9vbXrzpgdt//frje7JBw33sok06T8girO4AVk0BzSbjdEPMEe5kPJO38aPAR05bQFqaDI6K8EbYY8PWGkUEgC9Vmw9UzbkmiVKHgCFJM+VT629RlmSTOBy0B1y3Gv9c04O9SleaQKWJzjPlP+dKbakbH9j9aOfay35hBUF6OXpRyVZ+AKxoI6wsEDqzCr15heGi+mgwj9cqGuGWCsIWLPqNbQ65jg9WQIZk+wYoKCBHQFoBeYLxYQ6vF7CeAq4f5id6V5CnrJQFsm2sTOPVbp9H0vkstW/b+L33arSn4mOnQxzuGS1VtKRtptCVxYABs1tM8zOOgJHGgqJjzjp54b354s977hhylLNYe21J7xvo0X+Xkt/e3JsLB6UVnzg+Huw9WrcHJZ2+1lS3HKjhpo0ZPL8uiydtwusphfGlWZtDwLLAwGdkFJ4vpWi62kR7C5wZqcUlFMHWESDLAIufiwFkKfV5b5Ax4hUuol2/r23hX/V2cbPpAfYnFTf6MYBOpj0O7O+I25QIcDXyb1Zp99sV7L7cwftewHtdTa/0ZnCANI5YhLIyFZe8PKR7CbbwpRTFTus+ckRhmhmoenz5eF2tm2liEzOnfUVQQk7GZXU4H7WAiRJcw5eBeZc2f8fg/IRnhNb2gSu78E7/CvrrZJlCz6K9JxrhAPO8+7dTzr5JTasts/VChjSEHOScAtBGmLAJkx0KI2WXx9sdTPc6NJm3daPSJGFN1dCUP1ZGR9njjqKF7lM19Lo+dZQ9tLk+CqJpNnOLu6kAaOroLITEQXRfFuWbMXJPxvu+7JjMElR49jlk8/gaDcbd2/jba3rpKdePlGDXTS4NlaL1eD+8Z8fIuV/cJ9nvpQ3DSbk8E6Ar0Og6obHO0oSRBuPNcCEqXEwzVgxHcdr0gbTELICUjlhXYldAIGFNuxWDHFqNKfLVOJ7jCJJnovQmIk/S5okwuise6QObVuGly/r4L1q2dU0ja5ebbguQDcYaB88daDr3Sopkw6YS8FYinmzjnirCFoaAEIIoQ7SaJw5/ozWFyskos0AdLVpY1RhtUUmSUtxwuwYkDFDPKEk2wr1EvLocLsjdsZl/0t0Oz0+8xD7eTDKO5GJ+tQB9ZApq2Jlr3HNINEeQGK8TFYkYPHxomNKVMk40blDFi02CdGT3UqxGs2nJMmODxLg4hkGRsRoeYdsA/6m3C/8K+WK2mYN9nDJzMFjgCQf8gs0YXgycdRYFyELZnJUBeu60YYCaMcpYO3JnCsulWEHnmicmKznPaMJAgY/vuEo/HHhA2Zs71u7Lz83CctXBePKNMr6rGU64Jo5BGK2aKiU+s2FMJBgzqQRJZXKvaeawDQ6tGFZAkUsaRaIVt9RKRcrsF7jGin6CkWMRbgCzvmaAf1jIYETzwo859pVtC9uMFOEtBf79s9N0b8k8VouYM7SGARwSCsf2kvqXWi7Qyo2YVVhkSYqNZxST3Bhgk4qivJxcpcRsIzFSgJd9YOcg/27rBv0HCVPGwmrKvq6w0EeEgC5P4+H/1PnLhxo01Ga0uRjg+cLGKrFYs+HaYlsrroPBkTWJWq6qE27NJl6TeTS2vmPGilec8YGhIj7cOqQfsi35HLN4D6PkwfzD1UDexsk7V9J9JQvlCuNTN+WshBsm78V97RyXi+te0Lx4nAWHOH7mSUBzw0Qm7nF4evOAvtcHxmoe0PAXP+wFsxkR0O0WXry1U9/zj0l6YtyjroJxJ3/xdcxq0MQTm3GxdT2TK60EMcmd2L19af8QVU5Rbo2qsKS1LZNf43fUWNxXP9TXg9fqHqHqnmNdZ38U5axiCn+7v5+/eXUO+8/oiPqTFpy1nilOWiC4dS+5a8GUBDpf2wu1GD9fzLPKGti2kn/Z14HHfW923FmPc4EForJspUMv37qCv3pbJ/+8ZOFMVTOaMfmYSXiRriUp1rwDccGl5nY8c7sfXnROWfhYAFxV4r91tekf+Of5Dea8dnx0+HkSo2uz+P6ODn3jzSV6dNDBYXF16Uf92ZSYEGq5aAtYol9FzM56tpoS0nJ5doyiufk6ZWJ2wge2FPHy+h6+L22jJpXbeR2nGguDTzQglpMe4XBdY2OecLIJzMj/MHgcEktaYfB0k7805dLOg1XaXvF4qOGTHZjauOlz2MmE9tFRHRz4htGlYddRIMsOS1rzBDEdKVq8P6X48KkZum/GpUEln0DDwp5aDcGJJnB9gfdd28+3WRaflHR3vvuBZyWos0nUeIeWHlmdxUhB8R/bbBT7Mxg+WeP1U00MzrjoyxN1E3Om4iHtaiiloUsW1acaXGHGJ2nCeKD52GgdR9PAsdEqTRVT3BhuZ/RlVf/TI3iwmPA7sW45AL6Q5/d2rdN3eZpO1hq4oC/7Fww2KXGasoCZtIV30ha/I6XeqgxwQxfDsRhjNaDuRy47VCK8Owq8fTraStGG0MiwtRyTNSVt2tNtFh6Q2iSspCSXBsBQnt/7yjDvzqf58ETlwncRlmWfWpvel015ZywPN4jOnqbwkOtAz/5mbu5lFNIKOYeQy+DVlRl8LDuOAlSUtSHP7+4a1nfmHT7sf9pezWcJdqmiw140+j8m4YW6h3JnFs8IadU1sKbAb+1ar28vpHDQCy4O6OcGrCxifRHoTANZC8imgK4cnpUGv8vRL13Th2+0Z/iot8TP/EuK2eWUjOxdJVSfSWP/1e14pObyY8w0uuQP4QD+C6/ZcxeOY0aEAAAAAElFTkSuQmCC)
    center center no-repeat;
}

.raschet_consult_kotedj {
  background: url(/wp-content/uploads/2023/11/bg-raschet-kotdej.png) 0 50% /
    100% no-repeat;
  min-height: 620px;
}

.raschet_consult_kotedj_items {
  border-radius: 15px;
  border: 3px solid #dceef2;
  background: linear-gradient(
    87deg,
    rgba(191, 214, 221, 0.29) 4.01%,
    rgba(30, 195, 241, 0.23) 98.46%
  );
  max-width: 777px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.srok_garant_section h2 {
	font-weight: 700;
	margin:0 0 10px 0;
}

.srok_garant_section .sub_title {
	font-size: 24px;
	font-weight: 400;
}

.srok_wrap {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap:20px 40px;
	margin-top: 30px;
}

.srok_left ul li {
	display: grid;
	grid-template-columns: 0.3fr 1.7fr;
	align-items: center;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #13A4CD;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
	border-radius: 90px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

.srok_left ul li span {
	background: #13A4CD;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	margin-left: -1px;
	line-height: 18px;
}

.srok_right span {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.vos_wrap {
	padding:15px 0;
	border-top:1px solid #bb3636;
	border-bottom: 1px solid #bb3636;
	display: flex;
	justify-content: center;
}

.vos_wrap .vos_item {
	display: grid;
	grid-template-columns: 0.2fr 1.8fr;
	gap:20px;
	align-items: center;
	box-sizing: border-box;
	max-width: 700px;
	font-weight: 500;
}

.vos_wrap .vos_item span {
	font-size: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:#fff;
	background: #163387;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

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

.section_garant_sl {
	font-size: 16px;
}

.garant_sl_one {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap:20px 40px;
}

.garant_sl_one span {
	background: #bb3636;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
    display: block;
    font-size: 22px;
}

.garant_sl_one ul {
	margin:20px 0 20px 30px;
}

.garant_sl_one ul li {
	list-style: disc;
	margin:3px 0;
}

.garant_sl_two {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap:20px 40px;
	margin-top: 30px;
}

.garant_sl_two span {
	background: #bb3636;
    color: #fff;
    padding: 15px;
    border-radius: 20px;
    display: block;
    font-size: 22px;
	margin-bottom: 15px;
}


.nastupil_garant_section h2 {
	font-weight: bold;
	text-align: center;
}

.nastupil_garant_items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
	margin-top: 30px;
}

.nastupil_garant_items div {
	background: #000;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #13A4CD;
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
	font-size: 16px;
}

.nastupil_garant_items div span {
	color:#13A4CD;
	font-size: 40px;
	font-weight: bold;
}
.nastupil_garant_items div p {
	margin-bottom: 30px;
}

.ostalis_vopros_section h2 {
	font-weight: bold;
}


.ostalis_vopros_section form {
	max-width: 700px;
	margin-top: 15px;
}
.ostalis_vopros_section form .grid {
	gap:10px;
}

.ostalis_vopros_section textarea.wpcf7-not-valid {
	border-color: red !important;
}

.ostalis_vopros_section input, .ostalis_vopros_section textarea {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	padding:10px;
	width: 100%;
}
.ostalis_vopros_section textarea {
	height: 100px;
	width: 100%;
}
.uslugi_items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:15px;
}

.uslugi_items a {
	background: #EDEDED;
	color:#000;
	width: 100%;
	padding:10px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

.uslugi_items a:hover {
	background: #bb3636;
	color:#fff;
	transition: 0.3s;
}


.otdel_kachestva_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
	margin-bottom: 30px;
}

.otdel_kachestva_wrap img {
	width: 100%;
}

.otdel_kachestva_wrap h2 {
	font-weight: bold;
}

.otdel_kachestva_wrap p {
	font-size: 16px;
	margin-bottom: 15px;
}

.yelsi h2 {
	font-weight: bold;
	text-align: center;
}

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

.yelsi_items .yelsi_item {
	padding:15px;
	background: #fff;
	border:1px solid #13A4CD;
	border-radius: 10px;
}

.yelsi_items .yelsi_item span {
	font-size: 30px;
	font-weight: bold;
	color:#13A4CD;
}

.yelsi_items .yelsi_item p {
	font-weight: 500;
}

.raschet_consult_kotedj_items h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.raschet_consult_kotedj_items p {
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0;
}

.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 {
  max-width: 440px;
  margin: 0 auto;
}
.raschet_consult_kotedj_items form .grid {
  gap: 0;
  margin-bottom: 20px;
}
.raschet_consult_kotedj_items form p {
  margin: 0;
}
.raschet_consult_kotedj_items form input[type="tel"] {
  border-radius: 3px;
  background: #f7f7f7;
  color: #9a9a9a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #f7f7f7;
}
.raschet_consult_kotedj_items form button.btn {
  border-radius: 0 3px 0 3px;
}

.vhodit_wrap_kotedj {
  background: url("/wp-content/uploads/2023/11/bg-price-kotedj.png") 0 0 / cover
    no-repeat;
  color: #fff;
}

.vhodit_wrap_kotedj h2 {
  text-align: center;
  font-weight: bold;
}

.vhodit_wrap_kotedj_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 40px;
}

.list_wrap_kotedj .list_wrap_kotedj_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-top: 1px solid #fff;
  padding: 20px 0;
}

.list_wrap_kotedj .list_wrap_kotedj_item p {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.list_wrap_kotedj .list_wrap_kotedj_item p::before {
  content: "";
  background: url("/wp-content/uploads/2023/11/checkoragne.png") 0 0 / contain
    no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.list_wrap_kotedj .list_wrap_kotedj_item ul {
  margin-left: 25px;
}
.list_wrap_kotedj .list_wrap_kotedj_item li {
  font-size: 18px;
  font-weight: 500;
  list-style: disc;
  margin-bottom: 10px;
}

.vhodit_wrap_kotedj_item_right {
  overflow: hidden;
  position: relative;
}

.vhodit_wrap_kotedj_item_right img {
  border-radius: 10px;
  width: 100%;
}

.vhodit_wrap_kotedj_item_right .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.vhodit_wrap_kotedj_item_right .owl-nav button:hover svg path {
  fill: #bb3636;
}

.vhodit_wrap_kotedj .promo_wrap_okna {
  background: url("/wp-content/uploads/2023/11/union.png") 0 0 / 100% no-repeat;
  min-height: 192px;
  margin-top: 30px;
}

.skidka_wrap_kotedj {
  background: url("/wp-content/uploads/2023/11/fon_zakaz_kotedj.png") 0 0 /
    cover no-repeat;
}
.skidka_wrap_kotedj_items {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 20px 50px;
  align-items: center;
}
.skidka_wrap_kotedj_items h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.skidka_wrap_kotedj_items h2 span {
  display: inline-block;
  border-radius: 25px;
  background: #BD1D36;
  padding: 3px 20px;
  color:#fff;
}

.skidka_wrap_kotedj_items p {
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0;
}

.kakie_okna_kotedj {
  background: #f7f7f7;
}

.kakie_okna_kotedj .sub-title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

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

.kakie_okna_kotedj_item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  min-height: 400px;
  position: relative;
  transition: 0.3s ease-out;
}

.kakie_okna_kotedj_item:hover {
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.77) 1.99%,
    rgba(214, 239, 246, 0.65) 43.67%,
    #f1fcff 88.31%
  );
  transition: 0.3s ease-out;
}

.kakie_okna_kotedj_item img {
  display: block;
  margin: 30px auto 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 300px;
}

.kakie_okna_kotedj_item:nth-child(2) img {
  position: absolute;
  top: 70px;
  right: 0;
}

.kakie_okna_kotedj_item:nth-child(2) {
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.77) 1.99%,
    rgba(214, 239, 246, 0.65) 43.67%,
    #f1fcff 88.31%
  );
}

.kakie_okna_kotedj_item:nth-child(2):hover {
  background: #fff;
  transition: 0.3s ease-out;
}

.kakie_okna_kotedj_item:nth-child(3) {
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0.77) 1.99%,
    rgba(214, 239, 246, 0.65) 43.67%,
    #f1fcff 88.31%
  );
}

.kakie_okna_kotedj_item:nth-child(3):hover {
  background: #fff;
  transition: 0.3s ease-out;
}

.seo_block_wrap {
  background: #f7f7f7;
}

.seo_block_wrap_items {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 30px 60px;
}
.seo_block_wrap_items h2 {
  font-size: 28px;
  font-weight: bold;
}
.content_seo_block {
  font-size: 16px;
}
.content_seo_block p {
  font-size: 16px;
  margin-bottom: 20px;
}
.content_seo_block h3,
.content_seo_block h4 {
  font-weight: bold;
}
.content_seo_block ul {
  margin-left: 25px;
  margin-bottom: 20px;
}

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

.acceptance-container input {
  display: none;
}
@media screen and (max-width: 1440px) {
  .upgrade_front_item_right_msk .abs {
    right: -9%;
    max-width: 77%;
  }
}
@media screen and (max-width: 1290px) {
  .upgrade_front_item_right_msk .abs {
    right: -5%;
    max-width: 70%;
    bottom: -25px;
  }
}

.text_modal_upgrade p {
  margin: 15px 0;
}

@media screen and (max-width: 1200px) {
  .upgrade_front_item_right_msk .abs {
    right: 0;
    max-width: 62%;
  }
  .vhodit_wrap_kotedj .promo_wrap_okna {
    border-radius: 15px;
    border: 3px solid #dceef2;
    background: linear-gradient(
      87deg,
      rgba(191, 214, 221, 0.29) 4.01%,
      rgba(30, 195, 241, 0.23) 98.46%
    );
  }
  .skidka_wrap_kotedj_items h2 {
    font-size: 24px;
  }
  .skidka_wrap_kotedj_items p {
    font-size: 16px;
  }
  .kakie_okna_kotedj_item:nth-child(2) img {
    position: static;
  }
  .main_wrap_fasad_item_left h1 {
    font-size: 34px;
  }
  .main_wrap_fasad_item_left p {
    font-size: 16px;
  }
  .main_wrap_fasad_item_left {
    padding: 10px;
  }
  .main_wrap_fasad_item_left .bottom-button .btn {
    padding: 10px 20px;
  }

  .osteklenie_wrap_fasad_msk_item p {
    font-size: 16px;
  }
  .text-type .title {
    font-size: 20px;
  }
  .hover-block img {
    height: 100px;
    object-fit: contain;
  }
  .hover-block ul li {
    font-size: 12px;
  }
  .interes_wrap_fasad_item::after {
    left: 0;
  }
  .about_wrap_fasad_item_right {
    background-size: cover;
    border-radius: 10px;
  }
  .about_wrap_fasad_item_left .gray .btn {
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .hover-block h3 {
    margin: 12px 0;
    font-size: 20px;
  }
  .hover-block .bottom-hover .btn {
    padding: 10px;
    text-align: center;
    font-size: 16px;
  }
  .text-type {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .upgrade_front_items_msk {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .vhodit_wrap_kotedj_items {
    grid-template-columns: 1fr;
  }
  .vhodit_wrap_kotedj_item_right img {
    width: auto;
    max-width: 100%;
    margin: 20px auto;
  }
  .koted_type .hover-block li {
    font-size: 12px;
  }
  .prem_kottedj li {
    font-size: 16px;
  }
  .advantages_wrap_fasad .subtitle {
    font-size: 16px;
  }
  .main_wrap_fasad_items {
    grid-template-columns: 1fr;
  }
  .main_wrap_fasad_item_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .main_wrap_fasad_item_right img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
  }

  .skidka_derevo_items .skidka_derevo_right {
    text-align: center;
  }

  .prem_okna {
    font-size: 16px;
  }
  .main_banner_item_okna h1 {
    font-size: 35px;
  }
  .main_banner_item_okna p {
    font-size: 16px;
  }
  .bottom_vid {
    grid-template-columns: 1fr;
    width: 100%;
    position: static;
    padding: 0;
  }
  .table_wrap_okna table td,
  .table_wrap_okna table th {
    font-size: 14px;
    padding: 10px;
  }
  .bottom_vid .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .vid_montaja_item h4 {
    font-size: 20px;
  }
  .vid_montaja_item ul.spisok_vid {
    font-size: 14px;
  }
  .promo-items {
    flex-direction: column;
  }
  .promo-items p {
    margin: 0 0 20px 0;
  }
  .owl_dots_slider_okna .owl-dots-custom .owl-dot {
    font-size: 14px;
  }
  .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;
  }
  .promo_two_okna_items:after {
    width: 200px;
    height: 200px;
    right: 0;
  }
  .ewe_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .pochemu_wrap_okna_msk_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .head-reviews {
    flex-direction: column;
  }
  .head-reviews ul {
    margin-bottom: 15px;
  }
  .vopros_wrap_okna_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps_wrap_fasad_msk_items {
    grid-template-columns: 1fr;
  }
  .line-wrap {
    display: none;
  }
  .steps_wrap_fasad_msk_item {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 0 30px;
    padding: 10px;
  }
  .steps_wrap_fasad_msk_item span {
    margin-bottom: 1px;
  }
  .steps_wrap_fasad_msk_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%;
  }
  .raschet_consult_kotedj {
    background-size: cover;
    background-position: 100% 0;
    max-height: max-content;
  }
  .raschet_consult_kotedj_items {
    background: linear-gradient(
      87deg,
      rgba(191, 214, 221, 0.9) 4.01%,
      rgba(30, 195, 241, 0.9) 98.46%
    );
  }
  .raschet_consult_kotedj_items a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .uslugi_items {
    grid-template-columns: 1fr 1fr;
  }
  .otdel_kachestva_wrap {
    grid-template-columns: 1fr;
  }
  .yelsi_items {
    grid-template-columns: 1fr 1fr;
  }
  .pickup_items {
    grid-template-columns: 1fr;
  }

  .radio_buttons label {
    font-size: 12px;
  }
  .setka_wrap span {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    padding-top: 1px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .head_podbor h2 {
    margin-bottom: 15px;
  }
  .setka_wrap .tooltip {
    top: -32px;
    left: -150px;
  }
  .pick-date-delivery {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .date_wrap select {
    width: 152px;
  }
  .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;
  }
  .img_click {
    max-width: 65px;
  }
  .product-template--head-type-1 .image img {
    max-height: 298px;
  }
  .buttons_nav {
    grid-template-columns: 1fr;
  }
  .osteklenie_wrap_fasad_msk_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-items p br {
    display: none;
  }
  .main_banner_kotedj {
    background-position: 0 0 !important;
  }

  .koted_type .hover-block li {
    font-size: 16px;
  }

  .skidka_wrap_kotedj_items {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .seo_block_wrap_items {
    grid-template-columns: 1fr;
  }
  .skidka_wrap_kotedj_left img {
    margin: 0 auto;
  }

  .list_wrap_kotedj .list_wrap_kotedj_item li {
    font-size: 14px;
  }

  .list_wrap_kotedj .list_wrap_kotedj_item p {
    font-size: 18px;
  }

  .prem_kottedj {
    flex-wrap: wrap;
    background: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }
  .prem_kottedj span {
    display: none;
  }
  .prem_kottedj li {
    background: #fff;
    padding: 10px;
    flex-direction: column;
    border-radius: 10px;
    font-size: 14px;
  }
  .prem_kottedj li img {
    margin-bottom: 5px;
  }

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

  .hover-block img {
    height: auto;
  }
  .interes_wrap_fasad_items {
    gap: 40px;
  }
  .about_wrap_fasad_items {
    grid-template-columns: 1fr;
  }
  .bottom-right {
    position: static;
    margin: 25px 0 0 auto;
  }

  .advantages_wrap_fasad_items {
    grid-template-columns: 1fr 1fr;
  }
  .advantages_wrap_fasad_item:nth-child(1) {
    order: 0;
  }
  .advantages_wrap_fasad_item:nth-child(2) {
    order: 1;
  }
  .advantages_wrap_fasad_item:nth-child(3) {
    order: 5;
  }
  .advantages_wrap_fasad_item:nth-child(4) {
    order: 4;
  }
  .advantages_wrap_fasad_item:nth-child(5) {
    order: 2;
  }
  .advantages_wrap_fasad_item:nth-child(6) {
    order: 3;
  }
  .advantages_wrap_fasad_item:nth-child(7) {
    order: 7;
  }
  .advantages_wrap_fasad_item:nth-child(8) {
    order: 6;
  }
  .about_wrap_fasad_item_left .gray {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .type_fasad_items {
    grid-template-columns: 1fr;
  }
  .type_fasad_item {
    margin: 0 auto;
    max-width: max-content;
  }
  .table_wrap_okna table td br,
  .table_wrap_okna table th br {
    display: none;
  }
  .gde-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gde-items .gde-item p {
    font-size: 13px;
  }
  .gde-items .gde-item:nth-child(1) {
    order: 0;
  }
  .gde-items .gde-item:nth-child(2) {
    order: 2;
  }
  .gde-items .gde-item:nth-child(3) {
    order: 3;
  }
  .gde-items .gde-item:nth-child(4) {
    order: 4;
  }
  .gde-items .gde-item:nth-child(5) {
    order: 5;
  }
  .gde-items .gde-item:nth-child(6) {
    order: 1;
  }
  .proizvodit_wrap_item img {
    margin: 0 auto;
  }
  .vid_montaja_items {
    grid-template-columns: 1fr;
  }
  .vid_montaja_item ul.spisok_vid {
    padding-bottom: 15px;
  }
  .table_wrap_okna table ul li {
    padding-left: 0;
  }
  .table_wrap_okna table ul li:before {
    position: static;
    margin-bottom: 5px;
  }

  .head-reviews ul li {
    margin: 0 10px 0 0;
  }
  .head-reviews ul li:last-child {
    margin: 0;
  }
  .head-reviews ul li a {
    padding: 8px;
    margin: 0;
  }
  .head-reviews ul li:nth-child(1) img {
    max-width: 40px;
  }
  .head-reviews ul li img:nth-child(3) {
    max-width: 15px;
    height: auto;
  }

  .head-reviews ul li:nth-child(3) img:nth-child(1) {
    height: 23px;
  }
  .head-reviews ul li p {
    font-size: 16px;
  }
  .main_banner_item_okna h1 {
    flex-direction: column;
    text-align: center;
  }
  .main_wrap_fasad_item_left .orange_span {
    font-size: 16px;
  }
  .hover-block ul li {
    font-size: 14px;
  }
  .questions-items dl dt span {
    padding: 0 10px 0 0;
  }
   .land-v6 .descr {
    margin:0 auto;
  }
}
@media (max-width: 550px) {
.land-v6 .mainpage-banner__button_msk {
  text-align: left;
}
  .land-v6.mainpage-banner_msk {
        background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('/wp-content/uploads/2025/05/leto_bg.jpg');
      }
  .land-v6 .title, .land-v6 .desc_ywo {
    font-size: 22px;
    line-height: 22px;
    text-align: left;
  }

  .land-v6 .descr {
    margin:0;
  }

  .land-v6 .descr {
        margin-top: 20px;
        font-size: 16px;
        padding: 10px 20px;
    }

  .about_three_items ul {
    grid-template-columns: 1fr;
  }
  .rabotaem_items .rabotaem_item {
    padding: 10px;
  }
  .setka_wrap .tooltip {
    left: -220px;
  }
  .cart-product__equals {
    display: none;
  }

  .desc_block {
    display: none;
  }
  .mob_upgrade {
    display: block !important;
  }
  .upgrade_front_item_left_msk p {
    font-size: 16px;
  }
  .upgrade_front_item_left_msk .bannertitle br {
    display: none;
  }
  .upgrade_front_banner_msk {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .button_upgrade_front_msk a:first-child {
    margin: 10px 0;
  }
  .buttons_nav button {
    font-size: 14px;
  }
  .prem_kottedj li {
    min-height: 115px;
    border: 1px solid #ccc;
  }
  .raschet_consult_kotedj {
    background: url("/wp-content/uploads/2023/11/bg_ras_mobile.png") 0 0 / 100%
      no-repeat;
  }
  .koted_type .hover-block h3,
  .koted_type p.title {
    font-size: 18px;
  }
  .raschet_consult_kotedj_items h2 {
    font-size: 20px;
  }
  .raschet_consult_kotedj_items p {
    font-size: 14px;
  }
  .raschet_consult_kotedj_items p br {
    display: none;
  }

  .raschet_consult_kotedj_items form .grid {
    grid-template-columns: 1fr;
  }
  .list_wrap_kotedj .list_wrap_kotedj_item {
    grid-template-columns: 1fr;
  }
  .raschet_consult_kotedj_items form .grid div {
    grid-column-end: span 1;
  }
  .osteklenie_wrap_fasad_msk_item img {
    height: 150px;
  }
  .main_banner_kotedj h1 {
    font-size: 26px;
  }
  .main_banner_kotedj p {
    font-size: 14px;
  }
  .main_banner_kotedj p br {
    display: none;
  }
  .main_banner_kotedj {
    background-position: 45% -100px !important;
  }
  .main_banner_kotedj .bottom-button {
    flex-direction: column;
  }
  .raschet_consult_kotedj_items {
    padding: 15px;
  }
  .main_banner_kotedj .btn {
    padding: 15px 0;
    text-align: center;
    width: 100%;
    margin: 10px 0;
  }
  .questions-items dl dt {
    font-size: 16px;
  }
  .reviews_wrap_okna .review-item p span {
    font-size: 13px !important;
  }
  .type_wrap_fasad {
    padding-top: 0 !important;
  }

  .koted_type {
    padding-top: 30px !important;
  }
  .koted_type .hover-block li {
    font-size: 14px;
  }
  .kakie_okna_kotedj .sub-title {
    font-size: 14px;
  }
  .kakie_okna_kotedj .sub-title br {
    display: none;
  }
  .seo_block_wrap_items {
    gap: 20px 0;
  }
  .skidka_wrap_kotedj_items p {
    font-size: 14px;
  }
  .skidka_wrap_kotedj_items p br {
    display: none;
  }
  .skidka_wrap_kotedj_items h2 {
    font-size: 20px;
  }
  .kakie_okna_kotedj_item {
    min-height: 300px;
  }
  .kakie_okna_kotedj_item img {
    max-height: 150px;
  }
  .kakie_okna_kotedj_items {
    grid-template-columns: 1fr;
  }
  .advantages_wrap_fasad .subtitle {
    font-size: 14px;
  }
  .advantages_wrap_fasad .subtitle br {
    display: none;
  }
  .advantages_wrap_fasad_item p {
    font-size: 13px;
    min-height: max-content;
    padding: 0 5px;
  }

  .advantages_wrap_fasad_item {
    min-height: max-content;
  }
  .main_wrap_fasad_item_left h1 br {
    display: none;
  }
  .main_wrap_fasad_item_left p {
    font-size: 14px;
  }
  .main_wrap_fasad_item_left .bottom-button {
    flex-direction: column;
  }
  .main_wrap_fasad_item_left .bottom-button .btn {
    padding: 10px 20px;
    width: 100%;
    margin: 5px 0;
  }
  .osteklenie_wrap_fasad_msk_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .main_wrap_fasad_item_left h1 {
    font-size: 26px;
  }
  .osteklenie_wrap_fasad_msk_item p {
    font-size: 14px;
  }

  .hover-block img {
    height: 100px;
  }
  .type_fasad_item {
    max-width: 100%;
  }
  .interes_wrap_fasad_item p {
    font-size: 14px;
    margin-left: 15%;
  }
  .hover-block .bottom-hover .btn {
    font-size: 14px;
  }
  .text-type {
    padding-left: 25px;
  }
  .hover-block {
    padding: 15px;
  }
  .about_wrap_fasad_item_right .title_p {
    font-size: 15px;
  }
  .about_wrap_fasad_item_right .title_p br {
    display: none;
  }
  .head-reviews ul li span {
    font-size: 13px;
    display: none;
  }
  .main_wrap_fasad_item_left p br {
    display: none;
  }
  .interes_wrap_fasad_items {
    grid-template-columns: 1fr;
    gap: 45px 0;
  }
  .interes_wrap_fasad_item h4 {
    font-size: 20px;
  }
  .main_fasad_bottom p {
    font-size: 14px;
  }
  .main_fasad_bottom p br {
    display: none;
  }
  .main_fasad_bottom ul {
    flex-wrap: wrap;
  }
  .main_fasad_bottom ul li {
    font-size: 14px;
    margin: 5px;
  }
  .about_wrap_fasad_item_right {
    padding: 20px;
  }
  .owl_dots_slider_okna .owl-dots-custom {
    grid-template-columns: repeat(2, 1fr);
  }
  .owl_dots_slider_okna .owl-dots-custom .owl-dot {
    font-size: 12px;
    padding: 8px;
  }
  .owl_dots_slider_okna .owl-dots-custom .owl-dot br {
    display: none;
  }
  .promo-items p {
    font-size: 14px;
  }
  .main_banner_item_okna h1 {
    font-size: 15px;
    flex-direction: column;
    text-align: center;
  }
  .main_banner_item_okna p {
    padding: 10px;
    font-size: 13px;
  }
  .main_banner_item_okna p br {
    display: none;
  }
  .main_banner_item_okna {
    min-height: inherit;
    padding: 50px 0;
  }
  .prem_okna {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    font-size: 13px;
    text-align: center;
  }

  .prem_okna span {
    display: none;
  }
  .main_banner_item_okna h1 b {
    margin: 0 0 0 8px;
    font-size: 18px;
    padding: 5px 10px;
  }
  .table_wrap_okna tbody tr,
  .table_wrap_okna table thead tr {
    grid-template-columns: repeat(3, 1fr);
  }
  .table_wrap_okna table thead tr th:nth-child(1) {
    display: none;
  }
  .table_wrap_okna tbody tr td:nth-child(1) {
    grid-column: span 3;
    text-align: center;
    justify-content: center;
  }
  .table_wrap_okna table td,
  .table_wrap_okna table th {
    padding: 5px;
    font-size: 12px;
    word-break: break-all;
  }
  .interes_wrap_okna {
    background: #fff !important;
  }
  .price_wrap_slider_okna .slide img {
    min-height: 400px;
  }
  .skidka_wrap_okna h2 {
    width: auto;
    text-align: center;
    font-size: 20px;
  }
  .skidka_wrap_okna p {
    font-size: 14px;
  }
  .proizvodit_wrap_item img {
    width: 100%;
  }
  .promo_two_okna_items {
    padding: 50px 15px;
  }
  .promo_two_okna {
    padding-bottom: 150px !important;
  }
  .promo_two_okna_items:after {
    width: 150px;
    height: 150px;
    bottom: -122px;
    right: 55px;
  }
  .ewe_items {
    grid-template-columns: 1fr;
  }
  .pochemu_wrap_okna_msk_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: #bb3636;
  }
  .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;
  }
  .vopros_wrap_okna_item p {
    font-size: 14px;
  }

  .steps_wrap_fasad_msk_item {
    gap: 0 20px;
  }

  .vopros_wrap_okna {
    background: url("/wp-content/uploads/2023/11/bgconsultmobile.png") 0 0 /
      cover no-repeat !important;
  }
  .vopros_wrap_okna_items {
    gap: 10px;
  }
}

@media (max-width: 370px) {
.land-v6 .desc_ywo {
  font-size: 18px;
  line-height: 18px;
}
  .yelsi_items {
    grid-template-columns: 1fr;
  }
  
  .banner_work h1 {
    font-size: 24px;
  }
  .banner_work p {
    font-size: 14px;
  }
  .banner_work::after {
    left: -45%;
    top: -7%;
    width: 500px;
    height: 500px;
  }
  .upgrade_front_item_left_msk .bannertitle {
    font-size: 24px;
  }
  .hover-block ul li:before {
    width: 10px;
    height: 10px;
  }
  .hover-block ul li {
    font-size: 11px;
  }
  .main_banner_item_okna h1 b {
    margin-top: 8px;
  }
  .vopros_wrap_okna_items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 330px) {
  .main_banner_kotedj h1 {
    font-size: 20px;
  }
  .koted_type .hover-block li {
    font-size: 12px;
  }
  .type_fasad_item .price {
    font-size: 14px;
  }
  .hover-block img {
    height: 60px;
  }
}

.upgrade_banner_fon {
  background: url("/wp-content/uploads/2024/02/image-72.png") right center /
    cover no-repeat;
}
.upgrade_banner_one_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
.upgrade_one_left h1 {
  font-size: 44px;
}
.upgrade_one_left h1 span {
  color: #bb3636;
}
.upgrade_one_left .subtitle {
  font-size: 24px;
  font-weight: 500;
}
.upgrade_one_left ul {
  margin: 30px 0;
  font-size: 17px;
  margin-left: 25px;
}
.upgrade_one_left ul li {
  margin: 5px 0;
  list-style-type: disc;
}
.upgrade_one_right {
  position: relative;
  margin-bottom: -50px;
}

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

.upgrade_one_right .time_up_banner {
  position: absolute;
  top: 85px;
  right: 50px;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 10px;
  align-items: center;
  background: #bb3636;
  color: #fff;
  border-radius: 100px;
  padding: 10px 35px;
  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: #bb3636;
  font-weight: bold;
}

.chem_otl_upgrade {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.chem_otl_upgrade
  .otlichie_upgrade_item:nth-child(1)
  .upgrade_advantages_item
  p:nth-child(1) {
  width: 100%;
  white-space: nowrap;
}
.chem_otl_upgrade
  .otlichie_upgrade_item:nth-child(1)
  .upgrade_advantages_item
  p:nth-child(3) {
  text-decoration: none;
  font-size: 22px;
}
.chem_otl_upgrade
  .otlichie_upgrade_item:nth-child(2)
  .upgrade_advantages_item
  p:nth-child(3) {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}
.chem_otl_upgrade
  .otlichie_upgrade_item:nth-child(2)
  .upgrade_advantages_item
  p:nth-child(4) {
  font-size: 22px;
  font-weight: bold;
  color: #ff8b15;
}

.otlichie_upgrade_item {
  box-shadow: 0px 7px 20px 0px #0000001a;
  padding: 20px 0 0 0;
  border-radius: 10px;
}

.otlichie_upgrade_item .head_img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

.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: #bb3636;
  font-weight: bold;
}
.otlichie_upgrade_item .old {
  font-size: 20px;
  text-decoration: line-through;
  color: #000;
  margin-right: 15px;
}

.otlichie_upgrade_item .new {
  font-size: 28px;
  font-weight: bold;
  color: #ff8b15;
}

.head_otl {
  padding: 0 30px;
}

.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;
}

.upgrade_advantages_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 30px;
  border-bottom: 1px solid #bababa;
  height: auto;
}

.upgrade_advantages_item img {
  margin-right: 10px;
  cursor: pointer;
}

.upgrade_advantages_item strong {
  margin-right: 10px;
}
.upgrade_advantages_item strong img {
  width: 50px;
  height: 50px;
}
.upgrade_advantages_item strong:hover {
  background: #fff;
  color: #bb3636;
}

.upgrade_advantages_item:last-child {
  border-bottom: 0;
}
.upgrade_advantages_item p:nth-child(2) {
  width: 100%;
}
.upgrade_advantages_item p:nth-child(3),
.upgrade_advantages_item p:nth-child(4) {
  margin-left: 10px;
  white-space: nowrap;
}
.upgrade_advantages_item p:nth-child(3) {
  font-size: 20px;
  text-decoration: line-through;
  color: #000;
}
.upgrade_advantages_item p:nth-child(3) {
  font-size: 20px;
  font-weight: bold;
  color: #ff8b15;
}
.upgrade_advantages_item span {
  font-weight: bold;
  white-space: nowrap;
}
.otlichie_wrap h2 {
  font-weight: 600;
  font-size: 40px;
}

.otlichie_wrap h2 span {
  color: #bb3636;
}

.akcia_up_wrap {
  background: url("/wp-content/uploads/2024/02/okno_up_2_bg.png") 0 0 / cover
    no-repeat;
}

.akcia_up_items {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
}

.akcia_up_item_right h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 40px;
}

.akcia_up_item_right h2 span {
  color: #bb3636;
  font-weight: bold;
}

.akcia_up_item_right p {
  margin: 10px 0;
  font-size: 18px;
}

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

.akcia_up_item_right ul {
  font-size: 16px;
  margin-left: 25px;
  margin-bottom: 25px;
}

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

.steklo_up_items {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 30px;
  align-items: center;
}

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

.steklo_up_item_left h2 span {
  font-weight: bold;
  color: #bb3636;
}

.steklo_up_item_left p:last-child {
  color: #bb3636;
}

.steklo_up_item_left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 18px;
  margin: 15px 0;
}

.steklo_up_item_left ul span {
  display: block;
  color: #bb3636;
  font-size: 36px;
  font-weight: bold;
}

.steklo_up_item_left p {
  font-size: 18px;
  margin: 10px 0;
}

.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: #bb3636;
  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;
}

.sku_up_items {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 30px;
}

.sku_up_item_right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

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

.sku_up_item_left ul {
  margin: 25px 0 25px 25px;
  font-size: 18px;
}

.sku_up_item_left p:last-child {
  color: #bb3636;
  font-size: 18px;
}

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

.sku_up_item_left p:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
}

.petl_item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.petl_item p {
  position: absolute;
  bottom: 125px;
  left: 0;
  background: url("/wp-content/uploads/2024/02/fon_white_banner.png") 0 0 / 100%
    100% no-repeat;
  width: 214px;
  height: 42px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.petl_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bb3636;
  position: absolute;
  top: 70px;
  right: 70px;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0px 4px 19.100000381469727px 0px #00000040;
  z-index: 2;
}

.petl_item span::after {
  content: "";
  width: 57px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 26px;
  right: -55px;
}
.petl_item:nth-child(1) span::after {
  width: 40px;
  top: 26px;
  right: -39px;
}

.petl_item:nth-child(2) span {
  top: 20px;
  right: 90px;
}

.petl_item:nth-child(2) span::after {
  top: 30px;
  right: -57px;
}

.close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #bb3636;
  border-radius: 50%;
  display: none;
}

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

.close strong {
  width: 3px !important;
  display: block;
  height: 40px;
  top: 10px;
  background: #fff;
}
.close strong:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  left: 48%;
}
.close strong:nth-child(2) {
  transform: rotate(-45deg);
  position: absolute;
  right: 46%;
}
.petl_item span svg {
  fill: #fff;
  stroke: #fff;
  width: 100%;
  height: 100%;
}

.petl_item span img {
  width: 100%;
  height: 100%;
}

.petl_item.petl_one p {
  width: 176px;
  left: 19px;
}

.petl_item.petl_two p {
  left: 32px;
}

.petl_item .show_main {
  position: absolute;
  top: 135px;
  right: 2px;
  width: 340px;
  max-width: max-content;
  z-index: 1;
  display: none;
  border: 3px solid #bb3636;
}

.girl_fon {
  background: url("/wp-content/uploads/2024/02/girl_fon.png") 0 0 / cover
    no-repeat;
}

.girl_up_items {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 30px;
  align-items: center;
}

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

.girl_up_item_right p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.girl_up_item_right p span {
  color: #bb3636;
  font-weight: 600;
}

.girl_up_item_right .counter {
  display: flex;
  align-items: baseline;
  margin-bottom: 25px;
}

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

.girl_up_item_right .counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.girl_up_item_right .counter-item span:nth-child(1) {
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 7px 20px 0px #0000001a;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  font-weight: bold;
}

.girl_up_item_right .counter-item span:nth-child(2) {
  margin-top: 10px;
}

.girl_up_item_right .dt {
  font-size: 70px;
  font-weight: bold;
  margin: 0 10px;
}

.bol_up_wrap img {
  margin: auto;
  max-height: 80px;
  max-width: 128px;
  margin-bottom: 15px;
}

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

.bol_up_wrap h2 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
}

.obl_up_wrap h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}

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

.oblast_up_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.enginer_up_wrap {
  background: url("/wp-content/uploads/2024/02/rul_fon.png") 0 0 / cover
    no-repeat;
}

.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;
}

.enginer_up_wrap h2 {
  font-weight: 600;
  font-size: 38px;
  margin: 0;
}
.enginer_up_wrap h2 span {
  color: #bb3636;
}

.enginer_up_wrap ul {
  margin: 25px 0 25px 25px;
  font-size: 18px;
}

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

.ost_wrap_up {
  background: url("/wp-content/uploads/2024/02/rul_fon.png") 50% 0 / cover
    no-repeat;
  margin-top: 120px;
}

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

.ost_wrap_up p {
  font-size: 24px;
  font-weight: 500;
}

.ost_wrap_up p span {
  color: #ff8b15;
}

.ost_wrap_up ul {
  margin: 25px 0 25px 25px;
  font-size: 18px;
}

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

.ost_up_items {
  position: relative;
}

.ost_up_items::after {
  content: "";
  display: block;
  background: url("/wp-content/uploads/2024/02/girl_2.png") 0 0 / contain
    no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  height: 638px;
}

@media (max-width: 1080px) {
  .girl_up_items {
    grid-template-columns: 1fr;
  }

  .girl_up_item_left {
    display: none;
  }

  .girl_fon {
    padding: 40px 0;
  }
  .upgrade_banner_one_wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }
  .akcia_up_items {
    grid-template-columns: 1fr;
  }
  .steklo_up_items {
    grid-template-columns: 1fr;
  }
  .sku_up_items {
    grid-template-columns: 1fr;
  }
  .white_up_items {
    grid-template-columns: 1fr;
    background: #fff;
    padding: 20px;
  }
  .steklo_up_item_right img {
    margin: 0 auto;
  }
  .chem_otl_upgrade {
    grid-template-columns: 1fr;
  }
  .white_up_item_left img {
    max-width: 100%;
    margin: 0 auto;
  }
  .upgrade_one_right img {
    margin: 0 auto;
  }

  .price_up_banner {
    left: 10%;
  }

  .enginer_up_wrap .container::after {
    position: static;
    max-width: 100%;
  }
  .ost_up_items::after {
    display: none;
  }
}
@media (max-width: 630px) {
  .upgrade_front_item_right_msk .abs {
    max-width: 66%;
    bottom: 0;
  }
  .akcia_up_items {
    gap: 0;
  }
  .upgrade_one_left h1 {
    font-size: 34px;
  }
  .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;
  }
  .sku_up_item_left p:nth-child(2) {
    font-size: 16px;
  }
  .sku_up_item_left ul {
    font-size: 14px;
  }
  .girl_up_item_right p {
    font-size: 16px;
  }
  .obl_up_wrap .subtitle {
    font-size: 16px;
  }
  .enginer_up_wrap ul {
    font-size: 14px;
  }
  .ost_wrap_up p {
    font-size: 14px;
  }

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

  .ost_wrap_up {
    margin-top: 0;
  }

  .girl_up_item_right .counter-item span:nth-child(1) {
    width: 75px;
    height: 60px;
    font-size: 40px;
  }

  .girl_up_item_right .dt {
    font-size: 40px;
  }

  .petl_item.petl_two {
    margin-top: 50px;
  }

  .petl_item img {
    margin: 0 auto;
  }

  .petl_item span {
    width: 40px;
    height: 40px;
    top: 102px;
  }
  .petl_item:nth-child(1) span::after {
    top: 19px;
  }
  .petl_item:nth-child(2) span {
    top: 48px;
  }
  .close strong {
    height: 22px;
  }
  .petl_item:nth-child(2) span::after {
    top: 21px;
  }
  .petl_item .show_main {
    max-width: 100%;
  }
  .sku_up_item_left p:last-child br {
    display: none;
  }
  .white_up_item_right {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .petl_item img.img_main {
    padding: 10px;
  }

  .petl_item p {
    background: #fff;
    border-radius: 15px;
    font-size: 14px;
    width: auto;
    height: auto;
    left: 25px !important;
    padding: 10px !important;
  }
  .petl_item.petl_one p {
    width: auto;
  }

  .upgrade_front_item_left_msk p {
    margin: 0;
  }
  .upgrade_front_item_left_msk ul {
    margin: 20px 0 20px 20px;
    font-size: 14px;
  }
  .akcia_up_item_right ul {
    font-size: 14px;
  }
  .otlichie_upgrade_item .new {
    font-size: 20px;
  }
  .otlichie_upgrade_item .old {
    font-size: 16px;
  }
  .otlichie_upgrade_item img {
    max-height: 200px;
  }
  .otlichie_upgrade_item .price {
    padding: 0 20px;
  }
  .girl_up_item_right .h4 {
    font-size: 16px;
  }
  .steklo_up_item_left ul {
    font-size: 14px;
  }

  .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;
  }
  .akcia_up_item_right h2 {
    margin-top: 20px;
  }
  .upgrade_one_left h1 {
    font-size: 24px;
  }
  .upgrade_one_left .subtitle {
    font-size: 16px;
  }
  .upgrade_one_left ul {
    font-size: 14px;
  }
  .upgrade_one_right .time_up_banner {
    font-size: 12px;
    top: 70px;
    right: 0;
  }

  .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;
  }
  .upgrade_advantages_item {
    font-size: 11px;
    padding: 5px 20px !important;
    height: auto !important;
  }
  .head_otl {
    padding: 0 20px;
  }
  .enginer_up_wrap .container::after {
    display: none;
  }
  .oblast_up_items {
    grid-template-columns: 1fr;
  }
  .white_up_item_left img {
    max-height: 250px;
    object-fit: contain;
  }

  .upgrade_advantages_item p:nth-child(3),
  .upgrade_advantages_item p:nth-child(4) {
    font-size: 14px !important;
    margin: 0 5px;
  }

  section.intro {
    height:250px;
  }
}

@media (max-width: 450px) {
  .land-v4 .title {
    font-size: 22px;
    line-height: 25px;
}
  .otlichie_upgrade_item .subtitle {
    min-height: max-content;
  }
  .close strong {
    height: 15px;
    top: 8px;
  }
  .petl_item:nth-child(2) span {
    top: 45px;
  }
  .difference table tbody tr td {
    padding: 6px;
  }
  .difference table thead th:nth-child(2),
  .difference table thead th:nth-child(3) {
    padding: 8px;
  }
  .btn_main_banner span {
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .btn_main_banner span b {
    left: 47%;
  }
  .petl_item p {
    font-size: 11px;
  }
  .petl_item span {
    width: 30px;
    height: 30px;
    padding: 5px;
  }
  .petl_item:nth-child(2) span::after {
    top: 15px;
    width: 25px;
    right: -25px;
  }
  .petl_item:nth-child(2) span {
    top: 51px;
    right: 56px;
  }
  .petl_item:nth-child(1) span::after {
    width: 25px;
    top: 14px;
    right: -25px;
  }
  .close strong:nth-child(2) {
    right: 45%;
  }
  .close strong:nth-child(1) {
    left: 47%;
  }
  .petl_item.petl_two p {
    left: 30px !important;
  }

  .petl_item:nth-child(1) span {
    right: 53px;
    top: 73px;
  }
  .petl_item .show_main {
    top: 110px;
  }
  .petl_item:nth-child(1) .show_main {
    max-width: 275px;
    left: 5px;
    top: 142px;
  }
  .petl_item:nth-child(2) .show_main {
    max-width: 275px;
    left: -130px;
  }
}

@media (max-width: 360px) {
  .land-v4 .title {
    font-size: 20px;
  }
  .cart-order__button a {
    font-size: 14px;
  }
  .main_banner_child h1 {
    font-size: 22px;
  }
  .petl_item p {
    font-size: 10px;
  }
  .petl_item:nth-child(2) span {
    top: 46px;
    right: 51px;
  }
  .petl_item:nth-child(1) span {
    right: 50px;
    top: 72px;
  }
  .main_banner_child p {
    font-size: 18px;
  }
  .features_wrap .features_item span {
    border-radius: 20px !important;
  }
  .features_wrap .features_item span b {
    display: none !important;
  }
  .btn.primary {
    font-size: 14px;
    padding: 10px;
  }
  .price_items .price_item .price_b .new_price {
    font-size: 17px;
  }
  .main_banner {
    padding: 50px 0;
    min-height: max-content;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(5) {
    bottom: 280px;
    left: 0px;
  }
  .features_wrap
    .features_items_two
    .features_item:nth-child(1)
    span:nth-child(3) {
    left: 0;
  }
  .features_wrap .features_items_two .features_item:nth-child(2) span {
    bottom: 0;
    left: 0;
  }
  .land-v3 .title {
	font-size: 38px;
	line-height: 38px;
  }
}


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

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

.udob_main p {
  margin-bottom: 15px;
}

.udob_main img {
  max-width: 100%;
  display: block;
  margin:0 auto;
}

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

.sistem_otkr_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.sistem_otkr_item .header_sistem {
  margin:15px 0;
  display:flex;
  align-items: center;
  justify-content: space-between;
  font-weight:600;
  font-size:20px;
}

.sistem_otkr_item .header_sistem span {
  color:#bb3636;
}

.sistem_otkr_item .pokazatel {
  padding:15px 0;
  border-top:1px solid #CCCCCC;
  font-weight:500;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.desc_sistem {
  padding-bottom: 15px;
}

.sistem_otkr_item .pokazatel .procent {
  width:100%;
  border-radius:90px;
  background:#FFF9E7;
  height:30px;
  overflow:hidden;
  position:relative;
}

.sistem_otkr_item .pokazatel .procent span {
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  background:#FFC107;
  color:#fff;
  text-align:center;
  border-radius:90px;
}

.sistem_otkr_item ul li {
  margin-bottom: 15px;
  font-weight:500;
  position: relative;
  padding-left: 20px;
}

.sistem_otkr_item ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background:#bb3636;
  border-radius:50%;
}

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

.garant_sistem_okna {
  background: url('/wp-content/uploads/2025/10/garant.webp') 0 0 / cover no-repeat;
}

.garant_sistem {
  text-align:center;
}

.garant_sistem h2 {
  font-size:45px;
  font-weight:600;
}
.garant_sistem p {
  margin:15px 0;
  font-weight:500;
  font-size:18px;
}

.vidi_sistem {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.vidi_sistem img {
  max-width:100%;
  height: 100%;
}

.vidi_sistem h2 {
  font-size:40px;
  font-weight:600;
}
.vidi_sistem ul li {
  margin-bottom: 20px;
  font-size:17px;
  font-weight:500;
  position:relative;
  display:grid;
  grid-template-columns:43px 1fr;
  gap:15px;
}

.vidi_sistem ul li span {
  background:#FFC107;
  display:flex;
  align-items:center;
  justify-content:center;
  width:43px;
  height:43px;
  border-radius:50%;
  color:#fff;
}

.vidi_sistem p {
  font-size:17px;
  font-weight:500;
}


.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) {
  .udob_main h2 {
    font-size:30px;
  }

  .section_sistem_otkr h2 {
    font-size:30px;
  }

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

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

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

  .vidi_sistem h2 {
    font-size:28px;
  }
  .vidi_sistem ul li {
    font-size:14px;
  }

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

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

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

  .zamer_section {
    padding:30px 0;
  }
}

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

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

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

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

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

  

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

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

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

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

  .vidi_sistem h2 {
    font-size:24px;
  }
  .vidi_sistem h2 br {
    display:none;
  }



  .desc_sistem {
    font-size:14px;
  }
}

.innovacia_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: center;
}
.innovacia_two img {
  width: 100%;
  border-radius:15px;
  height:100%;
  object-fit: cover;
}    

.innovacia_two_item {
  height:100%;
}

.innovacia_two_item p {
  margin-bottom:15px;
}

.section_bulid h2 {
  font-weight:bold;
  font-size:40px;
}
.section_bulid h2 span {
  font-weight:bold;
  color:#13A4CD;
  
}
.eff_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.effect_section h2 {
  text-align: center;
}

.ef_item {
  position: relative;
}

.ef_item img {
  border-radius:50px;
}

.ef_item p {
  font-size:18px;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding:10px 20px;
  border-radius:50px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  width: 300px;
  position: relative;
  margin-bottom: -20px;
}


.stifi {
  display: grid;
  grid-template-columns: 65px 1.6fr;
  gap: 20px;
  align-items: center;
  max-width:660px;
  margin:50px 0 50px auto;
  background:#F3F3F3;
  padding:20px;
  border-radius:15px;
  color:#818181;
}

.stifi img {
  width: 100%;
}

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

.prem_solne_zip_item {
  height:max-content;
}

.prem_solne_zip img {
  max-width:100%;
  width:100%;
  object-fit: cover;
}

/* Левая колонка с двумя изображениями: поровну 50/50 высоты колонки справа */
.prem_solne_zip .prem_solne_zip_item:first-child {
  display:grid;
  grid-template-rows: 1fr 1fr;
  height:100%;
  align-self: stretch;
  overflow:hidden;
}
.prem_solne_zip .prem_solne_zip_item:first-child img {
  height:385px;
  width:100%;
  min-height:0;
  object-fit: cover;
}


.prem_solne_zip .prem_solne_zip_item picture img:nth-child(2) {
  border-radius:50px 50px 0 0;
}
.prem_solne_zip .prem_solne_zip_item img:nth-child(2) {
  border-radius:0 0 50px 50px;
}
.prem_solne_zip .prem_solne_zip_item ul {
  margin-left:20px;
}

.prem_solne_zip .prem_solne_zip_item li {
  font-size:18px;
  margin-bottom:30px;
  list-style:disc;
}

.prem_solne_zip .prem_solne_zip_item li:last-child {
  margin-bottom:0;
}

.meh_section h2 {
  text-align: center;
}

.meh_container {
  position: relative;
  margin-top:50px;
}

.meh_container img {
  max-width:770px;
}

.meh_line {
  position: absolute;
  text-align: right;
  padding:10px 0;
  font-size:18px;
}


.meh_line_1 {
  top:50px;
  right:0;
}

.meh_line_1::before {
  content: '';
  display: block;
  width: 430px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top:0;
  left:-152px;
}
.meh_line_2 {
  top:196px;
  right:0;
}

.meh_line_2::before {
  content: '';
  display: block;
  width: 690px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top: 0;
  left: -385px;
}

.meh_line_3 {
  top:310px;
  right:0;
}

.meh_line_3::before {
  content: '';
  display: block;
  width: 928px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top: 0;
  left: -594px;
}

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

.shirok_section img {
  border-radius:50px;
  max-width:100%;
  object-fit: cover;
}

.shirok_section ul {
  margin-left:20px;
}

.shirok_section li {
  font-size:17px;
  margin-bottom:20px;
  list-style:disc;
}

.rev_section {
  text-align: center;
}


@media (max-width: 1200px) {

  .meh_container {
      max-width:960px;
      display: block;
      margin: 0 auto;
  }


  .meh_container img {
      max-width:630px;
  }

  .meh_line {
      font-size:16px;
  }

  .meh_line_1 {
      top:40px;
  }


  .meh_line_1::before {
      content: '';
      display: block;
      width: 350px;
      height: 3px;
      background: #FBEC41;
      position: absolute;
      top: 0;
      left: -102px;
  }

  .meh_line_2 {
      top:180px;
  }

  .meh_line_2::before {
      content: '';
      display: block;
      width: 574px;
      height: 3px;
      background: #FBEC41;
      position: absolute;
      top: 0;
      left: -310px;
  }

  .meh_line_3::before {
  content: '';
  display: block;
  width: 774px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top: 0;
  left: -477px;
}

  .shirok_section li, .prem_solne_zip .prem_solne_zip_item li {
      font-size:14px;
  }

 
}

@media (max-width: 995px) {

 .meh_container {
      max-width:750px;
      display: block;
      margin: 0 auto;
  }

  
  .meh_container img {
      max-width:430px;
  }

  .meh_line {
      font-size:14px;
  }

  .meh_line_1 {
      top:26px;
  }


  .meh_line_1::before {
      content: '';
      display: block;
      width: 350px;
      height: 3px;
      background: #FBEC41;
      position: absolute;
      top: 0;
      left: -132px;
  }

  .meh_line_2 {
      top:110px;
  }

  .meh_line_2::before {
  content: '';
  display: block;
  width: 485px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top: 0;
  left: -253px;
}

.meh_line_3  {
  top:184px;
}

.meh_line_3::before {
  content: '';
  display: block;
  width: 623px;
  height: 3px;
  background: #FBEC41;
  position: absolute;
  top: 0;
  left: -362px;
}
  
  .prem_solne_zip .prem_solne_zip_item li, .shirok_section li {
      font-size:14px;
      margin-bottom: 15px;
  }

  .eff_items {
      grid-template-columns: 1fr;
  }
  .ef_item img {
      display: block;
      margin: 0 auto;
      max-width:100%;
      width:560px;
  }

  .shirok_section img {
      height:500px;
      border-radius:0;
      object-fit: initial;
      display: block;
      margin: 0 auto;
  }


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

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

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

  .prem_solne_zip .prem_solne_zip_item:first-child img {
      height:250px;
  }

  .section_bulid h2 {
      font-size:28px;
      text-align: center;
  }
  
  .main_banner_kotedj {
      margin-bottom:0 !important;
  }

  .prem_solne_zip .prem_solne_zip_item:nth-child(1) {
      order:1;
  }

  .prem_solne_zip .prem_solne_zip_item:nth-child(2) {
      order:0;
  }

 
  
}

@media (max-width: 768px) {
  .meh_container img {
      max-width:100%;
      display: block;
      margin: 0 auto;
  }

  .meh_line {
      position: relative;
      top:0;
      left:0;
      text-align: center;
  }

  .meh_line::before {
      left:0;
      width:100%;
  }

  .main_banner_kotedj_jal {
      min-height:auto !important;
      background-position: 0 0 !important;
  }
}

@media (max-width: 576px) {
  .stifi {
    grid-template-columns:1fr;
    text-align: center;
  }
  .stifi img {
    width:80px;
    display: block;
    margin: 0 auto;
  }
  .prem_solne_zip .prem_solne_zip_item:first-child img {
      height:180px;
  }
}

 .contacts-overview {
    --contacts-accent: #bb3636;
    --contacts-dark: #1a3e4c;
    --contacts-ink: #111111;
    --contacts-line: #e6e7e8;
    --contacts-surface: #f7f7f7;
  }

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

  .contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    text-align: left;
  }

  .contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 270px;
    padding: 30px 40px;
    color: var(--contacts-ink);
    background: var(--contacts-surface);
    border: 1px solid var(--contacts-line);
    border-radius: 10px;
  }

  .contact-card__header {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    column-gap: 6px;
    min-height: 52px;
    margin-bottom: 18px;
  }

  .contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: var(--contacts-accent);
    font-size: 28px;
    line-height: 1;
    background: #ffffff;
    border: 1px solid var(--contacts-line);
    border-radius: 4px;
    box-shadow: inset 0 0 0 5px #f1f4f4;
  }

  .contact-card__icon .icon {
    display: block;
    line-height: 1;
  }

  .contact-card__icon .icon::before {
    width: 1em;
    margin-right: 0;
    margin-left: 0;
  }

  .contacts-overview .contact-card__title {
    justify-self: start;
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--contacts-dark);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: left;
	margin-left: 15px;
  }

  .contact-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 1.55;
  }

  .contact-card__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .contact-card__label {
    color: var(--contacts-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .contact-card__link,
  .contact-card__value {
    color: var(--contacts-ink);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .contact-card__link {
    width: fit-content;
    color: var(--contacts-accent);
    text-decoration: underline;
  }

  .contact-card__link:hover {
    color: var(--contacts-ink);
    text-decoration: none;
  }

  .contact-card__route {
    align-self: flex-start;
    margin-top: auto;
  }

  @media (max-width: 991px) {
    .contact-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-card:last-child {
      grid-column: 1 / -1;
      min-height: 240px;
    }
  }

  @media (max-width: 640px) {
    .contact-cards {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .contact-card,
    .contact-card:last-child {
      grid-column: auto;
      min-height: 0;
      padding: 25px 20px;
    }

    .contact-card__header {
      margin-bottom: 18px;
    }

    .contacts-overview .contact-card__title {
      font-size: 21px;
    }

    .contact-card__link,
    .contact-card__value {
      font-size: 18px;
    }

    .contact-card__route {
      margin-top: 6px;
    }
  }
