:root
{
/*main-colors*/
	--basic-white: #ffffff;
	--basic-black: #000000;

/*gover-active*/

/*background-color*/
	--basic-gold-bronz: #d6b53e;

}

/*global*/

body {
	min-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;  
	background-color: var(--basic-white);
}
/*---------------scroll-bar-----------------*/
body::-webkit-scrollbar {
  width: 12px;               /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: var(--basic-black);     /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
  background-color: var(--basic-gold-bronz);    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid black;  /* отступ вокруг бегунка */
}

ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: var(--basic-gold-bronz);
}

img {
	max-width: 100%;
	height: auto;
}

.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin:-1px;
	border: 0px;
	padding: 0px;
	clip:rect(0 0 0 0);
	overflow:hidden;
}

/*----------------header-----------------------*/
.header {
	background-image: url("../img/bgphone.png");
	box-shadow: 0px 0px 23.68px 8.32px rgba(29, 28, 28, 0.004);
	width: 100%;
	position: absolute;
	z-index: 100;
}

.header-wrapper {
	margin: 0px auto;
	padding: 0px;	
	width: 100%;
	color: #ffffff;
}

.header-main {	
	margin: 0px auto;
	padding: 0 80px;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14pt;
	line-height: 26px;
	font-weight: 700;
	list-style: none;
	height: 60px;
	max-width: 1500px;
	min-width: 400px;
	align-items: center;
	position: relative;
}


.header-menu {
	width: 100%;
}

.menu-list {

}

.menue-nav {
	padding: 0 20px;
	display: inline-block;
}
nav {	
	text-align: right;
}


/*----------------section-welcome-----------------------*/


.welcome {
	width: 100%;
	height: 1000px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background: url("../img/14b.jpg");
	background-size: cover;
}


.welcome-werapper {
	position: relative;
	background-color: rgb(255 255 255 / 0%);
	margin: 0;
	padding: 0;
	animation: slide-in-top 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-top {
  0% {
	transform: translateY(-110px);
	opacity: 0;
  }
  100% {
	transform: translateY(0);
	opacity: 1;
  }
}

.welcome-logo {
	margin: 0 auto;
	height: 630px;
	width: 600px;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	top: 70px;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
}

.company-logo {
	padding: 10px 15px 0 22px;
	width: 508px;
	margin: 0 0 20px 0;
}

.company-name {
	color: var(--basic-gold-bronz);
	font-size: 64px;
	font-family: "Myriad Pro Bold";
	line-height: 1.2;
	text-shadow: 2.487px 1.778px 1.98px rgba(0, 0, 0, 0.8);
	display: flex;
	width: 600px;
	height: 60px;
	margin: 0;
	padding: 0;
	justify-content: center;
	letter-spacing: -0.02em;
}

.button-contact {
	width: 200px;
	height: 58px;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	background-color: var(--basic-gold-bronz);
	border: none;
	outline: none;
	color: var(--basic-black);
	cursor: pointer;
}

.button-contact:hover {
	background-color: var(--basic-black);
	color: var(--basic-gold-bronz);
	border: 2px solid var(--basic-gold-bronz);
}

.button-contact:active {
	box-shadow:0 0 25px #d6b53e;
}

/*----------------inf-div-----------------------*/

.inf-main {
	width: 100%;
	position: relative;
	top: 740px;
	height: 260px;
	background-image: url("../img/bgphone.png");
	padding: 0px;
	margin: 0;
	background-repeat: repeat;
	color: var(--basic-white);
	background-position: center center;
	display: flex;
	justify-content: center;
}


.inf-main_wrapper {
	display: flex;
	justify-content: space-evenly;
	max-width: 1500px;
	min-width: 400px;
}

.inf-main_item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: 200px;
	width: 450px;
	align-items: center;
	justify-content: center;
	padding: 25px 0 0 0;
}

.inf-main_product {
	padding: 10px 0 0 0;
	display: flex;
	justify-content: center;
}

.inf-main_our {
	text-align: center;
	color: var(--basic-gold-bronz);
	width: 197px;	
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 20pt;
	letter-spacing: 2px;
	border-bottom: 3px solid var(--basic-gold-bronz);
	display: block;
}

.inf-img {
	width: 80px;
	height: 80px;
	margin: 0 20px 0 0;
}

.inf-our {
	text-align: center;
	text-transform: none; 
	letter-spacing: 1px;
	margin: 0;
	font-weight: 400;
	color: #dcdcdc;
}

.inf-name {
	font-size: 30px;
	font-family: "Myriad Pro Bold";
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	color: var(--basic-gold-bronz);
	font-weight: bold;
}



/*----------------about_us-----------------------*/

.about_us {
	background-color: #151515;
}

.about_us-wrapper{
	display: flex;
	width: 100%;
	height: 800px;
}

.about_us-wrapper-img {
	height: 800px;
	width: 35%;
	padding: 0 0 0 6%;
	margin: 0 8% 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_us-img {
	height: 600px;
	width: 400px;
	background-color: #463346;
}

.about_us-wrapper-text {
	height: 800px;
	width: 35%;
	padding: 0;
	margin: 0;
}

.about_us-text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 800px;
}

.about_us-present {
	color: var(--basic-gold-bronz);
	font-size: 30px;
	font-family: "Montserrat", Arial, sans-serif;
	letter-spacing: -0.02em;
	line-height: 1.3;
	font-weight: 700;
}

.about_us-content {
	padding: 0;	
	color: rgba(207, 204, 191, 0.80);
	text-align: justify;
	text-transform: none;
	margin: 0;
	width: 510px;
	font-weight: 400;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

/*----------------product-----------------------*/

.product {
	width: 100%;
	height: 100%px;
	padding: 0px;
	margin: 0;
	color: var(--basic-white);
	background-color: var(--basic-white);
	display: flex;
	justify-content: center;
}

.product-wrapper {
	flex-direction: column;
	padding: 0 50px;
	max-width: 1500px;
	min-width: 400px;
	display: flex;
	margin: 0 0 100px 0;
	align-items: center;
}

.product-name {
	height: 100px;
}

.product-name_text {
	width: 250px;
	margin: 0;
	padding: 30px 0 0 0;
	position: relative;
	font-family: "Myriad Pro Regular";
	line-height: 1.2;
	font-size: 25px;
	text-align: center;
	color: #646464;
	letter-spacing: 0.1em;
}

.product-name_text:before {
	content: " ";
	background: #acacac;
	width: 500px;
	height: 1px;
	top: 45px;
	position: absolute;
	left: 250px;
}

.product-name_text:after {
	content: " ";
	background: #acacac;
	width: 500px;
	height: 1px;
	top: 45px;
	position: absolute;
	right: 250px;
}

.product-item {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 260px;
	width: 100%;
	max-width: 1500px;
	min-width: 400px;
}

.img {
	width: 750px;
	height: 260px;
}
.text {
	width: 750px;
	height: 260px;
	font-size: 18px;
	font-family: "Montserrat", Arial, sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.3;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	color: #151515;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-width: 400px;
}

.text p {
	margin: 0;
	padding: 10px 20px;
}

.product-logo_local {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 24px;
	letter-spacing: -0.05em;
	font-weight: 600;
	color: var(--basic-black);
	text-transform: uppercase;
}

.product-service_img {
	width: 750px;
	height: 260px;
	background-image: url("../img/bgservice.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-service_text {
	order: 1;
	background-image: url("../img/bgimg.png"), url("../img/product-service2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-patio_img {
	width: 750px;
	height: 260px;
	background-image: url("../img/product-patio.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-patio_text {
	order: 1;
	background-image: url("../img/bgimg.png"), url("../img/product-fence2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-fence_img {
	width: 750px;
	height: 260px;
	background-image: url("../img/bgfence.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.product-fence_text {
	order: 1;
	background-image: url("../img/bgimg.png"), url("../img/product-patio2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
 /*--------order----------*/
.product-patio_text {
	order: 1;
}

.product-patio_img {
	order: 2;
}

/*----------------contact-----------------------*/
.contact  {
	padding: 0;
	margin: 0;
}

.contact-wrapper{
	min-width: 550px;
	padding: 0;
	margin: 0 0 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bgf-contact {
	width: 100%;
}

.contact-item_wrapper {
	display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}

.contact-item {
	height: 550px;
	width: 750px;
	display: flex;
  justify-content: center;
}

.contact-item_form {
	display: flex;
}

.contact-form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.item_form_wrapper {
	width: 300px;
	height: 80px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.item_form_wrapper input {
	width: 280px;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}

.item_form_wrapper label {
	margin: 0 0 5px  0;
}

.item_form_message {
	width: 300px;
	height: 160px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.item_form_message textarea {
	width: 282px;
	height: 110px;
	padding: 10px 10px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
}
.item_form_message label {
	margin: 0 0 5px  0;
}

.item_form_bottom {
	display: flex;
	align-items: center;
  justify-content: center;
}

.form-bottom{
	height: 40px;
	width: 200px;
}


.contact-item_map {
	height: 530px;
	width: 500px;
	border: 2px solid var(--basic-gold-bronz);
}

.map-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


/*----------------footer-----------------------*/
.footer-main  {
	width: 100%;
	height: 200px;
	background-color: #151515;
	padding: 0px;
	margin: 0;
	color: var(--basic-white);
}

.footer-main h4 {
	color: var(--basic-gold-bronz);
	font-size: 14pt;
}

.footer-wrapper {
	display: flex;
	justify-content: center;
	gap: 55px;
}

.footer-main_contact {
  padding: 0px 50px 0 50px;
  height: 180px;
  width: 500px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-main_contact ul {
	height: 126px;
	width: 242px;
	min-width: 242px;
	min-height: 126px;
}

.contact-name {
	height: 21px;
	width: 483px;
	min-width: 242px;
	min-height: 21px;
	text-align: center;
}

.footer-contacts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 4px;
}

.footer-contacts {
	text-transform: none;
	font-weight: 300;
}

.name-cont {
	text-transform: uppercase;
	font-weight: 500;
}

.col {
	color: #ccb667;
}

.footer-logo {
	padding: 0px 50px 0 50px;
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-company_logo {
	padding: 20px 0 0 0;
	width: 150px;
	height: 120px;
}

.footer-name {
	padding: 0;
	margin: 20px 0 20px 0;
}

.footer-name-one {
	color: var(--basic-gold-bronz);
	font-size: 12pt	;
	display: flex;
	width: 150px;
	height: 50px;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: center;
	text-align: center;
	letter-spacing: 4px;
	margin: -1px 0 0 0;
}

.footer-name_second {
	margin: 0;
	padding: 0px 0 0 0;
	font-size: 10pt;
	letter-spacing: 2px;
	margin: -5px 0 0 0;
}


.footer-main_s {
	padding: 0px 50px 0 50px;
	width: 250px;	
}

.footer-url_wrapper {
	display: flex;
	align-items: center;
}

.footer-url{
	height: 32px;
	width: 32px;
	padding: 0 5px;
}

/*--------------produce------------------*/

.main-wrapper {
	display: flex;
  margin: 0;
  padding: 70px 0 0 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main-mag {
	height: 100%;
	width: 1500px;
	margin: 0 0 40px 0;
}

.fense-wrapper_mag {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fence-item_mag {
    height: 120px;
	width: 280px;
	min-width: 280px;
	min-height: 120px;
	padding: 30px 30px;
    display: flex;
    flex-direction: column;
	align-items: center;
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.concrete-blocks-item_mag {
    209px;
	width: 140px;
	min-width: 140px;
	min-height: 190px;
	padding: 30px 30px;
    display: flex;
    flex-direction: column;
	align-items: center;
     font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.edges-item_mag {
  height: 140px;
  width: 260px;
  min-width: 260px;
  min-height: 140px;
	padding: 30px 30px;
  display: flex;
  flex-direction: column;
	align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.Driveway-item_mag {
	height: 160px;
  width: 200px;
  min-width: 200px;
  min-height: 160px;
	padding: 30px 30px;
  display: flex;
  flex-direction: column;
	align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.fence-img_mag {
	height: 140px;
	width: 280px;
}

.edges-img_mag {
	height: 120px;
	width: 250px;
}

.Driveway-img_mag {
	height: 120px;
	width: 120px;
}

.fence-name_mag {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.fance-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;

}

.fance-class_stor:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.fance-class_stor:before {
	content: " ";
	background: #acacac;
	width: 1100px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 120px;
}

.fconcrete-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.concrete-class_stor:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.concrete-class_stor:before {
	content: " ";
	background: #acacac;
	width: 890px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 330px;
}

.edges-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.edges-class_stor:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.edges-class_stor:before {
	content: " ";
	background: #acacac;
	width: 910px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 310px;
}

.Driveway-Blocks {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.Driveway-Blocks:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.Driveway-Blocks:before {
	content: " ";
	background: #acacac;
	width: 900px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 320px;
}

.Garden-Fence {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.Garden-Fence:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.Garden-Fence:before {
	content: " ";
	background: #acacac;
	width: 950px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 270px;
}

.Miscellaneous-Blocks {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.Miscellaneous-Blocks:after {
	content: " ";
	background: #acacac;
	width: 90px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: -100px;
}

.Miscellaneous-Blocks:before {
	content: " ";
	background: #acacac;
	width: 930px;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 290px;
}

.fense-character_mag {
	margin: 0;
	padding: 0;
}

/*-------galery----------*/

.gallery-body {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gallery-main {
	min-width: 1300px;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-name {
	height: 100px;
}

.gallery-name {
	width: 250px;
	margin: 0;
	padding: 30px 0 30px 0;
	position: relative;
	font-family: "Myriad Pro Regular";
	line-height: 1.2;
	font-size: 25px;
	text-align: center;
	color: var(--basic-gold-bronz);
	letter-spacing: 0.1em;
}

.gallery-name:before {
	content: " ";
	background: var(--basic-gold-bronz);
	width: 540px;
	height: 1px;
	top: 45px;
	position: absolute;
	left: 220px;
}

.gallery-name:after {
	content: " ";
	background: var(--basic-gold-bronz);
	width: 540px;
	height: 1px;
	top: 45px;
	position: absolute;
	right: 220px;
}


.gallery-wrapper {
    background-color: #222222;
    padding: 60px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    /* height: 700px; */
    flex-grow: 1;
}

/* Стили для модального окна */
.gallery {
      display: flex;
      flex-wrap: wrap;
      width: 1300px;
  		max-width: 1300px;
  		min-width: 1300px;
  		justify-content: center;
    }

    .gallery-item {
			width: 250px;
			height: 250px;
			cursor: pointer;
			margin: 0 10px 20px 10px;
			max-width:100%;
			object-fit: cover;
			}

			.gallery-item:hover {
			background-color: #fff;
			}

    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
		  margin: auto;
		  display: block;
		  width: 80%;
		  max-width: 800px;
		  max-height: 80%;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		}

    .close {
      position: fixed;
      top: 15%;
      right: 50%;
      align-self: center;
      font-size: 50px;
      font-weight: bold;
      color: white;
      cursor: pointer;
    }

/* Анимация увеличения */
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}


@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
	}
	

@font-face {
	font-family: 'Myriad Pro Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Light';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Semibold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Bold Condensed';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
	}
	

	@font-face {
	font-family: 'Myriad Pro Bold Condensed Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
	}

@media screen and (max-width: 480px) {
	/*----------------header-----------------------*/
	.header {

	}

	.header-wrapper {
		margin: 0px auto;
		padding: 0px;	
		width: 100%;
		color: #ffffff;
	}

	.header-main {	
		margin: 0px auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14pt;
    line-height: 26px;
    font-weight: 700;
    list-style: none;
    height: 220px;
    max-width: 1500px;
    min-width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
	}


	.header-menu {
		width: 100%;
	}

	.menu-list {
		display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	}

	.menue-nav {
		padding: 0 20px;
		display: inline-block;
	}
	nav {	
		text-align: right;
	}

	/*----------------section-welcome-----------------------*/


	.welcome {
		width: 100%;
    height: 1415px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(../img/14b.jpg);
    background-size: cover;
	}


	.welcome-werapper {
		position: relative;
		background-color: rgb(255 255 255 / 0%);
		margin: 0;
		padding: 0;
		animation: slide-in-top 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}

	@keyframes slide-in-top {
	  0% {
		transform: translateY(-110px);
		opacity: 0;
	  }
	  100% {
		transform: translateY(0);
		opacity: 1;
	  }
	}

	.welcome-logo {
		margin: 0 auto;
		height: 630px;
		width: 100%;
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		top: 70px;
		box-sizing: border-box;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		left: 50%;
		transform: translateX(-50%);
	}

	.company-logo {
		padding: 10px 15px 0 22px;
		width: 80%;
		margin: 0 0 20px 0;
	}

	.company-name {
		color: var(--basic-gold-bronz);
    font-size: 64px;
    font-family: "Myriad Pro Bold";
    line-height: 1.2;
    text-shadow: 2.487px 1.778px 1.98px rgb(0 0 0 / 80%);
    display: flex;
    width: 90%;
    height: 145px;
    margin: 0;
    padding: 0;
    justify-content: center;
    letter-spacing: -0.02em;
    text-align: center;
	}

	.button-contact {
		width: 200px;
		height: 58px;
		font-weight: 700;
		font-size: 21px;
		line-height: 26px;
		text-transform: uppercase;
		background-color: var(--basic-gold-bronz);
		border: none;
		outline: none;
		color: var(--basic-black);
		cursor: pointer;
	}

	.button-contact:hover {
		background-color: var(--basic-black);
		color: var(--basic-gold-bronz);
		border: 2px solid var(--basic-gold-bronz);
	}

	.button-contact:active {
		box-shadow:0 0 25px #d6b53e;
	}

	/*----------------inf-div-----------------------*/

	.inf-main {
		width: 100%;
		position: relative;
		top: 740px;
		height: 675px;
		background-image: url("../img/bgphone.png");
		padding: 0px;
		margin: 0;
		background-repeat: repeat;
		color: var(--basic-white);
		background-position: center center;
		display: flex;
		justify-content: center;
	}


	.inf-main_wrapper {
		display: flex;
    justify-content: space-evenly;
    max-width: 1500px;
    min-width: 100%;
    flex-direction: column;
	}

	.inf-main_item {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		height: 200px;
		width: 100%;
		align-items: center;
		justify-content: center;
		padding: 25px 0 0 0;
	}

	.inf-main_product {
		padding: 10px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.inf-main_our {
		text-align: center;
		color: var(--basic-gold-bronz);
		width: 197px;	
		padding: 0 0 5px 0;
		margin: 0;
		font-size: 20pt;
		letter-spacing: 2px;
		border-bottom: 3px solid var(--basic-gold-bronz);
		display: block;
	}

	.inf-img {
		width: 80px;
		height: 80px;
		margin: 0 20px 0 0;
	}

	.inf-our {
		text-align: center;
		text-transform: none; 
		letter-spacing: 1px;
		margin: 0;
		font-weight: 400;
		color: #dcdcdc;
	}

	.inf-name {
		font-size: 30px;
		font-family: "Myriad Pro Bold";
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
		color: var(--basic-gold-bronz);
		font-weight: bold;
	}

	/*----------------product-----------------------*/

	.product {
		width: 100%;
		height: 100%px;
		padding: 0px;
		margin: 0;
		color: var(--basic-white);
		background-color: var(--basic-white);
		display: flex;
		justify-content: center;
	}

	.product-wrapper {
		flex-direction: column;
		padding: 0 0px;
		max-width: 1500px;
		min-width: 100%;
		display: flex;
		margin: 0 0 100px 0;
		align-items: center;
	}

	.product-name {
		height: 100px;
	}

	.product-name_text {
		width: 250px;
		margin: 0;
		padding: 30px 0 0 0;
		position: relative;
		font-family: "Myriad Pro Regular";
		line-height: 1.2;
		font-size: 25px;
		text-align: center;
		color: #646464;
		letter-spacing: 0.1em;
	}

	.product-name_text:before {
		content: " ";
		background: #acacac;
		width: 5%;
		min-width: 15%;
		height: 1px;
		top: 45px;
		position: absolute;
		left: 250px;
	}

	.product-name_text:after {
		content: " ";
		background: #acacac;
		width: 5%;
		min-width: 15%;
		height: 1px;
		top: 45px;
		position: absolute;
		right: 250px;
	}

	.product-item {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		height: 260px;
		width: 100%;
		max-width: 1500px;
		min-width: 100%;
	}

	.img {
		width: 750px;
		height: 260px;
	}
	.text {
		width: 750px;
		height: 260px;
		font-size: 18px;
		font-family: "Montserrat", Arial, sans-serif;
		letter-spacing: -0.03em;
		line-height: 1.3;
		font-weight: 500;
		text-transform: none;
		text-align: left;
		color: #151515;
		line-height: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		min-width: 100%;
	}

	.text p {
		margin: 0;
		padding: 5px 10px;
	}

	.product-logo_local {
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 24px;
		letter-spacing: -0.05em;
		font-weight: 600;
		color: var(--basic-black);
		text-transform: uppercase;
	}

	.product-service_img {
		display: none;
		width: 750px;
		height: 260px;
		background-image: url("../img/bgservice.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.product-service_text {
		order: 1;
		background-image: url("../img/bgimg.png"), url("../img/product-service2.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.product-patio_img {
		display: none;
		width: 750px;
		height: 260px;
		background-image: url("../img/product-patio.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.product-patio_text {
		order: 1;
		background-image: url("../img/bgimg.png"), url("../img/product-fence2.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.product-fence_img {
		display: none;
		width: 750px;
		height: 260px;
		background-image: url("../img/bgfence.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.product-fence_text {
		order: 1;
		background-image: url("../img/bgimg.png"), url("../img/product-patio2.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	 /*--------order----------*/
	.product-patio_text {
		order: 1;
	}

	.product-patio_img {
		order: 2;
	}

	/*----------------about_us-----------------------*/

	.about_us {
		background-color: #151515;
		height: 100%;
	}

	.about_us-wrapper{
		display: flex;
    width: 100%;
    height: 110%;
    flex-direction: column;
    align-items: center;
	}

	.about_us-wrapper-img {
		display: none;
	}

	.about_us-img {
		height: 600px;
		width: 400px;
		background-color: #463346;
	}

	.about_us-wrapper-text {
		height: 100%;
		width: 90%;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.about_us-text {
		display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
	}

	.about_us-present {
		color: var(--basic-gold-bronz);
		font-size: 24px;
		font-family: "Montserrat", Arial, sans-serif;
		letter-spacing: -0.02em;
		line-height: 1.3;
		font-weight: 700;
		width: 95%;
		text-align: center;
		margin: 45px 0 25px 0 ;
	}

	.about_us-content {
		padding: 0;	
		color: rgba(207, 204, 191, 0.80);
		text-align: justify;
		text-transform: none;
		margin: 0;
		width: 510px;
		font-weight: 400;
		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.3;
		letter-spacing: -0.02em;
		width: 100%;
	}

	/*----------------contact-------------------*/

	.contact  {
		padding: 0;
		margin: 0;
		max-width: 480px;
	}

	.contact-wrapper{
		min-width: 100%;
		max-width: 480px;
		padding: 0;
		margin: 0 0 100px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bgf-contact {
		width: 100%;
	}

	.contact-item_wrapper {
		lex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
	}

	.contact-item {
		height: 550px;
		width: 100%;
		display: flex;
	  justify-content: center;
	}

	.contact-item_form {
		display: flex;
	}

	.contact-form {
	  display: flex;
	  flex-direction: column;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: center;
	}

	.item_form_wrapper {
		width: 300px;
		height: 80px;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		line-height: 1.2;
	  font-size: 16px;
	  font-weight: 500;
	  text-transform: capitalize;
	}

	.item_form_wrapper input {
		width: 280px;
		height: 40px;
		padding: 0 10px;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.2;
	  font-size: 16px;
	  font-weight: 400;
	}

	.item_form_wrapper label {
		margin: 0 0 5px  0;
	}

	.item_form_message {
		width: 300px;
		height: 160px;
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		line-height: 1.2;
	  font-size: 16px;
	  font-weight: 500;
	  text-transform: capitalize;
	}

	.item_form_message textarea {
		width: 282px;
		height: 110px;
		padding: 10px 10px;
		margin: 0;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.2;
	  font-size: 16px;
	  font-weight: 400;
	}
	.item_form_message label {
		margin: 0 0 5px  0;
	}

	.item_form_bottom {
		display: flex;
		align-items: center;
	  justify-content: center;
	}

	.form-bottom{
		height: 40px;
		width: 200px;
	}


	.contact-item_map {
		height: 450px;
		width: 100%;
		border: 2px solid var(--basic-gold-bronz);
	}

	.map-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/*----------------footer-----------------------*/
	.footer-main  {
		width: 100%;
		height: 660px;
		background-color: #151515;
		padding: 0px;
		margin: 0;
		color: var(--basic-white);
	}

	.footer-main h4 {
		color: var(--basic-gold-bronz);
		font-size: 14pt;
		width: 100%;
	}

	.footer-wrapper {
		display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
	}

	.footer-main_contact {
		padding: 0px 0px 0 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
	}

	.footer-main_contact ul {
		height: 126px;
		width: 242px;
		min-width: 242px;
		min-height: 126px;
		margin: 5px 60px;
	}

	.contact-name {
		height: 21px;
		width: 483px;
		min-width: 242px;
		min-height: 21px;
		text-align: center;
	}

	.footer-contacts {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0 4px;
	}

	.footer-contacts {
		text-transform: none;
		font-weight: 300;
	}

	.name-cont {
		text-transform: uppercase;
		font-weight: 500;
	}

	.col {
		color: #ccb667;
	}

	.footer-logo {
		padding: 0px 50px 0 50px;
		margin: 10px 0 0 0;
		width: 250px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-company_logo {
		padding: 20px 0 0 0;
		width: 150px;
		height: 120px;
	}

	.footer-name {
		padding: 0;
		margin: 20px 0 20px 0;
	}

	.footer-name-one {
		color: var(--basic-gold-bronz);
		font-size: 12pt	;
		display: flex;
		width: 150px;
		height: 50px;
		margin: 0;
		padding: 0;
		flex-direction: column;
		align-items: center;
		text-align: center;
		letter-spacing: 4px;
		margin: -1px 0 0 0;
	}

	.footer-name_second {
		margin: 0;
		padding: 0px 0 0 0;
		font-size: 10pt;
		letter-spacing: 2px;
		margin: -5px 0 0 0;
	}


	.footer-main_s {
		padding: 0px 50px 0 50px;
		width: 250px;
		text-align: center;	
	}

	.footer-url_wrapper {
		display: flex;
    align-items: center;
    justify-content: center;
	}

	.footer-main_s h4 {
		margin: 8px 0;
	}

	.footer-url{
		height: 32px;
		width: 32px;
		padding: 0 5px;
	}

/*-------galery----------*/

.gallery-body {
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.gallery-main {
  min-width: 90%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 160px 0 0 0;
}

.product-name {
	height: 100px;
}

.gallery-name {
	width: 250px;
	margin: 0;
	padding: 30px 0 30px 0;
	position: relative;
	font-family: "Myriad Pro Regular";
	line-height: 1.2;
	font-size: 25px;
	text-align: center;
	color: var(--basic-gold-bronz);
	letter-spacing: 0.1em;
}

.gallery-name:before {
	content: " ";
	background: var(--basic-gold-bronz);
	width: 5%;
	max-width: 10%;
	height: 1px;
	top: 45px;
	position: absolute;
	left: 220px;
}

.gallery-name:after {
	content: " ";
	background: var(--basic-gold-bronz);
	width: 5%;
	max-width: 10%;
	height: 1px;
	top: 45px;
	position: absolute;
	right: 220px;
}


.gallery-wrapper {
	background-color: #222222;
  padding: 60px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex-grow: 1;
}

/* Стили для модального окна */
.gallery {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  		max-width: 100%;
  		min-width: 90%;
  		justify-content: center;
    }

    .gallery-item {
			width: 150px;
			height: 150px;
			cursor: pointer;
			margin: 0 10px 20px 10px;
			max-width:100%;
			object-fit: cover;
			}

			.gallery-item:hover {
			background-color: #fff;
			}

    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
		  margin: auto;
		  display: block;
		  width: 80%;
		  max-width: 800px;
		  max-height: 80%;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		}

    .close {
      position: fixed;
      top: 15%;
      right: 50%;
      align-self: center;
      font-size: 50px;
      font-weight: bold;
      color: white;
      cursor: pointer;
    }

/* Анимация увеличения */
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/*--------------produce------------------*/

.main-wrapper {
	display: flex;
  margin: 0;
  padding: 180px 0 0 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main-mag {
	height: 100%;
	width: 100%;
	margin: 0 0 40px 0;
}

.fense-wrapper_mag {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fence-item_mag {
    height: 120px;
	width: 280px;
	min-width: 280px;
	min-height: 120px;
	padding: 30px 30px;
    display: flex;
    flex-direction: column;
	align-items: center;
    font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.concrete-blocks-item_mag {
    209px;
	width: 140px;
	min-width: 140px;
	min-height: 190px;
	padding: 30px 30px;
    display: flex;
    flex-direction: column;
	align-items: center;
     font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.edges-item_mag {
  height: 140px;
  width: 260px;
  min-width: 260px;
  min-height: 140px;
	padding: 30px 30px;
  display: flex;
  flex-direction: column;
	align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.Driveway-item_mag {
	height: 160px;
  width: 200px;
  min-width: 200px;
  min-height: 160px;
	padding: 30px 30px;
  display: flex;
  flex-direction: column;
	align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #777;
	text-transform: none;
}

.fence-img_mag {
	height: 140px;
	width: 280px;
}

.edges-img_mag {
	height: 120px;
	width: 250px;
}

.Driveway-img_mag {
	height: 120px;
	width: 120px;
}

.fence-name_mag {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.fance-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0;
	position: relative;
	color:  #404040;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.fance-class_stor:after {
	content: " ";
	background: #acacac;
	width: 25%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 70%;
}

.fance-class_stor:before {
	content: " ";
	background: #acacac;
	width: 25%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.fconcrete-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0 0 0 100px;
	position: relative;
	color:  #404040;
}

.concrete-class_stor:after {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 90%;
}

.concrete-class_stor:before {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.edges-class_stor {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0;
	position: relative;
	color:  #404040;
	text-align: center;
	width: 100%;
}

.edges-class_stor:after {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 90%;
}

.edges-class_stor:before {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.Driveway-Blocks {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0;
	position: relative;
	color:  #404040;
	width: 100%;
}

.Driveway-Blocks:after {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 90%;
}

.Driveway-Blocks:before {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.Garden-Fence {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0;
	position: relative;
	color:  #404040;
	text-align: center;
	width: 100%;
}

.Garden-Fence:after {
	content: " ";
	background: #acacac;
	width: 10%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 85%;
}

.Garden-Fence:before {
	content: " ";
	background: #acacac;
	width: 10%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.Miscellaneous-Blocks {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	padding: 10px 0;
	margin: 0;
	position: relative;
	color:  #404040;
	text-align: center;
	width: 100%;
}

.Miscellaneous-Blocks:after {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 90%;
}

.Miscellaneous-Blocks:before {
	content: " ";
	background: #acacac;
	width: 5%;
	height: 1px;
	top: 28px;
	position: absolute;
	left: 5%;
}

.fense-character_mag {
	margin: 0;
	padding: 0;
}

}