.block_baner2 {
  position: relative;
}
.block_baner2 img {
  width: 100%;
}
.block_baner2 .content {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

@media(max-width:767px){
  .block_baner2 .content {
    position: relative;
    bottom: initial;
    margin-top: 24px;
  }
}

.block_baner2 .content.srodek{
  top: 0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.block_baner2 .content.srodek .title{
  font-size: 72px;
  line-height: 86px;
}

.block_baner2 .content .title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
  color: white;
  font-weight: 500;
}
.block_baner2 .content .text {
  color: white;
  margin-bottom: 24px;
}
.block_baner2 .content .btn {
  color: white;
  border-color: white;
}
.block_baner2 .content .btn:hover {
  color: black;
  background-color: white;
}

.block_baner2 .content .btn:hover svg path{
  fill: black;
}

@media(max-width:767px){
  .block_baner2 .content .title,.block_baner2 .content .text{
    color: black;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
  }

  .block_baner2 .content .btn{
    color: black;
    border-color: black;
  }

  .block_baner2 .content .btn:hover{
    background-color: black;
    color: white;
  }

  .block_baner2 img{
    min-height: 50vh;
    object-fit: cover;
  }

  .block_baner2 .content .btn svg path{
    fill: black;
  }

  .block_baner2 .content .btn:hover svg path{
    fill: white;
  }

}

.block_tekst_select_side {
  padding: 50px 0;
}
.block_tekst_select_side .heading {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 12px;
}
.block_tekst_select_side .title {
  color: #545454;
  font-size: 28px;
  line-height: 36px;
  margin: 6px 0 24px 0;
}

.block_team {
  padding: 100px 0;
  background: #fcf8f5;
}
.block_team .btn {
  background: #dd9d4c;
  border-color: #dd9d4c;
  color: white;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  max-width: 150px;
  display: inline-block;
  height: initial;
  text-align: center;
  line-height: 16px;
}
.block_team .btn:hover {
  background-color: transparent;
  color: #dd9d4c;
}
.block_team .title {
  margin: 0;
  font-size: 21px;
}
.block_team .team{
  text-align: center;
}
.block_team .team .person .name {
  font-weight: bold;
  margin: 12px 4px 0;
}
.block_team .team .person .position {
  font-size: 13px;
  margin: 0 4px 24px;
}
.block_team .team .person .quote {
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.block_work{
  background: #fcf8f5;
	padding: 77px;
}

.block_work .title{
  font-size: 28px;
	line-height: 34px;
	color: #545454;
	margin-bottom: 150px;
}

.block_work .point{
  max-width: 200px;
	text-align: center;
	margin: auto;
}

.block_work .point .heading{
  color: #545454;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 26px
}

.block_work .point img{
  max-width: 100px;
}

.block_work .point .signature{
  margin-top: 12px;
	line-height: 20px;
	font-size: 16px;
	color: #545454;
  min-height: 60px;
}

.block_points_list{
  padding: 77px;
}

@media(min-width:767px){
  .block_points_list .point_cont:nth-child(n+2) .subtitle{
    opacity: 0;
  }
}


.block_points_list .title{
  font-size: 28px;
	line-height: 34px;
	color: #545454;
	margin-bottom: 70px;
}

.block_points_list .point{
  padding: 0 24px;
}

.block_points_list .point .number{
  color: #544541;
  font-size: 34px;
  line-height: 36px;
  margin: 0;
}

.block_points_list .point .name{
  text-align: center;
  color: #544541;
  font-size: 23px;
  line-height: 28px;
  margin: 0;
  display: flex;
	align-items: center;
}

.block_points_list .point .content{
  margin-top: 22px;
  background-color: #fcf8f5;
  padding: 24px;
  color: #545454;
  font-size: 14px;
  line-height: 21px;
}

.block_points_list .point .content.white{
  background-color: white;
}

.block_points_list .subtitle{
  margin: 28px 0;
  color: #545454;
  font-size: 17px;
  line-height: 21px;
}

.block_points_list .signature{
  color: #545454;
  font-size: 14px;
  line-height: 18px;
}

.block_formimage .title{
  color: #545454;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	margin: 50px 0;
}

.block_formimage .formRow{
  padding: 30px 0;
	border-bottom: 1px solid black;
}

@media(max-width:1400px){
  .block_formimage .formRow{
    padding: 20px 0;
  }
}

.block_formimage .formRow label{
  color: black;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.block_formimage .formRow input,.block_formimage .formRow select{
  border: none;
	width: 100%;
}

.block_formimage .formRow textarea{
  border: none;
	width: 100%;
  height: auto;
  min-height: 20px; /* wysokość jednej linii tekstu */
  resize: none; /* blokuje możliwość zmiany rozmiaru */
}

.block_formimage input[type=submit]{
  background: #dd9d4c;
  border: 1px solid #dd9d4c;
  color: white;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  max-width: 150px;
  display: inline-block;
  height: initial;
  text-align: center;
  line-height: 16px;
  margin: 24px 0;
}

.block_formimage input[type=submit]:hover{
  background-color: transparent;
  color: #dd9d4c;
}

.block_formimage form .wpcf7-list-item {
  display: block;
  margin: 0;
}
.block_formimage form .wpcf7-list-item label {
  justify-content: end;
  display: flex;
  margin: 0;
}
.block_formimage form .wpcf7-list-item label input {
  width: 15px;
  height: 15px;
}
.block_formimage form .wpcf7-list-item label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
  color: #000000;
  margin-left: 10px;
  max-width: calc(100% - 35px);
  display: inline-block;
}

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

@media(max-width:767px){
  .block_tekst_select_side .heading{
    margin-top: 24px;
  }

  .block_team{
    text-align: center;
  }

  .block_team .title{
    margin-top: 24px;
  }

  .block_work,.block_points_list{
    padding: 40px 0;
  }

  .block_work .title{
    margin-bottom: 50px;
  }

  .block_points_list .point .content{
    margin-bottom: 24px;
  }

  .block_points_list .point .name{
    font-size: 18px;
  }

  .block_baner2 .content.srodek .title{
    font-size: 35px;
	  line-height: 40px;
  }

  .block_formimage form{
    margin-bottom: 24px;
  }

  .block_team{
    position: relative;
    padding-bottom: 150px;
  }

  .block_team .btn{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .block_work .point .heading{
    font-size: 14px;
    line-height: 20px;
  }

  .block_work .point img {
    max-width: 50px;
  }

  .block_work .point .signature{
    font-size: 14px;
  }

  .block_points_list .point{
    padding: 0 36px;
  }

  .block_points_list .signature {
    margin-bottom: 32px;
  }

  .block_points_list .title{
    font-size: 22px;
    line-height: 30px;
  }
}

.block_footerinfo .boxs{
    background-color: #f4ddd7;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 27px;
}

.block_footerinfo .boxs .box{
  padding: 25px 15px;
}

.block_footerinfo .boxs .box .title{
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.block_footerinfo .boxs .box .content{
  font-size: 12px;
  margin-top: 10px;
}

.block_footerinfo .boxs .box img{
  max-width: 35px;
}

.block_footerinfo .boxs .box img.bg{
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

#customer_details .woocommerce-billing-fields__field-wrapper,#customer_details .woocommerce-shipping-fields__field-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,#customer_details .woocommerce-shipping-fields__field-wrapper .form-row{
  width: 50%;
  padding:  0 10px;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,#customer_details .woocommerce-shipping-fields__field-wrapper .form-row.form-rom-wide{
  width: 100%;
}

.shipping-options{
	margin:  0;
}

.shipping-options ul li{
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.shipping-options ul li label{
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

/* .shipping-options ul li input{
  order: 1;
}

.shipping-options ul li label{
  order: 3;
}

.shipping-options ul li span{
  order: 2;
} */

.shipping-options tbody tr td{
  border: none !important;
}