/*
Theme Name: pross
Theme URI: pross.kz
Description: pross
Version: 1.0
Author: BarVanet
*/

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.visible {
      display: block !important;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
button {
    background: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000
}
a:hover {
    color: #fc7c23;
}
ul {
    list-style: none;
}
p {
    margin-bottom: 10px;
}
span.strong {
    font-weight: 600;
}
.container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #000;
}

/* header */

.header-wrapper {
    position: relative;
}
#header {
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 1px 5px 0px rgba(158, 158, 158, 0.3);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(158, 158, 158, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(158, 158, 158, 0.3);
}
.header-top {
    background-color: #fbfbfb;
}
.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    padding: 8px 15px 8px 15px;
}
.header-top-content__item {
    display: flex;
    align-items: center;
}
.whatsapp {
    padding-right: 8px;
}
.header-top-content .hydrated {
    margin-left: 8px;
    margin-right: 6px;
    line-height: 2px;
    font-size: 18px;
}
.header-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-body__item.logo {
    padding: 10px 0;
}
.header-body__item.logo img {
    width: 300px;
    transition: .5s;
}
.site-tag {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.navbar-toggle {
    display: none;
}
.navbar-menu {
    display: block;
}
.main-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    gap: 20px;
}
.main-menu li {
    display: flex;
    align-items: center;
    line-height: 28px;
    height: 100%;
}
ul.main-menu a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
}
ul.main-menu a:hover {
    color: #fc7c23;
}
.menu-item-has-children {
    position: relative;
    padding-right: 6px;
}
ul.sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: -8px;
    min-width: 160px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
    z-index: 5;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.menu-item-has-children a::before, .menu-item-has-children a:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 1px;
    background-color: #000;
}
.menu-item-has-children a::before {
    transform: rotate(50deg);
    right: 0px;
}
.menu-item-has-children a::after {
    transform: rotate(-50deg);
    right: -2px;
}
.menu-item-has-children a:hover::before, .menu-item-has-children a:hover::after {
    background-color: #fc7c23;
}
.sub-menu a:before, .sub-menu a:after{
	display: none;
}
ul.sub-menu li {
    line-height: 18px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
ul.sub-menu li:last-child {
    margin-bottom: 0;
}
ul.sub-menu a {
    text-transform: math-auto;
}

/*secret header*/

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  background: white;
}
.fixed-header .header-body {
    flex-direction: row;
    align-items: center;
}
.fixed-header .header-body__item.logo img {
    width: 300px;
    transition: .5s;
}


/* main slider */

.main-slider {
    overflow: hidden;
}
.slider-body {
    position: relative;
}
.slider-body-info {
    position: absolute;
    bottom: 8%;
    padding: 10px 20px 10px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 500px;
    z-index: 1;
    text-shadow: 0 0 #383838;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.8) 100%);
}
.slider-body-info h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

h2.home-title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

/* systems */

.systems {
    margin: 80px 0;
}
.systems img {
    width: 100%;
}
h1.systems-title {
    font-size: 28px;
    font-weight: 500;
    width: 80%;
    margin-bottom: 20px;
}
.systems__body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.systems__item {
    width: 60%;
}
.systems__item:first-child {
    width: 40%;
}

/* service */

 .our__services {
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .our__services h1 {
    text-align: center;
  }
  .our__services .box {
    position: relative;
    width: 340px;
    height: 400px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: rgb(239 126 24 / 20%) 0px 3px 6px, rgb(239 126 24 / 20%) 0px 3px 6px;
  }
  .imgBx h2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 90%;
    font-weight: 500;
    font-size: 20px;
  }
  .our__services .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    clip-path: circle(400px at center 100px);
    transition: 0.3s;
    transition-delay: 0.3s;
  }

  .our__services .box .imgBx img {
    position: absolute;
    top: 50px;
    left: 35%;
    width: 100px;
    height: 100px;
    object-fit: fill;
    z-index: -1;
  }
  .our__services .box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .our__services .box .content h2 {
    margin: 0;
    padding: 0;
  }
  .our__services .box .content a {
    text-decoration: none;
    background: #ef7e18;
    color: #fff;
    padding: 5px;
    display: inline-block;
  }
  .our__services .box .content h2,
  .our__services .box .content p,
  .our__services .box .content a {
    opacity: 0;
    transition: 0.3s;
    transform: translateY(20px);
  }
  
  a.box-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 340px;
    height: 400px;
    z-index: 5;
}


  @media (hover:hover){
    .our__services .box:hover .imgBx {
      clip-path: circle(80px at center 100px);
      transition-delay: 0s;
    }
    .our__services .box:hover .content h2 {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.2s;
      font-size: 20px;
    }
    .our__services .box:hover .content p {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.4s;
    }
    .our__services .box:hover .content a {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.6s;
      font-weight: 500;
    }
  }

  @media (hover:none){
    .our__services .box .imgBx {
      clip-path: circle(80px at center 100px);
      transition-delay: 0s;
    }
    .our__services .box .content h2 {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.2s;
    }
    .our__services .box .content p {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.4s;
    }
    .our__services .box .content a {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0.6s;
      font-weight: 500;
    }
  }

/* implement */

.implemented {
    margin: 80px 0;
}
.implemented__body {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}
.implemented__item {
    width: 25%;
}
span#counter-1, span#counter-2, span#counter-3 {
    font-size: 42px;
    color: #ef7e18;
    line-height: 40px;
}

/* our advantage */

.our-advantages__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0 0;
}
.advantages-box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
}
.advantages-box__item.bg-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fc7c23;
    width: 100px;
    height: 100px;
}
.advantages-box__item.title h4 {
    font-size: 20px;
    font-weight: 500;
}


/* conpany */

.block-conpany {
    margin: 60px 0;
}
.block-conpany__body {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.block-conpany__item h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.block-conpany__item {
    line-height: 22px;
    padding: 10px;
    width: 33%;
}
.block-conpany__item:first-child {
    padding-left: 0;
}
.block-conpany__item:nth-child(2) {
    border: 1px solid #fc7c23;
    border-radius: 4px;
}
.block-conpany__item ol {
    padding-left: 15px;
}
.block-conpany__item p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    min-height: 168px;
}


/* our partners */

.our-partners {
    margin-bottom: 80px;
}
.our-partners h2 {
    margin-bottom: 40px;
}


/* objects */

.our-objects-body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.our-objects-item {
    width: 380px;
    padding: 8px;
    transition: 0.7s;
}
.our-objects-item p {
    margin-bottom: 0;
}
.object-img {
    display: flex;
    align-items: center;
    max-width: 380px;
    max-height: 300px;
    min-height: 242px;
    overflow: hidden;
}
.object-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: .7s;
}
.object-img img:hover {
    transform: scale(1.1);
}
body.modal-open {
    overflow: hidden;
}
.object-img-modal {
    position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	display: none;
	overflow: auto;
	z-index: 5;
}
.object-img-modal img {
    position: absolute;
    width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.object-img-modal span {
	position: fixed;
	top: 20px;
	right: 0;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer;
}
.our-objects-item:hover {
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
}
.object-name {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    min-height: 50px;
    background-color: #ef7b12;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-types {
    background-color: #f3f3f3;
    padding: 8px;
    line-height: 20px;
}
li.address {
    font-weight: 500;
    margin: 8px 0;
}
.objects-all a {
    display: flex;
    gap: 6px;
    background: none;
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid #ef7e18;
    color: #000;
    transition: 0.5s;
}
.objects-all a:hover {
    background-color: #ef7e18;
    border: 1px solid #ef7e18;
    color: #fff;
    transition: 0.5s;
}
.objects-all.mobile {
    display: none;
}
h4.objects-title {
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 20px;
    text-align: center;
}
a.content_toggle {
    font-size: 14px;
    color: #ef7b12;
}
a.content_toggle:hover {
    color: #000;
}


/* content-site */


h1.entry-title {
    font-weight: 500;
    margin: 40px 0 30px 0;
}
.about-us-top {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    line-height: 26px;
}
.about-us-net {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.about-us-net-box {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.creating-climate__body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.numb-title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.creating-climate__item {
    flex-basis: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
}
.numb {
    font-size: 24px;
    border: 2px solid #ef7e18;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.download-btn {
    display: flex;
    margin: 30px 0;
}
.download-btn a {
    background-color: #ef7e18;
    padding: 12px 30px;
    color: #fff;
    border-radius: 4px;
}


/* our partners */

.production-block-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 30px;
}
.block-top-item {
    width: 50%;
}
.production-block-top img {
    width: 100%;
}
.production-block-top ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 32px;
}
.production-block-first {
    display: flex;
    margin: 20px 0;
}
.block-first-item {
    width: 33%;
}
.first-item-wrapper img {
    width: 200px;
    float: left;
    padding-right: 15px;
}
.production-block-first {
    display: flex;
    margin: 20px 0;
    gap: 30px;
}
.production-block-second {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.production-pross-page h2 {
    font-size: 26px;
    font-weight: 500;
}
.block-second-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 30px 0;
    width: 80%;
}
.block-second-wrapper h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}
.production-block-other {
    margin: 40px 0;
}
.block-other-wrapper {
    display: flex;
    gap: 30px;
    margin: 20px 0;
}
.other-item-wrapper img {
    width: 200px;
    float: left;
    padding-right: 15px;
}
.block-other-wrapper h4 {
    margin-bottom: 10px;
}
.block-last-wrapper {
    display: flex;
    gap: 30px;
    margin: 20px 0 30px 0;
}
.block-last-wrapper img {
    width: 100%;
}
.block-last-item {
    width: 50%;
}


/* guarantee */

.guarantee {
    font-size: 16px;
}
.block.one {
    margin: 30px 0;
}
.block.one p {
    font-weight: 500;
}
.block__item {
	margin: 0 0 20px 0;
}
.block__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 500;
    cursor: pointer;
}
.block__title:before, .block__title:after {
	content: '';
	width: 10px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 8px;
	transition: all 0.3s ease 0s;
}
.block__title:before {
	transform: rotate(40deg);
	left: 0;
}
.block__title:after {
	transform: rotate(-40deg);
	left: 8px;
}
.block__title.active:before, .block__title.active:after {
	background-color: #fc7c23;
}
.block__title.active:before {
	transform: rotate(-40deg);
	left: 0;
}
.block__title.active:after {
	transform: rotate(40deg);
	left: 8px;
}
.block__text {
    display: none;
    padding: 20px 30px;
    border-radius: 4px;
    background-color: #f3f3f3;
}



/* installation-page */

.installation-page h4, .heating h4 {
    margin: 20px 0 10px 0;
    font-weight: 600;
}
.installation {
    display: flex;
    justify-content: space-between;
}
.installation img {
    float: left;
    padding-right: 10px;
}
.installation__item {
    flex: 1;
    padding: 0 20px;
}
ul.installation-wrong {
    display: flex;
    justify-content: space-between;
}
ul.installation-wrong li {
    width: 30%;
}
ul.installation-wrong .hydrated {
    color: red;
    height: 28px;
    width: 28px;
    line-height: 0;
}


/* heating-page */

.heating-list {
    display: flex;
    justify-content: space-between;
}
.heating-list h5 {
    font-weight: 600;
}
.heating ul {
    list-style: inside;
    line-height: 26px;
    margin-bottom: 20px;
}


/* design-page */

.design-page {
    margin-bottom: 80px;
}
.design-link {
    margin-top: 20px;
}
.design-link a {
    background-color: #ef7e18;
    padding: 12px 30px;
    color: #fff;
    border-radius: 4px;
}


/* automation-page */

.automation {
    display: flex;
    flex-wrap: wrap;
}
ul.automation-vent, .automation__block ul {
    list-style: inside;
    line-height: 28px;
}
ul.automation-discription-list {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
ul.automation-discription-list li {
    display: flex;
    flex-direction: column;
    flex: 1;
}
ul.automation-discription-list img {
    width: 80px;
    margin: 0 auto;
}
p.list-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}
.automation__item {
    margin-bottom: 20px;
}
p.img-title {
    font-size: 16px;
    font-weight: 500;
}
.automation__block img {
    float: left;
    padding-right: 15px;
    width: 80px;
}


/* production */

.production h3 {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.production-block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}
.production-block__item {
    flex: 1;
}
.production-block ul {
    list-style: inside;
    line-height: 28px;
}
.production-body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.production-item {
    width: 380px;
    padding: 8px;
    transition: 0.7s;
}
.production-item:hover {
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
}
.production-titel {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    min-height: 50px;
}

/* repair-page */

.repair-top {
    display: flex;
    gap: 30px;
}
.repair-top img {
    width: 100%;
}
.repair-top-item {
    width: 50%;
}



/* price-page */

.price-mid {
    display: flex;
    justify-content: center;
    align-items: center;
}
form.form-price {
    background-color: #efefef;
    padding: 20px 30px;
    width: 60%;
    border-radius: 8px;
    margin: 30px 0 20px 0;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(120, 120, 120, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(120, 120, 120, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(120, 120, 120, 0.6);
}
form.form-price h6 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.form-price-row {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    align-items: end;
}
.form-price-row-inner {
    display: block;
    width: 100%;
}
.form-price-row-inner:first-child {
    width: 15%;
    text-align: right;
}
.form-price-row input {
    width: 100%;
    height: 30px;
    padding: 4px 8px;
}
.btn-sand {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-sand input {
    background-color: #fc7c23;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
}
form.form-price:focus-visible {
    outline: none;
}
.btn-sand input:hover {
    background-color: #ffa05d;
}
form.form-price p {
    margin: 0;
}
p.price-txt {
    text-align: center;
}


/* climate-room-page */

.climate-room-page img {
    width: 100%;
}
.climate-room-page ul {
    list-style: disc;
    padding-left: 30px;
    margin: 10px 0;
}
.climate-room-page ul li {
    line-height: 30px;
}
.climate-room-btn img {
    width: 80px;
}
.climate-room-btn {
    display: flex;
    margin: 30px 0;
    justify-content: center;
    gap: 50px;
}
.climate-btn {
    border: 2px solid #ff7500;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    width: 250px;
}


/* conclusion-page */

.conclusion-body {
    display: flex;
    margin: 30px 0;
    gap: 30px;
}
.conclusion-page img {
    width: 100%;
}
.conclusion-page ol {
    padding-left: 30px;
}
.conclusion-page ol span {
    font-weight: 600;
}
.conclusion-page ol li {
    margin-bottom: 10px;
}


/* dealers-page */

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.partners-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partners-item a:hover {
    background-color: #ffa05d;
}
.partners img {
    width: 100px ;
}
.partners-item a {
    display: flex;
    background-color: #fc7c23;
    padding: 20px;
    border-radius: 8px;
    width: 140px;
    height: 140px;
}
.partners h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
}
.dealers-cat {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 60px;
}
.dealers-cat img {
    width: 100px;
    margin: 0 auto;
}
.dealers-cat__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 10px;
}
h4.cat-title {
    text-align: center;
    margin: 10px 0 20px 0;
    font-weight: 500;
    font-size: 18px;
}
.dealers-cat ul {
    background-color: #f3f3f3;
    padding: 10px 20px;
    border-radius: 4px;
    height: 100%;
    line-height: 28px;
}
.dealers-cat__item:hover {
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
}
.dealers-bg {
    background-image: url(./images/dilers-bg.jpg);
    background-position: left;
    display: flex;
    margin-bottom: 80px;
}
.dealers-info {
    width: 50%;
    background-color: #fffffff5;
    padding: 20px;
    text-shadow: 0px 0px black;
}
.dealers-bottom {
    margin-top: 30px;
}
.dealers-bottom ul {
    list-style: disc;
    padding-left: 30px;
}
.partners__hover .box {
    width: 270px;
}
.partners__hover .box .imgBx img {
    left: 32%;
}
ul.patner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.patner-logo img {
    width: 80%;
}
ul.patner-logo li {
    width: 32%;
}


/* delivery-page */

.delivery-top {
    display: flex;
    gap: 30px;
}
.delivery-top img {
    width: 100%;
}
.delivery-top-item {
    width: 50%;
}


/* proektirovanie-page */

.proektirovanie__body {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.proektirovanie-page h4 {
    margin-bottom: 10px;
}
.proektirovanie__body img {
    width: 100%;
}
.proektirovanie-page ul {
    list-style: disc;
    padding-left: 30px;
}
.proektirovanie-page ul li {
    margin-bottom: 10px;
}


/* service-page */

.service-top {
    display: flex;
    gap: 30px;
}
.service-top img {
    width: 100%;
}
.service-top-item {
    width: 50%;
}



/* ventilation-page */

.categorys-wall {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.categorys-wall-item img {
    width: 100%;
}
.categorys-wall-item{
    padding: 8px;
    width: 24%;
    text-align: center;
}
.categorys-wall-item:hover {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(114, 114, 114, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(114, 114, 114, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(114, 114, 114, 0.2);
}
.categorys-wall-item br {
    display: none;
}
.b24-form {
    margin-top: 30px;
}

/* heating-page */


.heating-page img {
    width: 100%;
}
.heating-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.heating-mid-item {
    margin-bottom: 20px;
}
.conditioner-mid-item {
    margin-bottom: 20px;
}



/* conditioner-page */

.conditioner-page img {
    width: 100%;
}
.conditioner-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}


/* complex-conditioner-page */

.complex-conditioner-page img {
    width: 100%;
}
.complex-conditioner-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.complex-conditioner-page ul li {
    margin-bottom: 10px;
}
.complex-img-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.complex-img-row img {
    width: 100%;
}
.complex-img-row-item {
    width: 45%;
    margin-bottom: 30px;
}


/* complex-ventilation-page */

.complex-ventilation-page img {
    width: 100%;
}
.complex-ventilation-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.complex-ventilation-page ul li {
    margin-bottom: 10px;
}


/* complex-heating-page */

.complex-heating-page img {
    width: 100%;
}
.complex-heating-page ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.complex-heating-page ul li {
    margin-bottom: 10px;
}



/* contacts-page */

.contacts-body {
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}
.contacts-body__item:nth-child(1) {
    width: 40%;
}
.contacts-body__item:nth-child(2) {
    width: 60%;
}
.contacts-body h4, .contacts-body h5 {
    font-weight: 500;
    margin-bottom: 10px;
}
.contacts-page .hydrated {
    font-size: 16px;
    padding-right: 6px;
}
.contacts-body__item p {
    display: flex;
    align-items: center;
}
.contacts-wrapper a {
    padding-left: 6px;
}
.contacts-body ul {
    line-height: 26px;
}
.mobile-partners {
    display: none;
}

.whatsapp-btn-wrapper {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 777;

}
.whatsapp-btn img {
    width: 38px;
    -webkit-filter: drop-shadow(5px 5px 5px #989898);
    filter: drop-shadow(5px 5px 5px #989898);
    animation: pulse 2s infinite;
}
.whatsapp-btn img:hover {
    animation: none;
}
@keyframes pulse {
    0% {
        transform: scale(1); /* Начальный размер */
        opacity: 1; /* Начальная непрозрачность */
    }
    50% {
        transform: scale(1.2); /* Увеличиваем размер */
        opacity: 0.6; /* Уменьшаем непрозрачность */
    }
    100% {
        transform: scale(1); /* Возвращаем исходный размер */
        opacity: 1; /* Возвращаем исходную непрозрачность */
    }
}


/* footer */

footer {
    margin-top: 100px;
    box-shadow: 0px -1px 5px 0px rgba(92,92,92,0.3);
    -webkit-box-shadow: 0px -1px 5px 0px rgba(92,92,92,0.3);
    -moz-box-shadow: 0px -1px 5px 0px rgba(92,92,92,0.3);
}
footer a:hover {
    color: #fc7c23;
}
.footer__body {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    font-weight: 500;
}
.footer__body .hydrated {
    font-size: 16px;
    line-height: 0;
}
.footer__body ul {
    line-height: 32px;
}
.footer__body ul li {
    display: flex;
    gap: 6px;
    align-items: center;
}
.social .hydrated {
    font-size: 22px;
    color: #000;
}
.social .hydrated:hover {
    color: #fc7c23;
}

.copyrite {
    background-color: #fc7c23;
    padding: 4px 0;
}
.copyrite-body {
    display: flex;
    justify-content: space-between;
}
.barva a {
    color: #fff;
    font-size: 14px;
}
.barva a:hover {
    color: #000;
}

@media screen and (max-width: 768px) {

.container {
    width: auto;
}
body.navbar-open {
    overflow: hidden;
}
#widget-area-above-header {
    height: 64px;
}
.header-body {
    flex-direction: row;
    padding: 10px 0;
    align-items: center;
    height: 100px;
    position: relative;
}
.header-top-content__item {
    font-size: 12px;
    font-weight: 600;
}
.header-top-content__item a {
    font-size: 12px;
}
.header-body__item.menu {
    position: absolute;
    right: 5px;
    bottom: 18px;
}
.navbar-menu {
    position: fixed;
    top: 164px;
    right: -100vw;
    width: 100vw;
    padding: 20px 0;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.header-body__item.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
}
.fixed-header .navbar-menu {
    top: 100px;
}
.navbar-menu.active {
    right: 0;
    z-index: 7;
}
.fixed-header .navbar-menu.active {
    top: 100px;
}
.navbar-menu nav {
    display: flex;
    justify-content: center;
    height: 100vh;
}
.main-menu {
    flex-direction: column;
    justify-content: start;
}
.header-top-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 0;
    height: 60px;
}
.navbar-toggle {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 3;
}
.navbar-toggle:before, .navbar-toggle:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.navbar-toggle:before {
    top: 0;
}
.navbar-toggle.active:before {
    transform: rotate(45deg);
    top: 9px;
}
.navbar-toggle:after {
    bottom: 0;
}
.navbar-toggle.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
}
.icon-bar {
    position: absolute;
    background-color: #000;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
}
.navbar-toggle.active .icon-bar {
    transform: scale(0);
}
.site-tag {
    font-size: 8px;
}
h1.systems-title {
    font-size: 24px;
}
h1.entry-title {
    font-size: 24px;
    line-height: 28px;
}

.main-slider {
    display: none;
}

.delivery-top, .repair-top, .service-top {
    flex-wrap: wrap;
}
.delivery-top-item, .repair-top-item, .service-top-item {
    width: 100%;
}

.service {
    margin-top: 30px;
    margin-bottom: 0;
}
.systems__body {
    flex-wrap: wrap;
    position: relative;
}
.systems {
    margin-top: 30px;
    margin-bottom: 30px;
}
.systems__item:first-child {
    width: 100%;
}
h3.systems-title {
    width: 100%;
}
.service__item, .systems__item, .implemented__item {
    width: 100%;
}
.service__body, .implemented__body, .block-conpany__body, .footer__body {
    flex-wrap: wrap;
}
.implemented__body {
    margin-top: 30px;
}
.implemented__item {
    margin-bottom: 20px;
}
.implemented {
    margin-top: 30px;
    margin-bottom: 40px;
}
.our__services {
    justify-content: center;
}
.block-conpany__item p {
    min-height: auto;
}
.block-conpany__body {
    flex-direction: column;
    gap: 30px;
}
.block-conpany__item {
    width: 100%;
}
.block-conpany__item:first-child {
    padding-left: 10px;
}
.object-name {
    min-height: auto;
}
.our-objects-item {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    width: auto;
    width: 100%;
}
.objects-all {
    display: none;
}
.objects-all.mobile {
    display: block;
}
.about-us-top {
    flex-wrap: wrap;
}
.about-us-top img {
    width: 100%;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 100% !important;
    margin-bottom: 20px;
}
.wp-block-columns {
    flex-wrap: wrap;
}
.about-us-net-box {
    flex-basis: 100%;
}
.creating-climate__item {
    flex-basis: 100%;
}
.installation {
    flex-wrap: wrap;
}
.installation-page h4, .heating h4 {
    width: 80%;
}
.installation__item {
    flex: auto;
    margin-bottom: 20px;
}
ul.installation-wrong {
    flex-wrap: wrap;
}
ul.installation-wrong li {
    width: 100%;
    margin-bottom: 20px;
}
.heating-list {
    flex-wrap: wrap;
}
.introduction, .repair {
    width: 100%;
    backdrop-filter: blur(1px);
    background-color: #ffffffd4;
}
ul.automation-discription-list {
    flex-wrap: wrap;
}
ul.automation-discription-list li {
    flex: auto;
}
.production-block {
    flex-wrap: wrap;
}
.production-block__item {
    flex: auto;
}
.conclusion-body {
    flex-wrap: wrap;
}
.climate-room-btn {
    flex-direction: column;
    align-items: center;
}
.categorys-wall-item {
    width: 100%;
}
.main-partners {
    display: none;
}
.mobile-partners {
    display: block;
}
.mobile-partners-body {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.mobile-partners-body img {
    width: 90%;
}


.dealers-bg {
    background-position: center;
}
.dealers-info {
    width: auto;
    backdrop-filter: blur(1px);
    background-color: #ffffffd1;
}
.dealers-cat {
    flex-wrap: wrap;
    gap: 20px;
}
.dealers-cat__item {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(117,117,117,0.75);
    flex: auto;
}
.contacts-body {
    flex-direction: column;
}
.contacts-body__item:nth-child(1), .contacts-body__item:nth-child(2)  {
    width: auto;
}


.payment-body, .delivery-delivery-body {
    flex-direction: column;
}
.payment-item, .delivery-item {
    width: 100%;
    margin-bottom: 10px;
}

.proektirovanie__body {
    flex-wrap: wrap;
}

form.form-price {
    padding: 20px;
    width: 100%;
}
.form-price-row-inner:first-child {
    width: 40%;
}

.ventilation-top {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.ventilation-mid-item {
    width: 100%;
}
.heating-top {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.conditioner-top {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.complex-img-row-item {
    width: 100%;
}
.production-block-top {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.block-top-item {
    width: 100%;
}
.production-block-first {
    flex-wrap: wrap;
    gap: 0;
}
.block-first-item {
    width: 100%;
}
.production-block-second {
    flex-wrap: wrap;
}
.block-second-wrapper {
    width: 100%;
}
.block-second-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.block-other-wrapper {
    flex-wrap: wrap;
}
.block-second-wrapper img {
    width: 100%;
}
.production-block-other {
    margin: 0;
}
.first-item-wrapper img {
    width: 100%;
    padding: 0;
}
.other-item-wrapper img {
    width: 100%;
    padding: 0;
}
.block-last-item {
    width: 100%;
}
.block-last-wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    margin: 20px 0;
}


.footer__item {
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid silver;
}
.footer__body {
    padding-bottom: 0;
}
.footer__item.social {
    display: flex;
    align-items: end;
}
ul.sub-menu.sub__menu-active {
    display: block !important;
}
ul.sub-menu {
    display: none !important;
    position: static;
    min-width: auto;
    box-shadow: none;
    max-width: 300px;
    min-width: 300px;
    padding: 10px 0;
}
.menu-item-has-children a::before, .menu-item-has-children a::after {
    top: 14px;
}
.main-menu li {
    display: block;
    height: auto;
}
ul.main-menu a {
    flex-direction: column;
    height: auto;
}
ul.sub-menu.sub__menu-active a {
    font-weight: 400;
    text-align: center;
}
footer {
    margin-top: 0;
}


}


/*projects -> anchor*/
.wrapper__projects {
    position: relative;
}

.anchor-bookmark.show .show-anchmenu {
    display: none;

}

.anchor-bookmark.show  .close-anchmenu{
    display: block; 
}

.anchor-bookmark .close-anchmenu {
    display: none;
}

.anchor__projects {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -247.375px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid orange;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    display: flex;
    flex-direction: column;
    z-index: 3;
    transition: right 0.5s ease;
}

.anchor {
    width: 100%;
    text-align: center;
    margin: 5px 0 5px 0;
    /* border: 1px solid #1c1b17; */
    /* background: #f7f7f7; */
    padding: 5px 5px;
    word-break: break-word;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
}

.anchor-bookmark {
    position: fixed;
    right: 0;
    background: #ef7b12;
    width: 20px;
    font-weight: bold;
    color: white;
    height: 50px;
    font-size: 18px;
    bottom: 48%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    z-index: 5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: right 0.5s ease;
    border: 1px solid orange;
    border-right: none;
}

@media (min-width: 1930px) {
.header-wrapper, #widget-area-above-header, header#header, .main-slider, footer, .copyrite {
    width: 1230px;
    margin: 0 auto;
}
.fixed-header {
    width: 1230px;
}
}

/** {*/
/*    outline: 1px solid red;*/
/*}*/
