.cart-wr {
width: 0;
  height: 38px;
  display: flex;
  align-items: end;
}
.cart-has {
cursor: pointer;
}
.cart-label {
height: 48px;
  display: block;
}
.cart-label svg {
width: 48px;
  height: 48px;
}
.cart-tott {
font-weight: 600;
  color: #777;
transform: translate(-25px,-25px);
  font-size: 16px;
}
.basket-cart #cart {
display: none;
}
#cart {
display: none;
}

@media (max-width: 1240px) { 
.cart-wr {
height: 55px;
}
}

.br-wr {
width: auto;
  max-width: 80%;
 top: 187px;
  left: calc(50vw - 624px);
  position: absolute;
}
.br-inn {
height: 30px;
}
.breadcrumb {
padding-left: 0;
display: flex;
  gap: 10px;
}
.breadcrumb > li + li::before {
content: '';
  width: 0;
  display: none;
}
.breadcrumb > li {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 22px;
  height: 30px;
  background: #FFF;
  border-radius: 16px;
}
.breadcrumb > li a {
font-weight: 600;
}
.breadcrumb > li span {
opacity: 0.7;
font-weight: 500;
}

body {
background: #EDECEB;
}
.container {
width: 1685px;
}
header {
background: #EDECEB;
  height: 225px;
  position: relative;
}
#logo a {
display: flex;
  gap: 10px;
  height: auto;
}
#logo a svg:nth-child(2) {
margin-top: 30px;
}
.hd-1 {
align-items: start;
}
.hd-1-1 {
height: auto;
  margin-top: 15px;
}
.hd-1-2 {
flex-direction: column;
  align-items: end;
  padding-top: 37px;
  height: 150px;
  justify-content: start;
  gap: 18px;
  padding-top: 44px;
}
.se-wr button {
font-size: 20px;
  font-weight: 400;
  border: none;
  background: transparent;
}
.hd-1-3 {
display: none;
}
.se-wr input {
width: 475px;
  max-width: 100%;
  height: 58px;
  border-radius: 14px;
  border: 1px solid #313033;
  background: transparent;
 padding: 0 100px 0 20px;
  font-size: 22px;
}
.se-wr span {
margin-left: -100px;
}
#main_menu a:hover {
border: 2px solid #313033;
background: #b4dc9b;
}

.vid-z-hm-wr {
position: relative;
  margin-top: 40px;
} 
.br3-9-r-wr {
position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 300px;
  height: 218px;
  border: 24px solid #EDECEB;
 border-radius: 0 0 0 20px;
  border-top: none;
  border-right: none;
  width: calc(50vw - 842px + 400px);
  background: #EDECEB;
}
.br3-9-r {
  background: #313033;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  padding: 45px 35px 0;
  font-weight: 600;
  line-height: 45px;
}
.br3-9-r span {
font-size: 60px;
}
.br3-9-r span:nth-child(1) {
font-size: 100px;
}
.br3-9-r-wr::before {
content: '';
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  background: #EDECEB;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  mask: radial-gradient(circle at bottom left, transparent 31%, black 31.5%);
  margin-left: -40px;
  margin-top: -19px;
  transform: scaleY(1.1);
}
.vid-z-hm-wr .br3-9 {
height: 700px;
  position: relative;
  overflow: hidden;
}
.vid-z-hm-wr .br3-9-vid {
width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.vid-z-hm-wr .br3-9-vid video {
max-width: 100%;
  width: 100%;
}
.vid-z-hm-wr .br3-9-poster {
position: absolute;
  background: url('/image/catalog/hm/hm_poster.webp') no-repeat 50% 50%, #EDECEB;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.vid-z-hm-wr .br3-9-poster:hover svg circle {
fill: #b4dc9b;
opacity: 0.7;
}
.br3-9-poster.vid-go {
  display: none;
}
.hm-z-1-wr {
margin-top: 50px;
}
.hm-z-1 {
background: #fff;
  border-radius: 16px;
  padding: 30px 34px 34px 50px;
}
.hm-z-1-hd-1 {
font-weight: 600;
  font-size: 50px;
  line-height: 125%;
  color: #313033;
}
.hm-z-1-hd-2 {
font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}
.hm-z-1-bl {
display: flex;
  gap: 5%;
}
.hm-z-1-bl-1 {
flex: 0 0 52%;
display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.hm-z-1-bl-1 p {
font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}
.hm-z-1-bl-2 {
display: flex;
  gap: 4%;
}
.hm-z-1-bl-2 img {
flex: 0 0 48%;
display: block;
max-width: 48%;
}
.hm-z-but {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 419px;
  height: 73px;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 16px;
  max-width: 100%;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.hm-z-but:hover {
text-decoration: none;
background: #b4dc9b;
}

.hm-z-2-wr {
margin-top: 50px;
}
.hm-z-2 {
display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.hm-z-2-it {
flex: 0 0 calc(50% - 20px);
}
.hm-z-2-it a {
display: block;
text-decoration: none;
width: 100%;
border-radius: 16px;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.hm-z-2-it a:hover {
text-decoration: none;
}
.hm-z-2-it-1 {
position: relative;
  z-index: 3;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.hm-z-2-it-2 {
position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hm-z-2-it-2 img {
width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-z-2-it-2::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
  height: 100%;
  background: transparent;
  transition: 300ms;
}
.hm-z-2-it a:hover .hm-z-2-it-2::after {
background: rgba(0,0,0,0.2);
}
.hm-z-2-it-1-hd {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 72px;
  max-width: 100%;
  background: #FFF;
  border-radius: 16px;
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
  color: #313033;
}
.hm-z-2-it-1-tag {
display: flex;
  gap: 20px;
}
.hm-z-2-it-1-tag-it {
display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 31px;
  background: #DDD;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.hm-z-2-it-1-tag-it:nth-child(2) {
width: 152px;
}
.hm-z-2-it-1-tag-it:nth-child(3) {
width: 228px;
}

.hm-z-3-wr {
margin-top: 50px;
}
.hm-z-3-wr .hm-z-1 {
padding-bottom: 60px;
}
.hm-z-3-wr .hm-z-1-hd-2 {
margin-bottom: -80px;
}
.hm-z-3-wr .hm-z-1-bl {
gap: 7%;
}
.hm-z-3-wr .hm-z-1-bl-1 {
padding-top: 100px;
  flex: 0 0 53%;
}
.hm-z-3-wr .hm-z-1-bl-2 img {
flex: 0 0 100%;
  max-width: 100%;
}

.hm-z-4-wr {
margin-top: 50px;
}
.hm-z-4-bl {
  display: flex;
  gap: 20px;
  height: 535px;
  margin: 50px 0 40px;
}
.hm-z-4-pol-1 {
display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 0 0 calc(50% - 10px);
}
.hm-z-4-pol-it-reg {
flex: 0 0 calc(50% - 10px);
  border-radius: 20px;
  background: #EDECEB;
  overflow: hidden;
  padding: 10px 10px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 10px);
}
.hm-z-4-pol-it-reg-1 {
display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-z-4-pol-it-hd {
font-weight: 600;
  font-size: 30px;
  line-height: 120%;
  color: #2A2B2D;
}
.hm-z-4-pol-it-num {
height: 150px;
}
.hm-z-4-pol-it-num img {
height: 100%;
}
.hm-z-4-pol-it-tt {
font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.hm-z-4-pol-2 {
display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  flex: 0 0 calc(50% - 10px);
}
.hm-z-4-pol-it-im {
position: relative;
  flex: 0 0 100%;
  border-radius: 20px;
  background: #EDECEB;
  overflow: hidden;
  width: calc(50% - 10px);
}
.hm-z-4-pol-it-im-1 {
position: relative;
  z-index: 3;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.hm-z-4-pol-it-im-2 {
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.hm-z-4-pol-it-im-2 img {
max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-z-4-pol-it-ww {
display: flex;
  gap: 20px;
  align-items: start;
  border-radius: 20px;
  background: #EDECEB;
  overflow: hidden;
  padding: 10px 10px 15px 15px;
  flex: 0 0 100%;
  height: 200px;
}
.hm-z-4-pol-it-ww .hm-z-4-pol-it-reg-1 {
flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
flex-direction: column;
background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  border-radius: 20px;
  height: 240px;
  padding: 10px 15px;
}
.hm-z-4-pol-1 .hm-z-4-pol-it-reg {
height: 315px;
}
.hm-z-4-pol-1 .hm-z-4-pol-it-num {
padding-right: 15px;
}
.hm-z-4-pol-it-im .hm-z-4-pol-it-num {
padding: 10px 10px 0 0;
  height: 160px;
}
.hm-z-4-wr .hm-z-1 {
padding-top: 50px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hm-z-5-wr {
margin-top: 50px;
}
.hm-z-5-wr .hm-z-1 {
padding-bottom: 50px;
}
.hm-z-5-bl {
margin-top: 40px;
  display: flex;
  gap: 20px;
  height: 270px;
  margin-bottom: 60px;
}
.hm-z-5-bl img {
height: 100%;
}

.hm-z-6-wr {
position: relative;
  background: #282723;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 50px;
}
.hm-z-6-map img {
width: 98%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-height: 100%;
}
.hm-z-6-hd {
position: absolute;
  left: 0;
  background: #FFF;
  border-radius: 0px 16px 16px 0px;
  top: 145px;
  font-weight: 600;
  font-size: 55px;
  line-height: 62px;
  color: #000;
  z-index: 2;
  padding: 40px 80px 40px calc(50vw - 842px);
}
.hm-z-6-map {
height: 740px;
  position: relative;
}
.hm-z-6-wr .hm-z-but-wr {
position: absolute;
bottom: 70px;
  z-index: 2;
  right: calc(50vw - 740px);
}

.hm-z-7-1 {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 35px;
  margin-top: 25px;
  margin-right: 60px;
}
.hm-z-7-wr .hm-z-1-bl-2 {
display: block;
}
.hm-z-7-1 > * {
border: 1px solid #000;
  border-radius: 16px;
  padding: 0 15px 0 60px;
  font-size: 20px;
  font-weight: 400;
}
.hm-z-7-1 input::placeholder {
	opacity: 1;
	color: #000;
}
.hm-z-7-1 textarea::placeholder {
	opacity: 1;
	color: #000;
}	
.hm-z-7-1 input {
height: 60px;
}
.hm-z-7-1 input {
flex: 0 0 46%;
}	
.hm-z-7-1 [name="name"] {
flex: 0 0 100%;
}
.hm-z-7-1 [name="comm"] {
flex: 0 0 100%;
}
.z-textarea {
flex: 0 0 100%;
  height: 100px;
  display: flex;
  align-items: center;
  min-height: 100px;	
}	
.z-textarea:empty::before {
  content: attr(placeholder);
  color: #000;
}
.hm-z-7-wr .hm-z-but-wr {
display: flex;
  gap: 100px;
  margin-right: 50px;
  align-items: end;
}
.hm-z-priv {
flex: 0 0 360px;
  font-size: 14px;
  line-height: 160%;
}
.hm-z-7-1 input.err-has {
border-color: #f11;
}
.hm-z-7-wr {
margin-bottom: 50px;
}




@media (min-width: 1239px) {
	#logo {
height: auto;	
	}
	#main_menu a {
border-radius: 14px;
  border: 2px solid #313033;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-left: 10px;	
	}
	.se-wr {
min-width: 475px;	
	}
	.submenu {
margin-top: 0;
  padding-top: 10px;
  background: transparent;
  border: none;	
	}
	#main_menu .submenu a {
margin-bottom: 5px;
    background: #fff;
	}
	#main_menu .submenu a:hover {
border: 2px solid #313033;
background: #b4dc9b;
}
}

.vid-z-hm-wr .br3-9 {
border-radius: 20px;
}

.hm-ft {
background: #fff;
  color: #000;
  padding: 50px 0 20px;
}
.hm-ft .ft-1 {
color: #000;
  font-size: 16px;
}
footer.hm-ft a {
color: #000;
  font-size: 16px;
}
footer.hm-ft a:hover {
opacity: 0.7;
}
.hm-ft .ft-1 > .ft-1-3-z {
margin-top: 5px;
  display: flex;
  gap: 10px;
  height: 100px;
  max-width: unset;
}
.ft-1-3-z img {
height: 100%;
}
.hm-ft .ft-1-4 {
align-self: start;
  padding-top: 20px;
}
.hm-ft .ft-1-4:last-child {
max-width: 190px;
}
.hm-ft .ft-1-4 img {
margin-top: 3px;
  filter: brightness(30%);
}
.hm-ft .ft-2-wr {
display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-top: 10px;
}
.hm-ft .ft-2 span {
font-weight: 400;
  font-size: 11px;
  line-height: 120%;
  color: #000;
}
.hm-ft .ft-2 span i {
font-style: normal;
  margin-left: 13px;
  text-decoration: underline;
}
footer.hm-ft .ft-2-z a {
display: flex;
  align-items: center;
  gap: 15px;
}
footer.hm-ft .ft-2-z a span {
font-weight: 300;
  font-size: 13px;
  line-height: 135%;
  text-transform: uppercase;
  color: #989898;
  margin-top: -2px;
  display: block;
}

@media (max-width: 1700px) {
	#main_menu a {
font-size: 14px;	
	}
	.se-wr input {
font-size: 16px;	
	}
	#logo a {
gap: 0;	
	}
	#logo a svg:nth-child(1) {
height: 170px;	
	}
	#logo a svg:nth-child(2) {
height: 110px;	
	}
	.vid-z-hm-wr {
margin-top: 0;	
	}
	.vid-z-hm-wr .br3-9 {
height: 40vw;	
	}
	.br3-9-r-wr {
height: 13vw;
  width: 30vw;	
	}
	.br3-9-r {
padding-top: 2.4vw;	
	}
	.hm-z-2-it a {
height: 34vw;	
	}
	.hm-z-2-it-1-tag-it {
width: auto !important;
  padding: 0 3%;	
	}
	.hm-z-1-bl-1 p {
font-size: 14px;	
	}
	.hm-z-1-hd-1 {
font-size: 40px;	
	}
	.hm-z-1-hd-2 {
font-size: 16px;	
	}
	.hm-z-but {
font-size: 20px;
height: 60px;	
	}
	.hm-z-4-pol-it-hd {
font-size: 24px;	
	}
	.hm-z-4-pol-it-num {
	height: 120px;	
	}
	.hm-z-4-pol-1 .hm-z-4-pol-it-num {
height: 120px;	
	}
	.hm-z-4-pol-it-im .hm-z-4-pol-it-num {
height: 120px;	
	}
	.hm-z-4-pol-it-tt {
font-size: 14px;	
	}
	.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
height: 200px;		
	}
	.hm-z-5-bl {
height: 15vw;
  gap: 0;
  justify-content: space-between;	
	}
	.hm-z-6-hd {
font-size: 48px;
  padding: 30px 3vw 30px 2vw;
  top: 4vw;	
	}
	.hm-z-6-map {
height: 40vw;	
	}
	.hm-z-7-wr .hm-z-1-bl {
gap: 2%;
  align-items: end;	
	}
	.hm-z-7-1 {
gap: 15px 1%;	
	}
	.hm-z-7-1 > * {
font-size: 16px;	
	}
	.hm-z-7-1 input {
max-width: 46%;	
	}
	.hm-z-7-1 [name="name"] {
max-width: 100%;	
	}
	.hm-z-7-wr .hm-z-but-wr {
gap: 3%;	
	}
	footer.hm-ft a {
font-size: 14px;	
	}
	.hm-ft .ft-1 > .ft-1-3-z {
height: auto;
  flex-wrap: wrap;
  max-width: 40vw;
  justify-content: center;
  margin-top: 0;	
	}
	.ft-1-3-z img {
height: 7vw;	
	}
	.hm-ft .ft-2-wr {
margin-top: -1vw;	
	}
}	

@media (max-width: 1400px) {
header {
height: 13vw;
}
#logo a {
gap: 10px;
}
#logo a svg:nth-child(1) {
height: 10vw;
  width: auto;
}
#logo a svg:nth-child(2) {
height: 7vw;
  width: auto;
  margin-top: 1vw;
}
.hd-1-2 {
padding-top: 1.5vw;
  height: 10vw;
}
.se-wr {
max-width: 100%;
}
.se-wr input {
height: 45px;
  font-size: 14px;
}
.se-wr button {
font-size: 16px;
}
#main_menu a {
font-size: 12px;
  height: 45px;
}
.br3-9-r {
line-height: 35px;
  padding-top: 3vw;
}
.br3-9-r span {
font-size: 40px;
}
.br3-9-r span:nth-child(1) {
font-size: 80px;
}
.hm-z-2-it-1 {
padding: 2vw;
}
.hm-z-1-hd-1 {
font-size: 32px;
}
.hm-z-2-it-1-hd {
font-size: 40px;
  width: 380px;
  height: 60px;
}
.hm-z-2-it-1-tag-it {
font-size: 12px;
}

.hm-z-1-hd-2 {
 font-size: 14px;
}
.hm-z-3-wr .hm-z-1-hd-2 {
margin-bottom: -40px;
  margin-top: 20px;
  font-size: 14px;
}
.hm-z-3-wr .hm-z-1-bl-1 {
padding-top: 50px;
}
.hm-z-1-bl-1 p {
font-size: 13px;
}
.hm-z-but {
font-size: 16px;
  height: 45px;
  width: 300px;
}

.hm-z-4-pol-it-hd {
font-size: 18px;
}
.hm-z-4-bl {
height: 400px;
  margin: 30px 0 20px;
}
.hm-z-4-pol-1 .hm-z-4-pol-it-reg {
height: 250px;
}
.hm-z-4-pol-it-tt {
font-size: 13px;
}
.hm-z-4-pol-it-ww {
height: 130px;
}
.hm-z-4-pol-it-ww .hm-z-4-pol-it-reg-1 {
align-items: start;
}
.hm-z-4-pol-1 .hm-z-4-pol-it-num {
height: 80px;
}
.hm-z-4-pol-it-im .hm-z-4-pol-it-num {
height: 90px;
}
.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
height: 160px;
}
.hm-z-4-pol-2 .hm-z-4-pol-it-reg:nth-child(2) {
flex: 0 0 170px;
}
.hm-z-4-pol-2 .hm-z-4-pol-it-reg:nth-child(3) {
flex: 0 0 210px;
}
.hm-z-4-pol-it-num {
height: 80px;
}

.hm-z-6-wr .hm-z-but-wr {
right: 5vw;
}
.hm-z-6-hd {
font-size: 40px;
  padding: 20px 3vw 20px 2vw;
}
.hm-z-priv {
font-size: 12px;
  flex: 0 0 310px;
}
	
}	

@media (max-width: 1240px) {
.hd-1-3 {
display: flex;
width: 10vw;
height: 6.5vw;
}
.hd-1 {
	align-items: center;
}	
.br3-9-r-wr {
display: none;
}
header {
position: fixed;
box-shadow: 0 1px 5px 1px #ccc;
}
.hd-1-2 {
background: #fff;
  text-align: center;
  padding: 13vw 3vw 5vw;
  align-items: start;
  gap: 30px;
  width: 500px;
  left: auto;
  right: -110vw;
  max-width: 100vw;
  box-shadow: -1px 0 5px 1px #ccc;
}
.menu-opp .hd-1-2 {
left: auto;
right: 0;
}
.se-wr {
order: 2;
}
.se-wr input {
margin-left: -30px;
}
#main_menu {
gap: 0;
}
#content {
padding-top: 17vw;
}
#main_menu .submenu {
padding-bottom: 70px;
  border-bottom: 1px solid #ccc;
}
#main_menu .submenu a {
background: #b4dc9b;
border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
#main_menu > div > a {
padding-top: 13px; 
}
#main_menu > div > a:hover {
border: unset;
border-bottom: 1px solid transparent;
}
#main_menu > div:nth-child(1) > a:hover {
background: transparent;
}
.vid-z-hm-wr .br3-9-poster svg {
width: 10vw;
}
.hm-z-1-bl {
margin-top: 20px;
}
.hm-z-but {
margin-top: 15px;
}
.hm-z-2-it-1-hd {
font-size: 32px;
  width: 300px;
  height: 50px;
}
.hm-z-2-it-1-tag {
gap: 10px;
flex-direction: column;
  width: 50%;
}
.hm-z-2-it-1-tag-it {
font-size: 10px;
}
.hm-z-4-pol-it-hd {
font-size: 14px;
}
.hm-z-4-bl {
display: block;
  height: auto;
}
.hm-z-4-pol-1 {
margin-bottom: 20px;
}
.hm-z-4-pol-it-ww {
justify-content: space-between;
}
.hm-z-4-pol-2 {
height: 400px;
}
.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
align-items: start;
  height: 15vw;
}
.hm-z-4-pol-it-num {
padding-right: 15px;
}
.hm-z-1-hd-1 {
font-size: 24px;
}
.hm-z-1-hd-2 {
font-size: 13px;
}
.hm-z-6-hd {
font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hm-z-7-1 input {
height: 40px;
  padding-left: 10%;
  border-radius: 8px;
  font-size: 14px;
}
.z-textarea {
font-size: 14px;
  height: 60px;
  min-height: 80px;
  padding-left: 10%;
}
.hm-z-7-1 {
margin: 15px 15px 15px 0;
}
.hm-z-7-wr .hm-z-but-wr {
margin-right: 5px;
}
.hm-z-priv {
font-size: 10px;
  flex: 0 0 260px;
}

.ft-1 > .ft-1-2:nth-child(2) > .ft-1-2-1:nth-child(5) {
margin-left: -120px;
}
.hm-ft .ft-1 > .ft-1-3-z {
max-width: 100%;
  flex: 0 0 100%;
  padding: 0 13%;
}
.hm-ft .ft-1 > .ft-1-3-z > .hm-z-5-bl-it:nth-child(4) {
order: 6;
}
.hm-ft .ft-1 > .ft-1-3-z > .hm-z-5-bl-it:nth-child(7) {
order: 7;
}
.hm-ft .ft-1-4 {
transform: translateX(-50px);
font-size: 13px;
}
.hm-ft .ft-1-4-1 {
white-space: nowrap;
}
.hm-ft .ft-2-wr {
margin-top: 20px;
  flex-direction: column;
  gap: 25px;
}
.ft-1-3-z img {
height: 13vw;
min-height: 100px;
}

}

@media (max-width: 980px) {
.hm-z-1-bl-2 img {
object-fit: cover;
  border-radius: 12px;
}
.hm-z-2-it-1-hd {
font-size: 24px;
  width: 240px;
  height: 40px;
  border-radius: 12px;
}
.hm-z-5-bl {
gap: 3%;
  height: 13vw;
}
.hm-z-6-hd {
font-size: 24px;
  line-height: normal;
}
.hm-z-7-wr {
position: relative;
}
.hm-z-7-wr.hm-z-3-wr .hm-z-1-hd-2 {
padding-right: 50%;
  font-size: 13px;
}
.hm-z-7-wr.hm-z-3-wr .hm-z-1-bl-1 {
flex: 0 0 100%;
}
.hm-z-7-wr .hm-z-1-bl-1 p {
padding-right: 50%;
}
.hm-z-7-wr .hm-z-7-1 {
margin: 50px 0 20px;
}
.hm-z-7-wr .hm-z-1-bl-2 {
position: absolute;
  width: 40%;
  top: 30px;
  right: 50px;
}
.hd-1-1 {
margin-top: 1.5vw;
}
.hd-1-3 {
margin-top: 1.5vw;
}
.vid-z-hm-wr .br3-9 {
border-radius: 10px;
}

}		


@media (max-width: 800px) {
	.hm-z-1-wr {
margin-top: 30px;	
	}
	.hm-z-1 {
border-radius: 10px;
  padding: 25px;	
	}
	.hm-z-1-bl {
flex-direction: column;
  gap: 20px;	
	}
	.hm-z-1-bl-1 {
order: 2;	
	}
	.hm-z-2-wr {
margin-top: 30px;		
	}
	.hm-z-2 {
gap: 15px;	
	}
	.hm-z-2-it {
flex: 0 0 100%;	
	}
	.hm-z-2-it a {
height: 64vw;	
	}
	.hm-z-2-it-1-tag {
flex-direction: row;
  width: 100%;	
	}
	.hm-z-3-wr .hm-z-1-hd-2 {
margin-bottom: 20px;
  font-size: 13px;
  margin-top: 10px;	
	}
	.hm-z-3-wr .hm-z-1-bl-1 {
padding-top: 20px;	
	}
	.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
height: 180px;	
	}
	.hm-z-5-bl {
margin: 20px 0 30px;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
  height: auto;
  width: 400px;
  max-width: 100%;	
	}
	.hm-z-5-bl img {
max-height: 100px;
  min-height: 100px;	
	}
	.hm-z-but {
font-size: 14px;
  width: 250px;
  border-radius: 8px;	
	}
	.hm-z-6-wr .hm-z-but-wr {
bottom: 4vw;	
	}
	.hm-z-7-wr .hm-z-7-1 {
margin-top: 30px;	
	}
	.hm-z-7-wr .hm-z-1-bl-2 {
top: 70px;
  right: 40px;	
	}
}	

.hm-z-priv a {
font-weight: 500;
  color: #000;
}	

@media (max-width: 600px) {
	.hm-z-1-wr {
margin-top: 15px;	
	}
	.hm-z-1 {
padding: 15px;
padding-bottom: 30px;	
	}
	.hm-z-1-hd-1 {
font-size: 20px;	
	}
	.hm-z-1-hd-2 {
font-size: 12px;	
	}
	.hm-z-2-it-1-tag-it  {
font-size: 9px;	
	}
	.hm-z-3-wr .hm-z-1-hd-2 {
font-size: 12px;	
	}
	.hm-z-4-wr .hm-z-1 {
padding: 15px;	
	}
	.hm-z-4-pol-1 {
display: block;
  margin-bottom: 15px;	
	}
	.hm-z-4-pol-1 .hm-z-4-pol-it-reg {
width: 100%;
  height: 200px;
  margin-bottom: 15px;	
	}
	.hm-z-4-pol-it-ww {
width: 100%;
  height: 200px;	
	}
	.hm-z-4-pol-it-ww .hm-z-4-pol-it-tt {
margin-right: -40%;	
	}
	.hm-z-4-pol-2 {
display: block;
  height: auto;	
	}
	.hm-z-4-pol-it-im {
width: 100%;
  height: 350px;	
   margin-bottom: 15px;
	}
	.hm-z-4-pol-it-im-1 .hm-z-4-pol-it-reg-1:nth-child(2) {
height: 130px;	
	}
	.hm-z-4-pol-1 .hm-z-4-pol-it-num {
		padding-right: 5px;	
	}
	.hm-z-4-pol-1 .hm-z-4-pol-it-reg:nth-child(1) .hm-z-4-pol-it-num {
padding-right: 15px;	
	}
	.hm-z-4-pol-2 .hm-z-4-pol-it-reg {
width: 100%;
  height: 200px;
  margin-bottom: 15px;	
	}
	.hm-z-4-pol-2 .hm-z-4-pol-it-reg .hm-z-4-pol-it-num {
		padding-right: 5px;
	}
	.hm-z-5-bl img {
max-height: 120px;
    min-height: 120px;	
	}
	.hm-z-5-bl .hm-z-5-bl-it:nth-child(4) {
order: 5;	
	}
	.hm-z-6-wr {
padding: 70px 0;
  border-radius: 8px;	
	}
	.hm-z-7-wr.hm-z-3-wr .hm-z-1-hd-2 {
padding-right: 0;
  font-size: 12px;	
	}
	.hm-z-7-wr .hm-z-1-bl {
flex-direction: column;	
	}
	.hm-z-7-wr .hm-z-1-bl-1 p {
padding-right: 0;	
	}
	.hm-z-7-wr .hm-z-but-wr {
display: block;	
	}
	.hm-z-7-wr .hm-z-1-bl-2 {
position: static;
  width: 100%;	
	}
	.hm-z-priv {
margin-top: 10px;
  width: 270px;	
	}
	.hm-z-7-wr .hm-z-7-1 {
margin-top: 10px;	
	}
	.hm-z-7-1 input {
padding-left: 5%;	
	}
	.z-textarea {
padding-left: 5%;	
	}
	.hm-ft .ft-1 {
gap: 15px;	
	}
	footer.hm-ft a {
background: #b4dc9b;
    padding: 10px 14px;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 15px;	
	}
	.hm-ft .ft-1 > .ft-1-3-z {
padding: 0;	
	}
	.ft-1-3-z img {
min-height: 120px;	
	}
	.hm-ft .ft-1 > .ft-1-3-z > .hm-z-5-bl-it:nth-child(4) {
order: 8;	
	}
	
	.hm-ft .ft-1-4 {
width: 100%;
  transform: translateX(0);
  flex-direction: row;
  justify-content: space-between;	
	}
	.hm-ft .ft-1-4:last-child {
width: 100%;
  transform: translateX(0);
  flex-direction: column;
  max-width: 100%;
  padding-top: 0;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 15px;	
	}
	.hm-ft .ft-1-4 .ft-1-4-1 {
white-space: normal;
  flex: 0 0 48%;	
	}
	.hm-ft .ft-1-4 img {
margin-top: 0;	
	}
	.hm-ft .ft-1-4:last-child .ft-1-4-1 {
	white-space: normal;
  flex: 0 0 100%;
  width: 100%;
	}
	.hm-ft .ft-1-4:last-child .ft-1-4-1:last-child {
white-space: nowrap;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
  background: #b4dc9b;
  padding: 10px 14px;
  border-radius: 5px;	
	}
	.ft-2 {
display: flex;	
	}
	.ft-2 svg {
flex: 0 0 20px;
  margin-top: 2px;	
	}
	.ft-2 span br {
display: none;	
	}
	footer.hm-ft .ft-2-z a {
background: #f7f7f7;	
width: 290px;
  text-align: left;
	}
	footer.hm-ft a:hover {
filter: brightness(105%);
opacity: 1;	
	}
}

.pref-logo::before {
display: none;
}
.pref-logo {
background: transparent;
  font-size: 48px;
  font-weight: 600;
  padding-left: 0;
}

.hm-z-2-it-1-tag {
position: relative;
}
.hm-z-2-it-1-tag-it.main-tagg {
position: absolute;
top: -135%;
  width: 300px;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.hm-z-5-bl-it {
max-height: 100%;
max-width: 100%;
}
.hm-z-5-bl-it:nth-child(4) {
max-width: 140%;
}

@media (max-width: 800px) {
 .pref-logo {
  font-size: 24px;
}
}
