@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');
* {
  cursor: default;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
:before,
:after {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  font-size: 10px;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}
button,
input,
textarea,
select,
.form-input {
  position: relative;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: initial;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  color: #424346;
}
button:before,
button:after,
input:before,
input:after,
textarea:before,
textarea:after,
select:before,
select:after,
.form-input:before,
.form-input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
button:focus,
button:target,
button:active,
button:hover,
input:focus,
input:target,
input:active,
input:hover,
textarea:focus,
textarea:target,
textarea:active,
textarea:hover,
select:focus,
select:target,
select:active,
select:hover,
.form-input:focus,
.form-input:target,
.form-input:active,
.form-input:hover {
  outline: none !important;
}
button:disabled,
input:disabled,
textarea:disabled,
select:disabled,
.form-input:disabled {
  cursor: default;
  background-color: #e2e2e2;
}
button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder {
  color: #424346;
}
button:-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.form-input:-moz-placeholder {
  color: #424346;
}
button::-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-input::-moz-placeholder {
  color: #424346;
}
button:-ms-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-input:-ms-input-placeholder {
  color: #424346;
}
button,
input[type="submit"] {
  width: initial;
  -webkit-appearance: none;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 1.25;
}
h1 {
  font-size: 24px;
  margin-top: 0;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h1 span, h2 span, h3 span, .header span{
	border-bottom: 5px solid #FAC555;
}
a {
  cursor: pointer;
  color: #424346;
  text-decoration: none;
}
a * {
  cursor: pointer;
}
a:hover {
  color: #fac555;
}
p {
  margin: 0 0 10px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  border: none;
  background-color: #999;
  border-radius: 5px;
  width: 20px;
  max-width: 20px;
  margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #666;
}
::-webkit-scrollbar-track {
  border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover {
  background-color: #eee;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #aaa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.fx {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.fxc {
  align-items: center;
  justify-content: center;
}
.fxb {
  align-items: flex-start;
  justify-content: space-between;
}
.fac {
  align-items: center;
}
.fxe{
  justify-content: flex-end;
}
.bi {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6D6E71;
}
#loader div {
  width: 275px;
  height: 65px;
  animation-name: fadein;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.container:before, .container:after{
  content: "";
  width: 100%;
  display: table;
  clear: both;
}
.btn {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 22px 50px;
  border: none !important;
  border-radius: 10px;
  background: rgb(250,194,82);
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover,
.btn:focus,
.btn:target {
  background-color: #f7941d;
  color: #fff;
}
.btn-primary{
  background: rgb(250,194,82);
  background: linear-gradient(90deg, rgba(250,194,82,1) 0%, rgba(247,148,29,1) 100%);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:target {
  background-position: 100%;
  background-size: 400%;
  color: #fff;
}
.btn-green{
  background: #F7941D;
  background: linear-gradient(274.54deg, #F7941D 0%, #2FA020 18.08%, #237F17 98.09%);;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:target {
  background-position: 100%;
  background-size: 800%;
  color: #fff;
}
.btn-grey{
  background: rgb(250,194,82);
  background: linear-gradient(274.54deg, #F7941D 0%, #9B9C9F 18.08%, #C4C4C4 98.09%);
  color: #fff;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:target {
  background-position: 100%;
  background-size: 400%;
  color: #fff;
}
header{
  width: 100%;
  color: #424346;
}
.header-top{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9996;
  background-color: #6D6E71;
  padding: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);    
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
}
.header-top a{
  color: #fff;
  text-decoration: none;
}
.header-top a:hover{
  color: #fff;
  text-decoration: none;
}
.scroll-logo .logo{
  width: 100px;
  height: 24px;
  margin-left: 10px
}
.scroll-menu{
  width: 18px;
  cursor: pointer;
}
.scroll-menu span{
  width: 100%;
  height: 2px;
  margin: 3px auto;
  display: block;
  background-color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.scroll-menu:hover span:last-child, .scroll-menu:hover span:first-child{
  width: 50%;
  margin-left: 0;
}
.scroll-calculator{
	width: 12px;
	height: 17px;
	margin-right: 15px;
	cursor: pointer;
}
.scroll-measurer{
	width: 12px;
	height: 17px; 
	margin-right: 15px;
	cursor: pointer;
}
.scroll-callback{
  	width: 12px;
	height: 17px; 
	margin-right: 15px;
	cursor: pointer;
}
.scroll-phones a{
  font-weight: 300;
  display: block;
}
.scroll-phones .scroll-phone1{
  margin-right: 30px;
}
.header-center{
  background-color: #fff;
}
.header-center-top{
  width: 100%;
}
.header-center-bottom{
  width: 100%;
}
.header-logo{
  width: 209px;
}
.header-logo .logo{
  width: 209px;
  height: 51px;
}
.header-logo .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo-intro{
  color: #6D6E71;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 8px;
}
.header-info{
  width: 498px;
  margin: 0 10px;
}
.header-phones{
  width: 270px;
  background-color: #F7941D;
  padding: 36px 47px 12px;
  color: #fff;
}
.header-phones a{
  display: block;
  margin-bottom: 13px;
  font-weight: 100;
  font-size: 23px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}
.header-info-menu{

}
.header-info-menu a{
  font-size: 13px;
  line-height: 16px;
  margin-right: 8px;
}
.header-info-lang .lang-link{
  color: #9B9C9F;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}
.header-info-lang .lang-link-active, .header-info-lang .lang-link:hover{
  color: #F7941D;
}
.header-info-lang span{
  width: 1px;
  height: 13px;
  margin: 0 3px;
  background-color: #9B9C9F;
} 
.header-info-lang span:last-child{
  display: none;
}
.header-info-search{
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-image: url(../img/header/header-ico/loupe.svg);  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header-info-search:hover{
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.header-center-bottom{
  width: 100%;
  height: 53px;
  background-color: #323232;
}
.header-menu{
  width: calc(100% - 280px);
  position: relative;
}
.header-menu .header-menu-item{
  height: 53px;
}
.header-menu .header-menu-item > a{
  /* padding: 7px 18px; */
  padding: 7px 10px;
  border-right: #F7941D;
  border-left: 1px solid #F7941D;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
}
.header-menu .header-menu-item a:hover{
  color: #F7941D;
}
.header-menu .header-menu-item:first-child a{
  padding-left: 0;
  border-left: 0;
}
.header-menu .header-menu-item:last-child a{
  padding-right: 0;
  border-right: 0;
}
.header-menu .header-menu-childrens{
  display: none;
}
.header-menu .header-menu-item:hover .header-menu-childrens{
  display: block;
  position: absolute;
  z-index: 5;
  top: 53px;
  left: 0;
  background-color: #fff;
  width: 100%;
  padding: 11px 15px 30px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.header-menu .header-menu-childrens a{
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  color: #424346;
}
.header-menu .header-menu-childrens a:hover{
  color: #F7941D;
}
.header-callback{
  width: 270px;
  background-color: #F7941D;
  padding: 16px 5px 18px;
  color: #fff;
  text-align: center;
}
.header-callback div{
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  font-size: 17px;
  line-height: 1;
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
}
.header-callback div:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.header-info-bottom{
  margin-top: 25px;
  font-size: 18px;
  line-height: 22px;
  color: #424346;
}
.header-info-bottom .calculator-link{
  background-image: url(../img/header/header-ico/calc.svg); 
  background-size: 21px 32px;
  background-position: -2px 0px;
  padding: 4px 0 4px 25px;
  margin-right: 25px;
}
.header-info-bottom .measurer-link{
  background-image: url(../img/header/header-ico/zamer.svg); 
  background-size: 21px 32px;
  background-position: 0px 0px;
  padding: 4px 0 4px 28px;
}
.form-line {
  width: 100%;
  margin-bottom: 15px;
}
.form-line .error {
  color: red;
}
.form-line label {
  font-weight: 600;
  font-size: 17px;
}
.form-line .input-error {
  border: 1px solid red !important;  
}
.form-line .input-error-text {
  color: red !important;
}
.gradient-top-border{
  width: 100%;
  height: 10px;
  background: #237F17;
  background: linear-gradient(90deg, #2FA020 0%, #F0931C 54.69%, #237F17 100%);;
}
.product-main2-block{
  padding: 40px 0 60px;
}
.product-main2-block .bx-wrapper{
  margin: auto;
}
.product-main2-block .bx-viewport{
  padding: 10px 0;
}
.catpart-item{
  width: 289px;
}
.catpart-item-body{
  width: calc(100% - 6px);
  margin: auto;
  position: relative;
  padding: 18px 13px 21px;
  background-color: #fff;  
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2);
  -moz-box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2);
  box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2);
}
.catpart-item-name{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #424346;
}
.catpart-item-desc{
  font-size: 12px;
  line-height: 24px;
  color: #424346;
}
.catpart-item-priceWord{
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #9B9C9F;
}
.catpart-item-priceValue{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #424346;
}
.catpart-item-img{
	width: 100%;
	max-width: 240px;
	height: 298px;
	margin: 12px auto;
	background-size: 100% auto;
}
.catpart-item-img a{
  display: block;
  width: 100%;
  height: 100%;
}
.catpart-item-attrs{
  padding: 8px 12px;
  /* background-color: rgba(138,139,141,0.15); */
  border-radius: 3px;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  color: #6D6E71;
}
.catpart-attr-name{
  width: 130px;
}
.catpart-attr-value{
  width: calc(100% - 130px);
  font-weight: 400;
  line-height: 20px;
  color: #2C6F9D;
}
.catpart-attr-value .catpart-attr-stars{
  margin-bottom: 0;
}
.catpart-item-price{
  margin-top: 12px;
}
.catpart-item-btn{
  text-align: center;
  margin-top: 22px;
}
.reviews-block{
  padding: 64px 0;
}
.review-slider-item{
  padding: 24px 16px 14px;
  background-color: #fff;
}
.review-slider-item:nth-child(odd){
  background-color: rgba(155, 156, 159, 0.1);
}
.review-slider-name{
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #424346
}
.review-slider-rating{
  width: 60px;
  height: 11px;
  background: url(../img/star_standart.png) 0px -33px;
  margin-bottom: 10px;
} 
.review-slider-rating1{
  background-position: 0 0;
}
.review-slider-rating2{
  background-position: 0 -11px;
}
.review-slider-rating3{
  background-position: 0 -22px;
}
.review-slider-rating4{
  background-position: 0 -33px;
}
.review-slider-rating5{
  background-position: 0 -44px;
}
.review-slider-text{
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #6D6E71;
}
.review-slider-date{
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #6D6E71;
}
.review-slider-date div{
  padding-left: 20px;
  background-image: url(../img/all-icon/rewiev/calendar.svg);
  background-position: 0px 0px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.callback-form2-block{
  background-color: grey;
  padding: 68px 0 63px;
}
#cnt_form_measurer2{
  width: 100%;
  max-width: 624px;
}
.callback-form2-block .cnt-title{
  padding: 0 30px;
  margin-bottom: 37px;
  font-weight: 700;
  font-size: 52px;
  line-height: 63px;
  color: #FFF;
}
.callback-form2-block .cnt-intro{
  padding: 0 30px;
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #FFF;
}
.callback-form2-block .cnt-form{
  padding: 30px;
  outline: 1px solid #fff;
  outline-offset: -3px;
  background-color: #424346;
  opacity: 0.9;
  border-radius: 3px;
  color: #fff;
}
.callback-form2-block .cnt-form-intro{
  width: 100%;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #FFF;
}
.callback-form2-block .cnt-form .form-line-full{
  width: 100%;
  margin-bottom: 19px;
}
.callback-form2-block .cnt-form .form-line{
  width: calc(50% - 30px);
  margin-right: 30px;
}
.callback-form2-block .cnt-form .form-line:last-child{
  margin-right: 0;
}
.callback-form2-block .cnt-form .form-line.cnt-line-city{
  max-width: 100px;
}
.callback-form2-block .cnt-form .form-line.cnt-line-address{
  max-width: 125px;
}
.callback-form2-block .cnt-form input.form-input{
  padding: 13px 10px; 
}
.callback-form2-block .cnt-form .btn-green{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    padding: 22px;
}
.callback-form2-block .cnt-form .btn-green span{
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.callback-form2-block .cnt-text{
  margin-top: 28px;
  font-style: italic;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
}
.portfolio-block{
	width: 100%;
	padding: 58px 0 41px;
	position: relative;
	background-color: #F7941D;
	overflow: hidden;
}
.portfolio-block-title{
	margin: 0 0 17px;
	font-weight: 700;
	font-size: 52px;
	line-height: 63px;
	color: #fff;
}
.portfolio-block-title span{
	display: block;
	font-weight: 900;	
	text-transform: uppercase;
	color: #424346;
	text-shadow: 0.5px 1px 0 #424346;
	border-bottom: 0;
}
.portfolio-block-bg{
	position: absolute;
	z-index: 2;
	top: -140px;
	right: 0;
	width: 418px;
	height: 1484px
}
.portfolio-block-content{
	position: relative;
	z-index: 3;
}
.portfolio-block-item{
	max-width: 370px;
}
.portfolio-block-itemImg{
	width: 100%;
	height: 370px;
	border-radius: 15px 15px 0 0;
}
.portfolio-block-itemCont{
	background-color: #fff;
	padding: 31px 21px;
	border-radius: 0 0 15px 15px;
}
.portfolio-block-itemTitle{
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.portfolio-block-itemLink{
	margin-top: 19px;
	text-align: center;
}
.portfolio-block-link{
	margin-top: 17px;
}
.portfolio-block-link a{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
	color: #fff;
}
.portfolio-block .bx-wrapper .bx-controls-direction a {    
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/portfolio_arr2.svg);   
}
.portfolio-block .bx-wrapper .bx-prev {
    left: -40px; 
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.portfolio-block .bx-wrapper .bx-prev:hover{
	-webkit-transform: rotate(180deg) translate(-5px, -5px);
  -moz-transform: rotate(180deg) translate(-5px, -5px);
  transform: rotate(180deg) translate(-5px, -5px);
}
.portfolio-block .bx-wrapper .bx-next {
    right: -40px;
    
}
.portfolio-block .bx-wrapper .bx-next:hover{
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
	
}
footer{
  position: relative;
  background-color: transparent;  
  padding-top: 188px;
  color: #fff;
}
footer a{
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.footerbg1{
  position: absolute;
  z-index: 2;
  top: 62px;
  left: calc(50% + 70px);
  width: 730px;
  height: 176px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.footerbg2{
  position: absolute;
  z-index: 2;
  top: 155px;
  right: calc(50% - 70px);
  width: 814px;
  height: 230px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.footerbg3{
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 50%;
  width: 814px;
  height: 230px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.footer-content{
  position: relative;
  z-index: 3;
  padding-top: 80px;
  background-color: rgba(109, 110, 113, 0.8);
}
.footer-content-top{
  padding: 37px 0 12px;
  background-color: #F7941D;
}
.footer-logo{
  width: 207px;
}
.footer-logo .logo{
  width: 207px;
  height: 50px;
}
.footer-logo-intro{
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 7px;
  font-size: 16px;
}
.footer-address{
  font-weight: 300;
  margin-top: 13px;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #FFF;
}
.footer-phone{
  font-weight: 300;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
}
.footer-email{
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
  color: #FFF;
}
.footer-right{
  width: calc(100% - 491px);
}
.footer-right-col{

}
.footer-right-col a{
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.footer-content-bottom{
  padding: 24px 0 46px;
}
footer .social-title{
  width: 100%;
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
footer .social-content a{
  width: 24px;
  height: 24px;
  margin-right: 30px;
}
footer .social-content .fcb{
  background-image: url(../img/footer/footer-ico/facebook.svg);
}
footer .social-content .inst{
  background-image: url(../img/footer/footer-ico/insta.svg);
}
footer .social-content .ytb{
  background-image: url(../img/footer/footer-ico/youtube.svg);
}
footer .social-content a:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-content2{
  padding: 5px 0 11px;
  background-color: #424346; 
  font-size: 10px;
  line-height: 24px;
}
.footer-content2 .container{
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .header-logo{
  	width: 167px;
  }
  .header-logo .logo {
      width: 167px;
      height: 40px;
  }
  .header-logo-intro {
      letter-spacing: 5px;
  }
  .header-phones {
      width: 230px;
      padding: 36px 27px 12px;
  }
  .header-callback {
      width: 230px;
      padding: 17px 5px 18px;
  }
  .header-callback div{
      font-size: 15px;
  }
  .header-menu {
      width: calc(100% - 240px);
  }
  .header-menu .header-menu-item > a {
      padding: 7px 12px;
      font-size: 12px;
  }
  .header-info-bottom {
      font-size: 16px;
  }
  .pagebanner-block-title {
      font-size: 43px;
      line-height: 45px;
  }
  .footer-right {
    width: calc(100% - 265px);
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;  
  background: transparent;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}
.bx-viewport {
  -webkit-transform: translateZ(0);
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;  
  outline: 0;
  text-indent: -9999px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-phones {
      width: 190px;
      padding: 36px 20px 12px;
  }
  .header-phones a {
      font-size: 20px;
  }
  .header-callback {
      width: 190px;
  }
  .header-callback div {
      font-size: 12px;
  }
  .header-menu .header-menu-item > a {
      padding: 7px;
      font-size: 12px;
  }
}
.h-d{
	display: none;
}
@media screen and (max-width: 960px) {
	.h-d{
		display: flex;
	}
	.h-m{
		display: none;
	}
	.header-top{
		display: block;
		position: static;
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header-top-right{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.scroll-phones a{
		font-weight: 500;
		font-size: 24px;
		line-height: 48px;
		text-align: center;
		letter-spacing: 0.03em;
	}
	.scroll-phones a.h-m{
		display: none;
	}
	.header-center-top{
		padding: 15px 0;
	}
	.header-info-top{
		justify-content: flex-start;
	}
	.mobile-menu{
		width: 42px;
		display: block;
	}
	.mobile-menu span{
		display: block;
		width: 18px;
		height: 2px;
		margin: 4px 0;
		background-color: #6D6E71;
		border-radius: 25px;
	}
	.mobile-menu span:last-child{
		width: 10px;
	}
	.header-logo{
		width: calc(100% - 108px);
		text-align: center;
	}
	.header-logo .logo{
		margin: auto;
	}
	.header-info{
		width: initial;
		margin: 0;
	}
	.header-bottom{
		width: 100%;
		background-color: #F7941D;
		padding: 8px 0 0;
	}
	.header-bottom .calculator-link, .header-bottom .measurer-link{
		margin-bottom: 7px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-position: 0 0;
		font-size: 13px;
		line-height: 15px;
		color: #fff;
	}
	.header-bottom .calculator-link{
		margin-right: 20px;
		padding-left: 24px;
		background-size: 15px 24px;
	}
	.header-bottom .measurer-link{
		padding-left: 28px;
		background-size: 19px 24px;
	}
	.callback-form2-block .cnt-title{
		padding: 0;
		font-weight: 700;
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 30px;
	}
	.callback-form2-block .cnt-intro{
		padding: 0;
		margin-bottom: 30px;
		font-weight: 400;
		font-size: 17px;
		line-height: 21px;
	}
	.callback-form2-block .cnt-form{
		padding: 0;
	}
	.callback-form2-block .cnt-form .form-line{
		width: 100%;
		margin-right: 0;
	}
	.callback-form2-block .cnt-form .form-line.cnt-line-city{
		margin-right: 30px;
	}
	.callback-form2-block .cnt-form .form-line.cnt-line-address {
	    max-width: 139px;
	}
	.callback-form2-block .cnt-form .btn-green{
		margin: auto;
		width: 100%;
		max-width: 310px;
	}
	.callback-form2-block .cnt-text{
		margin-top: 30px;
		font-weight: 300;
		font-size: 10px;
		line-height: 12px;
	}
	.portfolio-block {
    	padding: 14px 0 30px;
   	}
   	.portfolio-block-title{
   		margin-bottom: 26px;
   		text-align: center;
   		font-size: 28px;
		line-height: 34px;
   	}
   	.portfolio-block-bg {
	    position: absolute;
	    z-index: 2;
	    top: -235px;
	    right: 0;
	    width: 93px;
	    height: 330px;
	}
	.portfolio-block-itemTitle, .portfolio-block-link{
		text-align: center;
	}
	.portfolio-block .bx-wrapper .bx-controls-direction a {    
	    margin-top: -16px;
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-color: #fff;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-image: url(../img/portfolio_arr_mob.svg);
	}
	.portfolio-block .bx-wrapper .bx-prev {
	    left: -5px; 
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;   
	}
	.portfolio-block .bx-wrapper .bx-prev:hover{
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	.portfolio-block .bx-wrapper .bx-next {
	    right: -5px;
	    -webkit-transform: rotate(180deg);
	    -moz-transform: rotate(180deg);
	    transform: rotate(180deg);
	}
	.portfolio-block .bx-wrapper .bx-next:hover{
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	footer{
		padding-top: 49px;
	}
	.footer-content2 .container{
		justify-content: flex-start;
	}
	.footerbg1 {
	    position: absolute;
	    z-index: 2;
	    top: 10px;
	    left: unset;
	    right: 10px;
	    width: 218px;
	    height: 52px;
	    -webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    transform: translate(-0, 0);
	}
	.footer-right {
	  	margin: 15px 0 10px;
	    width: 100%;
  	}
}
.product-about-content .bx-wrapper .bx-controls-direction a, .reviews-block .bx-wrapper .bx-controls-direction a, .product-main-block .bx-wrapper .bx-controls-direction a, .product-main2-block .bx-wrapper .bx-controls-direction a, .catparts-block .bx-wrapper .bx-controls-direction a{
  width: 10px;
  height: 28px;
  background-image: url(../img/slarr.png);
}
.product-about-content .bx-wrapper .bx-controls-direction .bx-prev, .reviews-block .bx-wrapper .bx-controls-direction .bx-prev, .product-main-block .bx-wrapper .bx-controls-direction .bx-prev, .product-main2-block .bx-wrapper .bx-controls-direction .bx-prev, .catparts-block .bx-wrapper .bx-controls-direction .bx-prev{
  left: -25px;
}
.product-about-content .bx-wrapper .bx-controls-direction .bx-next, .reviews-block .bx-wrapper .bx-controls-direction .bx-next, .product-main-block .bx-wrapper .bx-controls-direction .bx-next, .product-main2-block .bx-wrapper .bx-controls-direction .bx-next, .catparts-block .bx-wrapper .bx-controls-direction .bx-next{
  right: -25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
	.callback-form2-block{
		padding: 34px 0 74px;
	}
	#cnt_form_measurer2{
		padding: 10px 10px 57px;
		border-radius: 3px;
		background-color: #525356;
 		opacity: 0.9;
	}
 	.callback-form2-block .cnt-form{
 		outline: none;
 		background-color: transparent;
 		opacity: 1;
 	}
 	#loader div {
	    width: 195px;
	    height: 65px;
	    background-size: 100% auto;
	}
	.reviews-block .bx-wrapper .bx-controls-direction .bx-prev{
		left: 5px;
	}
	.reviews-block .bx-wrapper .bx-controls-direction .bx-next{
		right: 5px;
	}
}
@keyframes fadein {
  0% {
    opacity: 0.65;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.65;
    transform: scale(1);
  }
}

#colorbox, #cboxOverlay, #cboxWrapper{
    position:absolute;
     top:0;
     left:0;
     z-index:9999;
     overflow:hidden;
     -webkit-transform: translate3d(0,0,0);
}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxOverlay{
    background:#000;
     opacity: 0.9;
     filter: alpha(opacity = 90);
}
 #colorbox{
    outline:0;
}
 #cboxContent{
    margin-top:32px;
    overflow:visible;
    background:transparent;
}
#cboxLoadedContent{
    overflow:auto;
     -webkit-overflow-scrolling: touch;
}
 #cboxLoadingOverlay, #cboxLoadingGraphic{
    position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
}
#cboxLoadedContent{
    background:transparent;
     padding:0;
}
#cboxClose{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    opacity: 0.92;
    line-height: 1;
    cursor: pointer;
    text-indent:-9999px;
    border: none;
    padding: 0;
}
#cboxClose:active, #cboxClose:target, #cboxClose:focus{
    outline:0;
}
#cboxClose:before, #cboxClose:after {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}
#cboxClose:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cboxClose:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-content{
  width: 100%;
}
input.check {
    width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
}
.popup-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  background-color: rgba(0,0,0,0.9);
}
.block-masked{
  position: relative;
}
.block-mask{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(66,67,70,0.9);
}
.block-mask-ligth{
  background-color: rgba(66,67,70,0.5);
}
.block-content{
  position: relative;
  z-index: 2;
}
.justifyleft{
	text-align: left;
}
.justifyright{
	text-align: right;
}
.justifyfull{
	text-align: justify;
}
.table-addaptive td {
  position: relative;
}
@media (min-width: 650px){
  .table-addaptive td {
      padding-left: 15px;
      padding-right: 15px;
        text-align: center;
    }
    
}
@media (max-width: 650px){
  thead {
        display: none;
    }
    .table-addaptive td {
      display: block;
        padding: 5px;
        border: none;
        text-align: center;
    }
    .table-addaptive td:nth-child(odd) {
        background-color: #fff;
    }
    .table-addaptive td:before {
      content: attr(data-label);
        position: static;
        display: block;
        font-weight: bold;
        background-color: #ccc;
    }
}
.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.frame_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.product-main2-title2 {
      margin-top: 30px;
      margin-bottom: 30px;
      color: #3a3a3a;
      font-weight: 700;
      line-height: 1.25;
	  font-size: 22px;
	  border-bottom: 5px solid #FAC555;
    }
.product-about-title2 {
      margin-top: 30px;
      margin-bottom: 30px;
      color: #3a3a3a;
      font-weight: 700;
      line-height: 1.25;
	  font-size: 22px;
	  border-bottom: 5px solid #FAC555;
    }
.catparts-title2 {
      margin-top: 30px;
      margin-bottom: 30px;
      color: #3a3a3a;
      font-weight: 700;
      line-height: 1.25;
	  font-size: 22px;
	  border-bottom: 5px solid #FAC555;
    }
    
    
    
    
    
    




/* style for profie page */


.block_pvh_energo2 .header-callback{
  float: right;
  margin-right: 7%;
}

.energo-image2 {
  margin-bottom: -5px;
}

.block_pvh_energo2 {
  flex: 1; 
}




.block3 .content .catpart-item-attrs{
  color: white !important;
}
.block3 .content .catpart-item-attrs .catpart-attr-value {
  color: white !important;
}
.block3 .header h1{
  color: white !important;
}
.block3 .description{
  color: white !important;
}
.block3 .content .catpart-item-attrs {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.block3 .content .catpart-attr {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.block3 .content .catpart-item-attrs {
     background: none;
}
.block3 .header::after {
    content: '';
    position: absolute;
    bottom: -10px; 
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; 
}
.block2 .block_pvh_energo .header-callback {
    position: relative;
    bottom: 0;
    left: 42%;
}
@media screen and (max-width: 767px) {
    .block3 {
        flex-direction: column; 
        max-height: 100% !important;
        display: block !important;
        text-align: center; 
    }

    
    .block3 .content {
        width: 100% !important; 
        margin: 0 auto; 
    }

    .block3 .header::after {
        display: none; 
    }
    .block3 .header {
        display: block !important;
    }
    .block3 .content .catpart-item-attrs {
        display: block !important;
    }
    .block3 .image-container img {
        margin: 0 auto;
    }
    .block3 .content .header h1 {
        margin-bottom: 10px;
    }
     .block3 .content .header-callback {
        margin: 0 auto;
    }
    .block3 .content .catpart-attr {
      width:100%;
    }
    .block3 .content .catpart-attr .catpart-attr-value {
      width: calc(100% - 75%);
    }
    .profile-tabs .tab-pane.active {
      display: block !important;
    }
    .profile-tabs .tab-text {
      width: 100%;
    }
    .profile-tabs .tab-image {
      max-width: 100%;
    }
}



.block3 .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, rgba(255, 204, 0, 0.8), rgba(255, 102, 51, 0.6)), url(https://niks-m.elit-web.net.ua/assets/templates/new/img/back_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.block3 .img_opacy {
    position: relative;
    z-index: 1;
}

.block3 .img_opacy img {
    max-width: 100%;
    height: auto;
    display: block;
}

  
.block3 .image-container {
  position: relative;
    width: 50%; 
    max-height: 400px;
}

.block3 .image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.block3 .content {
    width: 50%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.block3 .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.block3 .header h1 {
    margin: 0;
}

.block3 .catpart-item-attrs {
    margin-bottom: 20px;
}

.block3 .description {
    margin-bottom: 20px;
}
  
  
  
  
  
  
.block3 .text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
}
.block3 .block_pvh_btn{
    position: relative;
    top: 37%;
    right: 31%;
}
.block3 .text_head {
    padding: 0 20px;
    height: auto;
    max-height: 265px;
}
.block3 .energo-image{
  max-width: 60%;
}
.block3 .text_head span {
    font-weight: 1000;
    font-size: 24px;
    line-height: 16px;
    color: #FFF;
}
.block3 .block_pvh {
    text-align: center;
    color: white;
}
.block3 .block_pvh_energo {
    text-align: left;
    color: white;
}

.block3 {
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #ffcc00, #ff6633);
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 6%;
}
@media (min-width: 580px) {
  .block3 img {
      width: 40%;
      max-height: 400px;
      margin: 40px;
      margin-bottom: 13px;
      margin-left: 29%;
  }
}
.block3 .text {
    padding: 0 20px;
    height: auto;
    max-height: 254px;
}

.profile-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 4%;
}

.tab-container {
    display: block;
}
.tab-buttons{
  padding: 15px;
}

.tab-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.tab-btn.active {
    font-weight: bold;
    border-bottom: 4px solid;
    border-color: #FAC555;
    border-radius: 0px;
}

.tab-content {
    display: flex;
}

.tab-pane {
    display: none;
    flex-grow: 1;
}

.tab-pane.active {
    display: flex;
}

.tab-content-inner {
    display: flex;
}

.tab-text {
    width: 70%;
}

.tab-image {
    max-width: 50%;
}

.tab-image img {
    max-width: 100%;
    height: auto;
}


.block2 {
    max-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #ffcc00, #ff6633);
    border: 1px solid #ccc;
    padding: 0px !important;
    box-sizing: border-box;
    margin-bottom: 6%;
}
@media (max-width: 960px) {
   .block_pvh_energo2 .header-callback{
   margin-right: 0pc !important;
   }
}
@media (min-width: 580px) {
    .block2 img {
        max-width: 100%;
        max-height: 600px;
        margin: 0px !important;
        margin-bottom: 0px !important; 
    }
}
.block2 .text {
    padding: 0 20px;
    height: auto;
    max-height: 254px;
    font-size: 14px;
    font-family: 'Inter', sans-serif; 
    font-weight: 400;
}
.block2 .text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
}
.block2 .block_pvh_btn{
    position: relative;
    top: 37%;
    right: 31%;
}
.block2 .text_head {
    padding: 0 20px;
    height: auto;
    max-height: 265px;
    font-size: 22px;
    margin-bottom: 4%;
}
.block2 .energo-image{
  max-width: 60%;
}
.block2 .text_head span {
    font-weight: 1000;
    font-size: 24px;
    line-height: 16px;
    color: #FFF;
}
.block2 .block_pvh {
    text-align: center;
    color: white;
}
.block2 .block_pvh_energo {
    text-align: left;
    color: white;
    margin: 13px;
}


@media (max-width: 580px) {
    .block2 .energo-image {
        max-width: 100%;
    }
    .block2 {
    margin: 16% auto;
    }

    .block2 img {
    max-width: 100%;
    height: auto;

    }

    .block2 .text {
    padding: 0 23px;
    }

    .block_pvh_btn {
    position: relative;
    top: auto; 
    right: auto; 
    margin-top: 20px; 
    transform: none; 
    }
    .block2 {
    display: grid;
    position: relative;
    width:100%;
    height:100%;
    }
    .block2 .block_pvh_btn {
    position: relative;
    top: -230%;
    right: -50%;
    }
}











/* 

стили главной

*/
@media (max-width: 1100px) {
  .product-main2-block .button_slid_review .bx-next:nth-of-type(1) {
    display: none;
  }
  .product-main2-block .button_slid_review .bx-prev:nth-of-type(1) {
    display: none;
  }
}
@media (min-width: 760px) and (max-width: 900px) {
 .custom-prev, .custom-next, .custom-prev-product, .custom-next-product, .bx-prev {
   width: 24% !important;
 }
}
@media (min-width: 1876px)  {
.niks_logo2 .footerbg2 {
    top: 620px !important;
    right: 150px !important;
}
}
@media (min-width: 1746px) and (max-width: 1875px) {
.niks_logo2 .footerbg2 {
  top: 628px !important;
  right: 12% !important;
}
}
@media (min-width: 1628px) and (max-width: 1746px) {
.niks_logo2 .footerbg2 {
    top: 636px !important;
    right: 17% !important;
}
}
@media (min-width: 820px) and (max-width: 1626px) {
.niks_logo2 .footerbg2 {
    top: 636px !important;
    right: 17% !important;
}
}
@media (min-width: 820px) and (max-width: 1366px) {
    .niks_logo2 .footerbg2 {
        top: 663px !important;
        right: 34% !important;
    }
}      
.callback-form2-block .container{
    width: 100%;
    max-width: 1114px !important;
}

.button_slid_review {
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-block .button_slid_review {
    display: flex;
    align-items: center;
    justify-content: end;
}
@media screen and (min-width: 769px){
.custom-prev,
.custom-prev-product,
.custom-next-product,
.custom-next {
    width: 20px; 
    height: 20px;
    text-decoration: none;
    color: #6D6E71; 
}

.custom-prev,
.custom-next,
.custom-prev-product,
.custom-next-product,
.bx-prev {
    margin: 14px 9px;
    width: 16%;
    color: #c4c4c4;
    font-size: 18px;
}
.bx-next {
    margin: 14px -1px;
    width: 46%;
    color: #F7941D;
    font-size: 18px;
}

.bx-prev::before {
    content: "<"; 
    display: inline-block;
    width: 27px;
    height: 20px; 
    font-size: 23px;
}

.bx-next::after {
    content: ">"; 
    display: inline-block;
    width: 27px; 
    height: 20px; 
    font-size: 23px;
    margin-left: 10px;
}
}
@media screen and (max-width: 768px){
  .reviews-block .button_slid_review {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .custom-prev,
  .custom-next,
  .custom-prev-product,
  .custom-next-product,
  .bx-prev {
    margin: 14px -1px;
    width: 46%;
    color: #c4c4c4;
    font-size: 18px;
}
  .bx-prev::before {
    content: "<";
    display: inline-block;
    width: 15px;
    height: 20px;
    font-size: 23px;
}
.bx-next {
    margin: 14px -1px;
    width: 46%;
    color: #F7941D;
    font-size: 18px;
}

.bx-next::after {
    content: ">";
    display: inline-block;
    width: 3px;
    height: 20px;
    font-size: 23px;
    margin-left: 0px;
}
  
}

@media screen and (min-width: 769px){
.review-slider-item {
    padding: 16px 17px 14px;
    height: 336px !important;
/*     margin: 0px 9.2px !important;
width: 370px !important; */
}
}
@media screen and (max-width: 768px){
  .review-slider-item {
      width: 345px;
      height: 340px !important;
  }
}

/* херед обратній звонок */

.header-phones {
    width: 270px;
    background-color: #F57F20;
    /* padding: 36px 15px 12px !important; */
    padding: 0px;
    color: #fff;
    border-bottom: 1px solid white;
    /* background: linear-gradient(to bottom, #F57F20 40%, #F7941D); */
}
.header-info-bottom {
    margin-top: 7px;
    display: flex;
}
.header-info-bottom .calculator-link {
  margin-right: 0px;
  font-size: 14px !important;
  background-size: 21px 50px !important;
}
.header-info-bottom .measurer-link {
  margin-right: 0px;
  font-size: 14px !important;
  background-size: 21px 50px !important;
}
.header-phones .binct-phone-number-1{
  /* margin: 0 35px !important; */
  margin: 6px 48px !important;
}
.main-text-block .block-content .main-text-text{
  color: black;
}
.main-text-block {
  background: linear-gradient(to top, #F3E2C9 -81%, #FFFFFF 37%) !important
}
footer{
  background: linear-gradient(to bottom, #F3E2C9 -81%, #FFFFFF 37%) !important
}
.second_item {
    background: linear-gradient(to top, #F3E2C9 -82%, #FFFFFF 104%) !important;
}
.product-main-block {
  background: linear-gradient(to top, #F3E2C9 19%, #FFFFFF 173%);
}

.calculator-block {
    width: 100%;
    /* padding: 171px 0 62px; */
    max-width: 1200px !important;
    margin: 0 auto;
}


/* блок візова замерщика */

.niks_logo .footerbg2 {
    transform: rotate(90deg) !important;
    transform-origin: top !important;
    position: relative;
    z-index: 2;
    top: 550px;
    right: -214px;
    float: right;
}
@media (min-width: 1400px) and (max-width: 1600px){
  .niks_logo .footerbg2 {
        right: -316px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .niks_logo .footerbg2 {
        right: -398px !important;
  }
}
@media (min-width: 820px) and (max-width: 1199px){
  .niks_logo .footerbg2 {
    right: -406px !important;
  }
}
@media (min-width: 820px) and (max-width: 1199px){
.blue-background {
    width: 266px !important;
}
}
.callback-form_home .cnt-text{
  margin-top: 0px !important;
  max-width: 48% !important;
}
.callback-form_home .callback-form2-block {
  background-color: white !important;
}
.callback-form_home .block-mask {
  background-color: white !important;
}
  
.callback-form_home .block-mask-ligth {
  background: linear-gradient(to top, #F3E2C9 4%, #FFFFFF 118%) !important;
}
.callback-form2-block .cnt-form {
    background: linear-gradient(90deg, rgba(247, 148, 29, 1) 100%, rgba(250, 194, 82, 1) 0%) !important;
    border-radius: 17px;
    margin-bottom: 11px;
    outline-offset: 0px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.blue-background {
    position: relative;
    background: linear-gradient(90deg, rgba(250, 194, 82, 1) 0%, rgba(247, 148, 29, 1) 100%) !important;
    width: 416px;
    max-width: 100%;
    border-radius: 19px;
    margin-right: 4%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.blue-background .adventage-item_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blue-background .adventage-item_top .adventage-item-title {
    ont-family: 'JakobExtraCTT', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 17px;
    text-align: center;
    color: white;
    max-width: 196px;
    height: 51px;
    top: 900.7px;
    left: 683.13px;
    transform: rotate(-20.38deg);
    margin-left: 2%;
    margin-top: 27%;
}

.text {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.person-image {
    position: relative;
    max-width: 100%;
    margin-left: 11%;
    margin-top: -61%;
}

.callback-form2-block .block_backform .cnt-title {
    padding: 0 20px;
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #FFF;
}
.callback-form2-block .cnt-intro {
  padding: 0 30px;
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #FFF;
}
.callback-form2-block .cnt-form .form-line-full {
    width: 100%;
    margin-bottom: 19px;
    padding: 0 27px;
}
@media screen and (max-width: 960px)
.callback-form2-block .cnt-form {
    max-width: 100%;
}
@media  (min-width: 770px) and (max-width: 1100px) {
    .slider1 .item {
      max-height: 385px !important;
    }
    .carousel-caption h3 {
      font-size: 18px !important;
    }
}
@media screen and (max-width: 768px){
#cnt_form_measurer2 {
    padding: 10px 10px 57px;
    border-radius: 3px;
    /* background: linear-gradient(90deg, rgba(250, 194, 82, 1) 0%, rgba(247, 148, 29, 1) 100%) !important; */
    background: none;
}
}
@media screen and (max-width: 960px){
.callback-form2-block .cnt-text {
    max-width: 100% !important;
    margin: 0 30px;
}
}
@media screen and (max-width: 640px){
#cnt_form_measurer2 {
    padding: 20px 0px 1px 0px !important;
}
.callback-form2-block .cnt-form-intro {
    padding: 0 30px;
}
}




/* блок калькулятора */

.calculator-block .calculator-block_content{
      background: linear-gradient(90deg, rgba(247, 148, 29, 1) 50%, rgba(250, 194, 82, 1) 100%) !important;
  border-radius: 10px;
}
.calculator-block .footerbg4{
    position: relative;
    z-index: 2;
    top: 0px;
    right: calc(-2% - 70px);
    width: 814px;
    height: 189px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.calculator-block .footerbg5{
    position: relative;
    z-index: 2;
    bottom: 0px;
    right: 35%;
    width: 919px;
    height: 222px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
} 
.calculator-block-btn .btn{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, #FAC252 0%, #F57F20 100%);
    border-radius: 5px;
    border: 2px solid white !important;
    padding: 10px 20px;
    align-items: center;

}
.calculator-block .container .calculator-block-title{
  color: #F7941D;
  font-size: 70px;
}
.calculator-block .calculator-block-left .title_footer_calculator{
  color: white;
}
.calculator-block .calculator-block-left .calculator-block-intro{
  color: white;
  margin-top: 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 21px;;
}
.calculator-block .calculator-block-left .adventage-item_top .adventage-item-title {
 color: white;
  margin-top: 19%;
  margin-left: 3%;
}


/* блок сео-текст */
.block-masked .block-content .main-text-title{
  color: black;
  border: none;
}
.product-main2-content .block-masked .block-content .main-text-text{
  color: black;
}

/* блок рекомендуеміх */

.bx-wrapper .catpart-item {
  border: 1px solid #F7941D;
}


/* блок портфолио */

.home_portfolio{
  background: none;
}
.home_portfolio .portfolio-block-item {
  position: relative;
}
.home_portfolio .portfolio-block-itemOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%; 
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(245, 127, 32, 0.6) 48%);
}
.home_portfolio .portfolio-block-itemText {
  position: absolute;
  bottom: 13%;
  left: 10px;
  color: white; 
}
.home_portfolio .portfolio-block-itemTitle {
  font-weight: bold; 
  font-size: 17px;
  margin-bottom: 8px;
}
.home_portfolio .portfolio-block-itemDescription {
  font-weight: bold; 
  font-size: 13px;
}
.home_portfolio .portfol-block-itemLink {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  bottom: 7%;
}
.home_portfolio .portfol-block-itemLink a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1); 
  background-color: transparent; 
  padding: 8px 16px; 
  border: 2px solid rgba(255, 255, 255, 1); 
  border-radius: 4px;
}
.home_portfolio .portfol-block-itemLink a:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #F57F20; 
}




/* блок разделитель */


  .border_cont {
    
  }
  .container2 {
    width: 1928px;
    height: 80px;
    white-space: nowrap;
    top: 2031.81px;
    left: -2.47px;
    padding: 18px 0;
    gap: 25px;
    transform: rotate(0.67deg);
    overflow: hidden;
    background-color: #F7941D;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    z-index: 2;
    position: sticky;

  }
  .text2 {
    color: white;
    font-size: 21px;
    margin: 10px;
    font-weight: bold;
  }
  .text2 img {
    height: auto;
    margin: -11px auto;
    max-width: 100%;
  }
  .container3 {
    width: 1928px;
    height: 80px;
    white-space: nowrap;
    top: 2031.81px;
    left: -2.47px;
    padding: 18px 0;
    gap: 25px;
    transform: rotate(-0.67deg);
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
  }
  @media screen and (min-width: 769px) {
    .container3 {
        margin: -1% 0 0 0;
    }
  }
  @media screen and (max-width: 768px) {
    .container3 {
        margin: -12% 0 0 0;
    }
  }
  .text3 {
    text-align: center;
    color: #F7941D;
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
    display: flex;
  }
  .text3 p{
    margin: 0 auto;
  }


/* первій блок */
/* .first_item .item {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
} */
.first_item{
  padding: 6% 0 6% 0;
}
.first_item .multiple-items .slick-prev{
  display: none !important;
}
.first_item .multiple-items .slick-next{
  display: none !important;  
}
.carousel-caption h3{
  color: white;
  font-size: 28px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col {
  flex: 0 0 calc(33.33% - 10px);
  margin-bottom: 20px; 
}
.carousel-caption {
  position: absolute;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
}
.carousel-caption h3 {
  margin: 0;
}
.item {
  position: relative;
  max-height: 485px;
  overflow: hidden;
}
.item img {
  width: 100%;
  max-height: 475px;
 /*  object-fit: cover; */
  border-radius: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.first_item .slider1 .slick-track {
  height: 490px;
}
.carousel-caption {
  position: absolute;
  width: 100%;
}
.item_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.item_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.item_bottom p {
  margin: 0;
}


/* второй блок */

.second_item .row{
/*   box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2); */
}
.slider2 .adventage-item:hover {
    background: linear-gradient(to bottom, #F7941D 0%, #FAC252 100%);
    box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2);
    transform: scale(1.05) translateY(-5px);
    border-radius: 7px;
    color: white !important;
    transition: all 0.3s ease; /* Плавное изменение стилей */
}
.slider2 .adventage-item:hover .adventage-item-title {
 color: white;
}
.slider2 .adventage-item:hover .adventage-item-title span {
 color: white;
}
.second_item .container .row .adventage-item {
  box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2);
}

.container1 .adventage-item {
  display: flex;
  flex-direction: column; 
  height: 314px;
  margin: 0 0px 20px !important;
}
.adventage-item {
  border-right: 2px solid #6D6E71; 
  
}
.second_item .adventage-item {
 /* margin: 0 !important; */
  margin: 15px 2px 6px;
}
.adventage-item:last-child {
  border-right: none; 
}
.adventage-item_top {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
}
.adventage-item_top .index,
.adventage-item_top .adventage-item-title {
  flex: 1; 
}
.adventage-item_top .adventage-item-title {
  font-family: 'JakobExtraCTT', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  color: #F7941D;
  max-width: 138px;
  height: 51px;
  top: 900.7px;
  left: 683.13px;
  transform: rotate(-20.38deg);
  margin-left: 22%;
}
.adventage-item_top .adventage-item-title span{
  font-family: 'JakobExtraCTT', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  color: #F7941D;
}
.adventage-item_top .index {
  font-size: 84px;
  color: #6D6E71;
  font-family: 'Inter', sans-serif;
  font-weight: 100;
}
.adventage-item-description {
  margin-top: auto; 
  text-align: center; 
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #6D6E71; 
  font-weight: bold;
  border-top: 2px solid #6D6E71; 
  padding-left: 2%; 
  padding-right: 2%; 
  height: 26%;
  width: 84%;
  margin: 28% 0 0 15px;
}
.second_item {
  overflow: hidden;
  max-width: 100%; 
  margin: 0 auto; 
  padding: 3% 0;
}
.second_item .center2 .slick-prev{
  display: none;
}
.second_item .center2 .slick-next{
  display: none;  
}
/* .second_item .center2 .slick-current .adventage-item-title{
  color: white;
}
.second_item .center2 .slick-current .adventage-item-title span{
  color: white;
} */
@media screen and (min-width: 769px) {
  .item {
   padding-right: 10px;
  }
}
.container1 .row {
    display: flex;
    flex-wrap: nowrap;
  }
.second_item .container .row .adventage-item {
  flex: 1; 
  scroll-snap-align: start;
  background-color: #F6F6F6;
  height: 322px;
}
.callback-form_home .cnt-form-intro {
  padding: 0 30px;
}
/* .second_item .container .row .slick-current {
  background: linear-gradient(to bottom, #F7941D 0%, #FAC252 100%);
  box-shadow: 0px 3px 10px rgba(21, 68, 102, 0.2); 
  transform: scale(1.05) translateY(-5px);
  border-radius: 7px;
} */
.adventage-item-title {
  font-weight: bold;
}
.scroll-phones_mob{
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll-phones_mob{
    width: 100%;
    background-color: #F57F20;
    margin 0 auto !important;
    display: block;
  }
  .scroll-phones_mob .binct-phone-number-1 {
    color: white;
    margin 0 auto !important;
  }
  .calculator-block .container .calculator-block-title {
    font-size: 34px;
  }
  .catpart-item1{
    display: none;
  }
  .calculator-block-btn .scroll-measurer{
    display: flex !important;
  } 
  .adventage-item {
    width: 210px; 
    flex: none; 
    margin-right: 10px; 
  }
}
@media screen and (max-width: 768px) {
  .calculator-block-btn {
    text-align: center;
    margin: 2% 10%;
  }
  .calculator-block-btn .btn{
    padding: 22px 10px !important;
  }
  .calculator-block .calculator-block-left .adventage-item_top .adventage-item-title {
    color: white;
    margin-top: 8%;
    margin-left: 3%;
    margin-bottom: 16%;
  }
  .calculator-block .footerbg4 {
    position: relative;
    z-index: 2;
    right: 26%;
    width: 50%;
    height: 169px;
    -moz-transform: translate(100%, 0);
    transform: translate(95%, 0);
    top: 5px;
    max-width: 205px;
    max-height: 56px;
    margin-left: 127px;
    margin-top: -87%;
  }
  .calculator-block .footerbg5 {
    position: relative;
    z-index: 2;
    bottom: 0px;
    right: 1%;
    width: 50%;
    height: 56px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin-top: 51%;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .calculator-block .footerbg5 {
   position: relative;
    z-index: 2;
    bottom: 0px;
    right: 1%;
    width: 50%;
    height: 164px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .calculator-block .footerbg4 {
    position: relative;
    z-index: 2;
    right: -9%;
    width: 50%;
    height: 160px;
    -moz-transform: translate(100%, 0);
    transform: translate(95%, 0);
  }
}
  .calculator-block-btn p {
      margin: 1em !important;
  }
/* блок отзівов */
.reviews-block{
 background: linear-gradient(to bottom, #F3E2C9 4%, #FFFFFF 118%) !important;
}

.review-slider-item:nth-child(odd) {
  background: linear-gradient(to bottom, #FAC252 3%, #F7941D 100%) !important;
}
.review-slider-item:nth-child(odd) .review-slider-text{
  color: white;
}
.rewiew_home{
  border: none !important; 
}
.review-rating{
    border-top: 1px solid #C4C4C4;
}
.review-slider-item:nth-child(odd)  .review-rating .review-slider-name{
  color: white;
}
.review-slider-item:nth-child(odd) .review-slider-date{
  color: white;
}
.review-slider-item:nth-child(odd){
    border: 1px solid white;
}
.review-slider-item {
  border: 1px solid #F7941D;
  border-radius: 20px;
}





/* 

стили профилей 

*/




.block3 .content .catpart-item-attrs{
  color: white !important;
}
.block3 .content .catpart-item-attrs .catpart-attr-value {
  color: white !important;
}
.block3 .header h1{
  color: white !important;
}
.block3 .description{
  color: white !important;
}
.block3 .content .catpart-item-attrs {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.block3 .content .catpart-attr {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
.block3 .content .catpart-item-attrs {
     background: none;
}
.block3 .header::after {
    content: '';
    position: absolute;
    bottom: -10px; 
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000; 
}
.block2 .block_pvh_energo .header-callback {
    position: relative;
    bottom: 0;
    left: 42%;
}
@media screen and (max-width: 767px) {
    .block3 {
        flex-direction: column; 
        max-height: 100% !important;
        display: block !important;
        text-align: center; 
    }

    .block3 .image-container,
    .block3 .content {
        /* width: 100% !important;  */
        margin: 0 auto; 
    }

    .block3 .header::after {
        display: none; 
    }
    .block3 .header {
        display: block !important;
    }
    .block3 .content .catpart-item-attrs {
        display: block !important;
    }
    .block3 .image-container img {
        margin: 0 auto;
    }
    .block3 .content .header h1 {
        margin-bottom: 10px;
    }
     .block3 .content .header-callback {
        margin: 0 auto;
    }
    .block3 .content .catpart-attr {
      width:100%;
    }
    .block3 .content .catpart-attr .catpart-attr-value {
      width: calc(100% - 75%);
    }
    .profile-tabs .tab-pane.active {
      display: block !important;
    }
    .profile-tabs .tab-text {
      width: 100%;
    }
    .profile-tabs .tab-image {
      max-width: 100%;
    }
}



.block3 .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, rgba(255, 204, 0, 0.8), rgba(255, 102, 51, 0.6)), url(https://niks-m.elit-web.net.ua/assets/templates/new/img/back_image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.block3 .img_opacy {
    position: relative;
    z-index: 1;
}

.block3 .img_opacy img {
    max-width: 100%;
    height: auto;
    display: block;
}

  
.block3 .image-container {
  position: relative;
    width: 50%; 
    max-height: 400px;
}

.block3 .image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.block3 .content {
    width: 50%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.block3 .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.block3 .header h1 {
    margin: 0;
}

.block3 .catpart-item-attrs {
    margin-bottom: 20px;
}

.block3 .description {
    margin-bottom: 20px;
}
  
  
  
  
  
  
.block3 .text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
}
.block3 .block_pvh_btn{
    position: relative;
    top: 37%;
    right: 31%;
}
.block3 .text_head {
    padding: 0 20px;
    height: auto;
    max-height: 265px;
}
.block3 .energo-image{
  max-width: 60%;
}
.block3 .text_head span {
    font-weight: 1000;
    font-size: 24px;
    line-height: 16px;
    color: #FFF;
}
.block3 .block_pvh {
    text-align: center;
    color: white;
}
.block3 .block_pvh_energo {
    text-align: left;
    color: white;
}

.block3 {
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #ffcc00, #ff6633);
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 6%;
}
@media (min-width: 580px) {
  .block3 img {
      width: 40%;
      max-height: 400px;
      margin: 40px;
      margin-bottom: 13px;
      margin-left: 29%;
  }
}
.block3 .text {
    padding: 0 20px;
    height: auto;
    max-height: 254px;
}

.profile-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 4%;
}

.tab-container {
    display: block;
}
.tab-buttons{
  padding: 15px;
}

.tab-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
}

.tab-btn.active {
    font-weight: bold;
    border-bottom: 4px solid;
    border-color: #FAC555;
    border-radius: 0px;
}

.tab-content {
    display: flex;
}

.tab-pane {
    display: none;
    flex-grow: 1;
}

.tab-pane.active {
    display: flex;
}

.tab-content-inner {
    display: flex;
}

.tab-text {
    width: 70%;
}

.tab-image {
    max-width: 50%;
}

.tab-image img {
    max-width: 100%;
    height: auto;
}


.block2 {
    max-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #ffcc00, #ff6633);
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 6%;
}
@media (min-width: 580px) {
    .block2 img {
        max-width: 100%;
        max-height: 600px;
        margin: 23px;
        margin-bottom: 67px;
    }
}
.block2 .text {
    padding: 0 20px;
    height: auto;
    max-height: 254px;
}
.block2 .text span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
}
.block2 .block_pvh_btn{
    position: relative;
    top: 37%;
    right: 31%;
}
.block2 .text_head {
    padding: 0 20px;
    height: auto;
    max-height: 265px;
}
.block2 .energo-image{
  max-width: 60%;
}
.block2 .text_head span {
    font-weight: 1000;
    font-size: 24px;
    line-height: 16px;
    color: #FFF;
}
.block2 .block_pvh {
    text-align: center;
    color: white;
}
.block2 .block_pvh_energo {
    text-align: left;
    color: white;
    margin: 13px;
}


@media (max-width: 580px) {
    .block2 .energo-image {
        max-width: 100%;
    }
    .block2 {
    margin: 16% auto;
    }

    .block2 img {
    max-width: 100%;
    height: auto;

    }

    .block2 .text {
    padding: 0 23px;
    }

    .block_pvh_btn {
    position: relative;
    top: auto; 
    right: auto; 
    margin-top: 20px; 
    transform: none; 
    }
    .block2 {
    display: grid;
    position: relative;
    width:100%;
    height:100%;
    }
    .block2 .block_pvh_btn {
    position: relative;
    top: -230%;
    right: -50%;
    }
}

.head_products {
  display: flex;
}

.head_products h2 {
  margin-right: 20px; /* Регулируйте отступы между заголовками по вашему усмотрению */
  cursor: pointer; /* Добавляем указатель при наведении, чтобы подчеркнуть, что заголовки кликабельны */
}
.head_products h2  {
cursor: pointer; 
}

  
  .product-main-content2,
  .product-main-content3 {
    display: none;
  }
  .product-main-content1,
  .product-main-content2,
  .product-main-content3 {
    margin-bottom: 4%;
  }
  .head_products .active{
    border-bottom: 5px solid #FAC555;
  }
  
  .niks_logo2 .footerbg2 {
    transform: rotate(-90deg) !important;
    transform-origin: top !important;
    position: relative;
    z-index: 0;
    top: 600px;
    right: 9%;
    float: left;
    margin: -5%;
  }
  
  .work_text {
    background: linear-gradient(90deg, rgba(247, 148, 29, 1) 50%, rgba(250, 194, 82, 1) 100%) !important;
  }
  .work_text p {
    color: white;
  }