* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;


}
 img {
	 display: block;
	 max-width: 100%;
 }
 
 input,
 textarea,
 select,
 button {
	 font: inherit;
 }
 
   
 svg *[fill] { fill: currentColor }
 svg *[stroke] { stroke: currentColor }
 
 svg * {
	 transition-property: fill, stroke;
 }
 
 
 




body {
	background: #141413;
	overflow-x: hidden;
	margin: 0 auto;
	font-size: 62.5%;
	text-decoration: none;
	font-family: protosans;
	max-width: 1920px;
	min-height: 100%;
}

:root {
	--index: calc(1vw + 1vh);
}


img {
  display: block;
  max-width: 100%;
}

.portfolio_text {
	opacity: o;
	position: absolute;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}

::-webkit-scrollbar {
	padding: 20px;
	background-color: #141413;
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient( rgba(184 27 129), rgba(255, 14, 72, 1));
	border-radius: 15px;
}

* {
	scrollbar-color: #141413 linear-gradient(rgba(255, 14, 72, 1), rgba(184, 27, 129, 1));
}


.wrap {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 100%;
}


.main-content {
	margin-inline: auto;
	height: 100%;
}


.bgbox {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	margin: 0;
	z-index: -1;
	filter: brightness(.4);
	animation: bgblack linear forwards;
	scale: 1;
	opacity: 1;
	transform-origin: top;
	object-fit: cover;
	animation-timeline: view();
	animation-range: exit;
}

@keyframes bgblack {
	to { scale: 1.2;}
		25% 	{ opacity: 1;}
		85%, 100% { opacity: 0;}
}

@font-face {
	font-family: protosans;
	src: url(../fonts/ProtoSans12.woff);
}

@font-face {
	font-family: protosans56;
	src: url(../fonts/protosans.woff);
}

@font-face {
	font-family: Stolzl-thin;
	src: url(../fonts/Stolzl-Thin.woff);
}

@font-face {
	font-family: Monserat;
	src: url(../fonts/Montserrat-Thin.woff);
}

 
.text_home {
	display: none;
}


.container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 10rem;
	color: transparent;
}

.navmenu {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(2deg, rgba(0, 0, 0, .4) 15%, rgba(155, 112, 11, .0) 98%);
	max-width: 1100px;
	border-radius: 25px;
	z-index: 5;
	margin: 5rem 0 auto;
	backdrop-filter: blur(1rem)	;
	border: 1px solid rgba(175, 175, 175, .1);
}

.navmenu ul {
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 3rem;
	display: flex;
	flex-direction: row;
}

.navmenu ul li {
	margin-inline: clamp(20px, 2vw, 50px);
}

.navmenu ul li a {
	white-space: nowrap;
	text-decoration: none;
	font-size: clamp(15px, 1vw, 40px);
	color: #fff;
	transition: .5s;
}

.navmenu ul li a:hover {
	color: rgb(33, 33, 33);
	height: 100%;
	backdrop-filter: blur(20px);
}

/* РАБОЧИЙ СТОЛ */ /* РАБОЧИЙ СТОЛ */ /* РАБОЧИЙ СТОЛ */ /* РАБОЧИЙ СТОЛ */



/* popup окно */

a.open-popup {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#popup:target {
	opacity: 1;
	visibility: visible;
}

.popup-inner {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#popup:target .popup-inner {
	transform: scale(1);
}
.popup-inner img{
	width: 50%;

}

a.close-popup {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

/* Термо */

a.open-termo {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#termo {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#termo:target {
	opacity: 1;
	visibility: visible;
}

.popup-termo {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#termo:target .popup-termo {
	transform: scale(1);
}
.popup-termo img{
	width: 50%;

}

a.close-termo {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

/* Охрана */

a.open-sec {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#popup_sec {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#popup_sec:target {
	opacity: 1;
	visibility: visible;
}

.popup-sec {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#popup_sec:target .popup-sec {
	transform: scale(1);
}
.popup-sec img{
	width: 50%;

}

a.close-sec {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

/* Климат-контроль */

a.open-fan {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#popup_fan {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#popup_fan:target {
	opacity: 1;
	visibility: visible;
}

.popup-fan {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#popup_fan:target .popup-fan {
	transform: scale(1);
}
.popup-fan img{
	width: 50%;

}

a.close-fan {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

/* Видеонаблюдениеь */

a.open-video {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#popup_video {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#popup_video:target {
	opacity: 1;
	visibility: visible;
}

.popup-video {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#popup_video:target .popup-video {
	transform: scale(1);
}
.popup-video img{
	width: 50%;

}

a.close-video {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

/* Музыка */

a.open-music {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

#popup_music {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: -150px;
	display: flex;
	justify-content: end;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

#popup_music:target {
	opacity: 1;
	visibility: visible;
}

.popup-music {
	position: relative;
	background-color: rgba(255, 255, 255, .3);
	max-width: 500px;
	height: 70dvh;
	text-align: center;
	transform: scale(0);
	transition: all .5s ease;
	align-items: center;
	justify-content: start;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	padding: 10px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 0, 0, .2);
}

#popup_music:target .popup-music {
	transform: scale(1);
}
.popup-music img{
	width: 50%;

}

a.close-music {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	background-color: #141413;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	font-family: stolzl;
	font-size: 20px;
}

.title {
	font-size: 23px;
}

.home {
	display: flex;
	flex-wrap: wrap;
	height: 85vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	padding-inline: 5rem;
	scroll-snap-align: start;
}

/* ИКОНКИ СЛЕВА */

.social {
	margin: -5rem 0 0 0;
}

.social img {
	margin: 2.5rem 0;
}


/* LOGO */

.logo {
	margin: -5rem 0 0 0;
}

/* ИКОНКИ СПРАВА */

.skill {
	display: flex;
	flex-direction: column;
	margin: -5rem 0 0 0;
}

.skill img {
	margin: 25px 0;
}

.slider {
	overflow: hidden;
	height: 100%;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #141413;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	scroll-snap-align: start;
}

.pic-box_mob {
	position: absolute;
	opacity: 0;
}
	
.text-box {
	height: 100vh;
	padding: 25px;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
	left: 0px;
	width: 50%;
	margin-right: 3rem;
	color: #fff;
}

.text-box h1 {
	font-size: 3rem;
	font-family: protosans56;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.text-box p{
	font-family: Stolzl;
	font-size: clamp(17px, 1vw, 70px);
	line-height: 1.75;
	text-align: justify;
	text-align-last: center;
}

.img-box {
	position: relative;
	display: flex;
	margin-right: -5rem;
	align-items: center;
	justify-content: center;
	width: clamp(550px, 45%, 800px);
}


.pic-box {
	position: absolute;
	left: -10%;
	top: 25%;
	background: #fff;
	padding: 5px;
	padding-top: 5;
	width: clamp(150px, 10vw, 1200px);
}

.pic-box {
	scale: 1;
	cursor: pointer;
	transition: .5s
}

.pic-box:focus {
	transform: scale(2.5);
	z-index: 10;
	order: 1;
}

/* ХОЧУ НАДЕЖНЫЙ ПАРТНЕР BIM */ /* ХОЧУ НАДЕЖНЫЙ ПАРТНЕР BIM */ /* ХОЧУ НАДЕЖНЫЙ ПАРТНЕР BIM */

.box-skill {
	height: 100%;
	scroll-snap-align: start; 
}

.page3 {
	gap: 10px;
	background: #141413;
	width: 100%;
	max-width: 1600px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	margin: 0 auto;
	padding-inline: 25px;
}

.page3_mob {
	position: absolute;
	opacity: 0;
}


.portfolio_text {
	position: absolute;
	opacity: 0;
}

/* ГАЛЕРЕЯ */ /* ГАЛЕРЕЯ */ /* ГАЛЕРЕЯ */ /* ГАЛЕРЕЯ */

.portfolio {
	opacity: 0;
	position: absolute;
}

.gallery-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 7rem;
	padding: 2rem;
	margin-bottom: 10rem;
	scroll-snap-align: start;
}

.mov {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.gallery-grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 10% 15% 15% 10% 15% 15% ;
	grid-template-rows: 30% 30% 30%;
}
	
.gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.g1 {
	grid-column: 1 / 3;
	grid-row: 1 / 1;
}


.g2 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
	transform: translateY(50px);
}
.g3 {
grid-column: 1 / 3;
grid-row: 2 / 3;
}
.g4 {
grid-column: 4 / 5;
grid-row: 1 / 2;	
}
.g5 {
grid-column: 5 / 7;
grid-row: 1 / 2;	
}
.g6 {
grid-column: 7 / 8;
grid-row: 1 / 3;
}

.g7 {
	grid-column: 4 / 6;
	grid-row: 2 / 3;
}

.g8 {
	grid-column: 6 / 7;
	grid-row: 2 / 4;
}

.next {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	grid-column: 7 / 8;
	grid-row: 3 / 4;
}

.tochk {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tochk {
	width: 10%;
	height: 10%;
}

.g9 {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 9px;
	transition: .5s;
}

.g9:hover {
	transform: scale(1.5);
	filter: blur(5px);
}

.g10 {
	width: 100%;
	padding: 2px 0px 0px 80px;
}

.strelka {
	width: 90%;
}
.soc {
	margin: 30px 45px 0 50px ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc img {
	margin: 0 10px ;
}

.ukazatel {
	position: absolute;
	width: 50%;
	left: 0;
	z-index: -1;
	margin: 180px 0;
	transform: translate(0vh, 14vw);
	filter: brightness(.9);
}

.gallery-grid h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-area: 3 / 1 / 4 / 6;
	color: #fff;
	font-size: clamp(1rem, 1vw + 2rem, 5rem);
	z-index: 1;
	font-family: protosans56;
	font-weight: 400;
}

.stmob {
	width: 60%;
	height: 60%;
	position: absolute;
	display: flex;
	top: 30rem;
	margin-top: 40rem;
	padding: 25px;
	opacity: 0;
	margin:  0 auto;
}



/* ПРЕИМУЩЕСТВА */ /* ПРЕИМУЩЕСТВА */ /* ПРЕИМУЩЕСТВА */ /* ПРЕИМУЩЕСТВА */ /* ПРЕИМУЩЕСТВА */

.page-5 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 1900px;
	scroll-snap-align: start; 
}

.bg-circ {
	position: absolute;
	right: 0px;
	z-index: -1;
}
.page5-grid {
	display: grid;
	width: 100%;
	max-width: 1900px;
	justify-items: center;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: auto;
	gap: 1rem;
	margin: 0 auto;
}
.page5-text {
	width: 100%;
	grid-column: 1 / span 2;
	grid-row: 1;
	font-size: clamp(20px, 1vw, 120px)
}

.page5-grid .page5-text h1 {
	font-size: clamp(15px, 4.5vw, 120px);
	color: #fff;
	padding: 20px;
	font-family: protosans56;
	font-weight: 400;
	padding: 2rem;
}

.set {
	margin: auto 0;
	grid-column: 1 / span 2;
	grid-row: 2 / span 3;
	width: 100%;
	display: flex;
	max-width: 600px;
	flex-direction: column;
	align-items: flex-start;
	justify-items: flex-start;
	margin-left: 15rem;
	gap: 3rem;
	margin-top: 3rem;
}

.set p {
	font-size: clamp(15px, 2vw, 50px);
	color: #fff;
	font-family: protosans56;
	font-weight: 400;
	margin: 1rem;
}

.quk {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.easy {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
}

.instal {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.page5-img {
	z-index: 2;
	padding: 2rem;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	grid-row: 1 / span 4;
	grid-column: 4 / span 5;
}

.page5-img img {
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .3);
}

.img1 {
	display: flex;
	width: 100%;
}

.img1::before {
	content: '';
	width: 21rem;
}

.img1::after {
	content: '';
	width: 21rem;
}


.img2 {
	margin-top: 1.5rem;
	display: flex;
	z-index: 1;
	width: 100%;
}

.img2::before {
	content: '';
	width: 30rem;
}
.img3 {
	margin-block: -50px;
	display: flex;
	width: 100%;
}
.img3::before {
	content: '';
	width: 15rem;
}

.img3::after {
	content: '';
	width: 25rem;
}

.img4 {
	z-index: -1;
}




.page5-grid .page5-img img {
	margin-top: 10px;
	border-radius: 15px;
}


/* СЕКЦИЯ ЦИФРЫ */

.numbers {
	display: grid;
	width: 100%;
	padding: 20px;
	color: #fff;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	grid-template-rows: auto;
	height: 50vh;
	margin: auto;
	scroll-snap-align: start; 
}

.numbers h3 {
	font-size: clamp(55px, 5vw, 100px);
	font-family: protosans56;
	opacity: 0.3;
}

.numbers .mun1 {
	margin: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.numbers p {
	font-family: Stolzl;
	font-size: clamp(20px, 1.5vw, 100px);
}


.num {
	position: absolute;
	opacity: 0;
}

/* ОТЗЫВЫ */ /* ОТЗЫВЫ */ /* ОТЗЫВЫ */ /* ОТЗЫВЫ */

.reviews_mob {
	display: none;
}

.reviews {
	display: grid;
	width: auto;
	height: auto;
	flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1700px;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, 1fr);
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 25px;
}

.otziv_text {
	grid-column: span 3;
	width: 100%;	
	align-self: end;
}

.otziv_text h1 {
	font-size: clamp(30px, 5vw, 70px);
	color: #fff;
}


.comment {
	display: flex;
	width: auto;
	height: auto;
	grid-column: 4 / span 5;
	grid-row: 1 / span 4;
	position: relative;
}

.comment img {
	width: 50%
}


.com_text {
	display: flex;
	top: 60%;
	left: 34%;
	width: 50%;
	max-height: 150px;
	transform: translate(-50, -50%);
	position: absolute;
	align-items: center;
	justify-content: center;
}
.com_box {
	font-family: Stolzl;
	font-size: clamp(15px, 0.5vw, 30px);
	display: inline-block;
	flex-direction: column;
	background: grey;
	padding: 25px;
	padding-left: 70px;
	border-radius: 15px;
	min-height: 150px;
	max-height: 200px;
	clip-path: polygon(6.5% 0%, 100% 0, 100% 100%, 0% 100%);
	z-index: -1;
}

.com_box h3 {
	text-align: right;
}

.com_box h2 {
	margin-bottom: 10px;
}

.com_box_img {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.com_box_img img {
	border-radius: 15px;
}

.yand {
	display: flex;
	width: 100%;
	transform: translatey(-7%);
}
.yand::before {
	content: '';
	width: 5dvw;
}

.goo {
	display: flex;
	width: 100%;
}

.goo::before {
	content: '';
	width: 30dvw;
}

.tele {
	display: flex;
	content: '';
	transform: translate(-2%, -70%);
}






.contacts {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding-inline: 15px;
	justify-content: center;
	margin: 0 auto;
	height: 100%;
	position: relative;
}


.section-9 {
	padding-top: 10rem;
}

.form__input {
	margin-top: 25px;
	color: #fff;
	font-family: stolzl;
}

.form__input:nth-child(4) {
	color: #000;
}

.forms {
	width: 100%;
	max-width: 500px;
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
	padding: 25px;
	height: 100%;
	justify-content: center;
	border-radius: 15px;
	border: 1px solid rgba(175, 175, 175, 0.1);
	margin: 0 auto;
	padding-inline: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	backdrop-filter: blur(2rem);
}



.cir_end img {
	position: absolute;
	left: 0;
	top: 70%;
	z-index: -1;
	width: 20%;
}

.forms h1 {
	color: #fff;
	font-family: Stolzl-thin;
}

input {
	width: 100%;
	height: 30px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	padding-inline-start: 25px;
}

.form_tg {
	width: 100%;
	display: flex;
	flex-direction: column;
}

textarea {
	height: 6rem;
	border-radius: 7px;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	background: rgba(0, 0, 0, .1);
	transition: .5s;
}

textarea:hover {
	background: rgba(255, 255, 255, .9);
}

textarea:focus {
	background: rgba(255, 255, 255, .6);
}

.form__button {
	border-radius: 15px;
	height: 2rem;
	width: 9rem;
	margin-top: 1rem;
	background: transparent;
	color: #fff;
	font-family: stolzl;
	transition: .75s;
	cursor: pointer;
}

.form__button:hover {
	transform: scale(1);
}
.map {
	padding: 25px;
	background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .3));
	border-radius: 15px;
	width: 50%;
	height: 100%;
}

.map h1 {
	margin-bottom: 3rem;
	color: #fff;
}

.pad {
	width: 5%;
}

.calling {
	display: flex;
	justify-content: space-between;
}

.icon-box {
	display: flex;
}

.icon-box a img {
	width: 2rem;
	margin-inline: 10px;
	transition: .5s;
}

.icon-box a img:hover {
	transform: translateY(-5px);
}










