@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");

/* Обнуление */
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
html,
body {
	height: 100%;
	line-height: 1;
	background: #fff;
	font-size: 14px;
	color: #000;
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
  
	font-weight: 500;
	/* font-family: Roboto; */
	font-family: 'Poppins', sans-serif;
}
/* ---------------------------------------------------------------------------- */
.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
/* ---------------------------------------------------------------------------- */
._container {
	max-width: 1280px;
	padding: 0px 10px;
	margin: 0px auto;
	box-sizing: content-box;
}
/* ----------------------------------------------------------------------------- */
:root {
	--yellow:#ffa600;
	--black:#111;
	--white:#fff;
	--light-color:#666;
	--light-bg:#eee;
	--box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
	--border:.1rem solid rgba(0,0,0,.3);
  }
/* ----------------------------------------------------------------------------- */
  section {
	padding: 5rem 10%;
  }
/* ----------------------------------------------------------------------------- */
._ibg img {
    opacity: 0.15;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
/* ----------------------------------------------------------------------------- */














.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
  }
  .header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 2;
  }
  .header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 55px;
	align-items: center;
  }
  
  .header__logo {
    display: none;
  }
  .header__burger {
	display: none;
  }
  .header__menu {
	margin:auto;
  }
  .menu__list {
	display: flex;
	position: relative;
	z-index: 2;
  }
  .menu__list li{
	list-style: none;
	margin: 0px 7px 0px 7px;
  }
  .menu__link {
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
  }
  @media (max-width:1055px){
.mail{
	display: none;
}
  }
  @media (max-width:500px){
   
	.header__logo {
		margin-right: 3px;
		font-size: 8px;
	}
  }
  
  @media (max-width:870px){
	  body.lock{
		overflow: hidden;
	}
	.header__body{
		height: 59px;
	}
	.header__logo{
		flex: 0 0 50px;
	}
	.header__burger {
		margin: 0px 0px 0px 12px;
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 3;
	}
	.header__burger span{
		position: absolute;
		background-color: #000;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		top: 9px;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before,
	.header__burger:after{
		content: '';
		background-color: #000;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before{
		top: 0;
	}
	.header__burger:after{
		bottom: 0;
	}
	.header__burger.active span{
	   transform: scale(0);
	}
	.header__burger.active:before{
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger.active:after{
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__menu {
	 position: fixed;
	 top: -100%;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 overflow: auto;
	 transition: all 0.3s ease 0s;
	 background-color: #F6F7FA;
	 padding: 70px 10px 20px 10px;
	}
  
	.header__menu.active{
		top: 0;
	}
	.menu__list{
		display: block;
	}
	.menu__list li{
		margin: 0px 0px 35px 0px;
	}
	.menu__link {
		font-size: 24px;
	}
  }
  @media (max-width:500px){
	.body.lock{
		overflow: hidden;
	}
	.header__body{
		height: 50px;
	}
	.header__logo{
		flex: 0 0 30px;
	}
	.header__burger {
		margin: 0px 0px 0px 5px;
	}
  }
  .header__gadjet{
	display: flex;
	flex-wrap: wrap;
	z-index: 5;
	position: relative;
	align-items: center;
	margin-left: auto;
  }
  @media (max-width:500px){
	.header__gadjet{
		margin: auto;
	  }
  }
  @media (max-width:870px){
	.header__logo {
		display: block;
		background-color: #fff;
		position: relative;
		z-index: 3;
		font-size: 24px;
		font-weight: 700;
		color: #000;
	  }
  }
  @media (max-width:500px){
	.header__logo{
	font-size: 18px;
	}
  }
  .header__tele{
	align-items: center;
	font-size: 24px;
	font-weight: 700;
  }
  .link__tel{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin: 0 10px;  
  }
  
  .svg {
	width: 30px;
	height: 30px;
	color: #fff;
  }
  
  .header__social{
	margin: 0 5px;
  }
  
  .burger__phone{
	display: none;
  }
  .burger__mail{
	display: none;
  }
  .header__logo__alf{
	color: #fff;
	text-shadow: #6bb7ff 1px 0 10px;
	font-size: 15px;
	font-weight: 700;
	z-index: 3;
  }
  @media (max-width:930px){
	.header__logo__alf{
	font-size: 13px;
	}
	.menu__list li{
	margin: 25px 5px 25px 5px;
	}
  }
  @media (max-width:500px){
	.header__logo__alf{
	font-size: 11px;
	}
  }
  .burger__tele {
	transition: .5s;
  }
  
  .burger__tele:hover {
	transform: translateY(-7px);
  } 
  @media (max-width:870px){
	.burger__phone{
		display: block;
		z-index: 2;
		margin-top: 110px;
	}
	.burger__phone__link{
		color: #000;
		font-size: 24px;
	}
	.burger__phone {
		align-items: center;
		display: flex;
		z-index: 5;
	}
	.burger__tele {
		margin-right: 5px;
	}
	.burger__phone__link {
	}
	.burger__social {
		margin: 0 5px;
	}
	.burger__mail{
		display: block;
		margin: 40px 0px;
		font-size: 24px;
		font-weight: 700;
		text-decoration: underline #F3930E;
	}
	.burger__mail__link{
	 color: #000;
	 text-decoration: underline #F3930E;
	}
	.link__tel{
		color: #000;
		font-size: 24px;
		font-weight: 700;
		margin-right: 20px;   
	}
  }
  .viber{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	border-radius: 50%;
  }

  @media (max-width:650px){
	.burger__tele{
	display: none;
	}
  }
  @media (max-width:440px){
	.link__tel{
		font-size: 18px;  
	}
	.header__logo{
		font-size: 16px;
		}
		.link__tel{
			margin: 0;
		}
  }
/* ---PAGE--------------------------------------------------------------------- */
.page {
	flex: 1 1 auto;
}
/* ---MAIN--------------------------------------------------------------------- */
.home {
	padding: 0;
  }
  .home .slide {
	min-height: 70rem;  
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
  }
  .home .slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, var(--white), transparent);
  }
  .home__content {
	width: 67rem;
	height: 30rem;
	position: relative;
	background-color: #4d4d4d;
	padding: 25px;
	opacity: 0.85;
  }
  
  .home__title {
	font-size: 6rem;
	color: #fff;
	text-transform: capitalize;
	text-transform: uppercase;
  }
  
  .home__p {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
	letter-spacing: 0.8px;
	color: #fff;
	padding: 1rem 0;
	margin: 1rem 0;
	text-align:left;
  }


  @media (max-width:767px){
	.home__title {
		font-size: 3rem;
	  }
	.home__content {
		width: 67rem;
		height: 25rem;
		padding: 20px;
	  }
  }

  @media (max-width:500px){
	.home__title {
		font-size: 2.2rem;
	  }
	.home__content {
		height: 23rem;
	  }
	  .home__p {
		font-size: 1.4rem;
	  }
  }
  
  .home .swiper-button-next,
  .home .swiper-button-prev {
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	height: 7rem;
	width: 7rem;
	line-height: 7rem;
	background: #ffa700;
  }
  
  .home .swiper-button-next:hover,
  .home .swiper-button-prev:hover {
	background: var(--yellow);
  }
  
  .home .swiper-button-next::after,
  .home .swiper-button-prev::after {
	font-size: 2rem;
	color: var(--black);
  }
  
  .home .swiper-button-prev {
	right: 7rem;
  }

  
.btnn{
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 200px;
	padding: 10px 30px;
	margin-right: 75px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #ffa700;
	background-color: #ffa700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
	text-align:center;
  }
/* ---GROUP--------------------------------------------------------------------- */
.gallery {
}

.gallery__heading{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	padding-left: 1rem;
	border-left: 1rem solid #ffa600;
	line-height: 1.5;
}

.gallery__title {
  margin: 25px 0 55px 0;
  font-size: 25px;
  font-weight: 700;
}
.gallery__items { 
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}





.gallery__items { 
	display: grid;
	gap: 55px;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
}

@media (max-width: 1700px) {
	.gallery__items { 
	gap: 25px;
}
}


@media (max-width: 1550px) {
	.gallery__items { 
	gap: 15px;
		grid-template-columns: repeat(auto-fit, minmax(199px, 1fr));
}
	
}


@media (max-width: 1350px) {
	.gallery__items { 
	gap: 15px;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
	
}









.gallery__item {
	padding: 0px 0px 100% 0px;
	position: relative;
    transition: .5s;
}

.gallery__item:hover{
  transform: translateY(-7px);
}
.gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 1000px) {
	.gallery__item_big {
		grid-column: span 2;
		grid-row: span 2;
    	transition: .5s;
	}

  .gallery__item_big:hover{
    transform: translateY(-7px);
  }
}
/* ---Benefits--------------------------------------------------------------------- */

.benefits {
	background: #eee;
	padding-top: 85px;
  }
  
  .benefits__container{
	position: relative;
  }
  
  .benefits-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  @media (max-width: 767px){
	.benefits-wrapper {
		justify-content: space-around; 
	}
  }
  
  .benefits-item {
	width: 385px;
	height: auto;
	margin-bottom: 61px;
	margin-right: 15px;
	cursor: pointer;
  }
  
  .benefits-item-clip {
	position: relative;
	background: #fff;
	padding-top: 55px;
	padding-bottom: 40px;
	overflow: hidden;
	transition: transform .5s;
	border-radius: 8px;
  }
  
  .benefits-item-clip:hover{
	transform: translateY(-7px);
  }
  
  @media (max-width: 500px){
	.benefits-item-clip {
		padding-top: 25px;
		padding-bottom: 10px;
		font-size: 16px;
	}
  }
  
  .benefits-item-clip::before {
	position: absolute;
	content: '';
	background: #4d4d4d;
	width: 53px;
	right: 0;
	bottom: 0;
	top: 0;
  }
  
  .decor-block {
	position: absolute;
	left: 29px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }

  .benefits-item-count {
	font-weight: 300;
	font-size: 52px;
	line-height: 30px;
	color: #ffa600;
	position: absolute;
	right: 14px;
	top: 18px;
  }
  
  .benefits-item-text {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 143%;
	color: #000;
	padding-left: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding-right: 53px;
  }
  
  
  .benefits__title{
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 143%;
	color: #000;
  }
  
  .benefits__p{
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
  }
  
  .benefits__title{
	font-weight: 700;
	font-size: 2.2rem;
	color: #000;
	line-height: 1.5;
  }
  
  .benefits__title__around{
	margin-bottom: 25px;
	font-weight: 700;
	color: #000;
	font-size: 2.9rem;
	border-left: 1rem solid var(--yellow);
	padding-left: 1rem;
	line-height: 1.5;
  }
  /* ---About--------------------------------------------------------------------- */

  .about__heading{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	padding-left: 1rem;
	border-left: 1rem solid #ffa600;
	line-height: 1.5;
  }

  .about .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 3rem;
  }
  
  .about .row .video {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 41rem;
			flex: 1 1 41rem;
  }
  
  .about .row .video video {
	width: 100%;
  }
  
  .about .row .content {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 41rem;
			flex: 1 1 41rem;
  }
  
  .about .row .content h3 {
	font-size: 3.5rem;
	color: var(--black);
	line-height: 1.5;
  }
  
  .about .row .content p {
	font-size: 1.7rem;
	font-weight: 500;
	color: var(--light-color);
	line-height: 1.5;
	padding: 1rem 0;
  }
  
  .about .box-container {
	margin-top: 3rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 2rem;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
  }
  
  .about .box-container .box {
	text-align: center;
	background: var(--light-bg);
	padding: 3rem 2rem;
  }
  
  .about .box-container .box h3 {
	font-size: 4rem;
	color: var(--black);
	text-transform: capitalize;
  }
  
  .about .box-container .box p {
	font-size: 1.7rem;
	color: var(--light-color);
	line-height: 1.5;
	padding-top: .5rem;
  }

  /* ---------------Akkordeon------------------------------- */


  .heading__akkord{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #000;
	padding-left: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-left: 1rem solid #ffa600;
  }

  .page__accordion{
	background-color: #eee;
  
   }
  
  .bodyacc {
	padding: 10px;
	margin: 0 auto;
  }
  
  .bodyacc .box {
	position: relative;
	margin-bottom: 20px;
  }
  
  .bodyacc .box:last-child {
	margin-bottom: 0;
  }
  
  .bodyacc .box .label {
	position: relative;
	padding: 20px 50px 20px 20px;
	background-color: #ffa700;
	color: #000;
	cursor: pointer;
	font-size:22px;
	font-weight:700;
	line-height: 1.5;
  }
  
  @media (max-width:500px){
	.bodyacc .box .label {
		font-size:16px;
	  }
  }
  
  .bodyacc .box .label::after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 25px;
	font-weight: bold;
  }
  
  /* .bodyacc .box.active .label::after {
	content: "\2014";
  } */
  
  .bodyacc .box .content {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
  }
  
  .bodyacc .box .content p {
	font-size: 18px;
	font-weight: 400;
	padding: 20px;
	line-height: 1.5;
  }
  
  .box__title{
	  max-width: 200px;
  
  }
  
  .akkord{
	color: #000;
  }
 /* ----Reviews-------------------------------------------- */

 .reviews__heading{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	padding-left: 1rem;
	line-height: 1.5;
	border-left: 1rem solid #ffa600;
 }
  
.reviews .slide p {
	padding: 1.5rem;
	background: var(--light-bg);
	position: relative;
	margin-bottom: 3rem;
	font-size: 1.4rem;
	color: var(--light-color);
	line-height: 2;
  }
  
  .reviews .slide p::before {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 2rem;
	height: 2rem;
	width: 2rem;
	background: var(--light-bg);
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
  }
  
  .reviews .slide .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 1.5rem;
  }
  
  .reviews .slide .user img {
	height: 7rem;
	width: 7rem;
  }
  
  .reviews .slide .user h3 {
	font-size: 2rem;
	color: var(--black);
	text-transform: capitalize;
  }
  
  .reviews .slide .user .stars {
	padding-top: .5rem;
  }
  
  .reviews .slide .user .stars i {
	font-size: 1.4rem;
	color: var(--yellow);
  }
/* ----FOOTER-------------------------------------------- */
  .footer {
}
.footer__top {
	background: #eee;
	padding: 35px 0;
}
.footer__main {
}
.footer__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 30px;
}
.footer__column {
	padding: 15px 5px;
	flex: 0 1 32%;
}
.footer__column:last-child {
	flex: 0 1 33.334%;
}
@media (max-width: 992px) {
	.footer__column {
		flex: 0 1 25%;
	}
	.footer__column:last-child {
		flex: 1 1 100%;
	}
}
@media (max-width: 992px) {
	.footer__column {
		flex: 0 1 100%;
	}
}

.footer__label {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}

.label__footer{
	color: #000;
	font-weight: 700;
	font-size: 38px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;

}
.footer__menu {
}

.menu-footer {
}
.menu-footer__list {
}
.menu-footer__item:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.menu-footer__link {
	color: #000;
	display: inline-block;
	line-height: 171%;
	letter-spacing: 0.2px;
	font-weight: 700;
	font-size: 16px;
}
.menu-footer__link:hover {
	text-decoration: underline;
}

.footer__contacts {
}

.contacts-footer {
	display: flex;
	flex-direction: column;
}
.contacts-footer__item {
	padding: 0px 0px 0px 34px;
	line-height: 142%;
	display: flex;
	align-items: center;
	color: #000;
	min-height: 30px;
	font-weight: 700;
	font-size: 18px;
}
.contacts-footer__item:hover {
	text-decoration: underline;
}
.contacts-footer__item:not(:last-child) {
	margin: 0px 0px 12px 0px;
}
.contacts-footer__item_phone {
	background: url("../img/icons/01.svg") 0 0 no-repeat;
}
.contacts-footer__item_email {
	background: url("../img/icons/03.svg") 0 0 no-repeat;
}
.footer__bottom {
	padding: 5px 0;
}
.footer__container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
}
.footer__copy {
	color: #737373;
	line-height: 171%;
	font-size: 13px;
	font-weight: 400;
	padding: 0 80px;
	margin: 15px 0;
}


@media (max-width: 992px) {
	.footer__copy {
		font-size: 11px;
		font-weight: 400;
		padding: 0 10px;
		margin: 10px 0;
	}
}


.footer__social {
}

.social {
	display: flex;
	align-items: center;
}
.social__item:not(:last-child) {
	margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
	.footer__container {
		flex-direction: column;
	}
	.footer__copy {
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
}
/* services-------------------------------------------------------- */
.services {
	background: #4c4c4c;
  }
  
  .services .box-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 2rem;
  }
  
  .services .box-container .box {
	text-align: center;
	padding: 2rem;
	background: var(--white);
	-webkit-box-shadow: var(--box-shadow);
			box-shadow: var(--box-shadow);
	border: var(--border);
  }
  
  .services .box-container .box:hover img {
	-webkit-transform: translateY(-1rem);
			transform: translateY(-1rem);
  }
  
  .services .box-container .box img {
	height: 14rem;
	margin-bottom: .5rem;
	-webkit-transition: .2s linear;
	transition: .2s linear;
  }
  
  .services .box-container .box h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 700;
	color: var(--black);
	text-transform: capitalize;
	padding: 1rem 0;
	text-align:left;
  }
  
  .services .box-container .box p {
	font-size: 1.5rem;
	font-weight:500;
	color: var(--light-color);
	line-height: 2;
	text-align: left;
  }
  /*---- Modal------------------------------------------------ */
  

.input__box:focus{
	outline: none;
  box-shadow: 0 0 15px #22262D;
  }
  .input__box:invalid{
	box-shadow: 0 0 15px #da110a;
  }
  .input__box:valid{
	box-shadow: 0 0 15px #b6ccd0;
  }
  
  .input__box:not(:focus):invalid {
	box-shadow: 0 0 15px #22262D;
  }

  .input__box:valid{
	box-shadow: 0 0 15px #27e50a;
  }
  
  
  .pop_up {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 3;
	transform: translateY(-44.5%) scale(0);
	transition: 0.4s ease-in-out;
  }
  
  .pop_up.active {
	transform: translateY(0%) scale(100%);
	background-color: rgba(0, 0, 0, 0.8);
   
  }
  
  
  .pop_up_container {
	display: flex;
	width: 100%;
	height: 100%;
  }
  .pop_up_body {
	margin: auto;
	width: 500px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 100px 15px 110px 15px;
	position: relative;
  
  }
  
  .pop_up_body p{
	font-size: 28px;
	font-family: serif;
	font-weight: 600;
	color: #22262D;
	margin-bottom: 40px;
  }
  .pop_up_body input{
	box-shadow: 0 0 15px #22262d;
	display: block;
	margin: 25px auto 0px auto;
	width: 330px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	border-radius: 10px;
	border: none;
	font-family: serif;
	font-weight: 500;
	font-size: 18px;
	color: #89909F;
   
  }
  .pop_up_body button{
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 220px;
	padding: 13px 30px;
	margin: 30px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #ffa600;
	border-radius: 8px;
	font-family: 'Roboto Slab', serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing:143% ;
  /* letter-spacing: 143%; */
	background-color: #e5e3eb;
	box-shadow: 0px 2px 20px 0px #f8f9f9;
  
  
	font-family: 'Montserrat', sans-serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
  }
  
  .pop_up_body button:before {
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
	height: 50px;
	width: 50px;
	position: absolute;
	top: -8px;
	left: -75px;
	transform: skewX(-45deg);
  }
  /* .pop_up_body button:hover {
	background: #962715;
	color: #000;
  }
  .pop_up_body button:hover:before {
	left: 150px;
	transition: .5s ease-in-out;
  } */
  .pop_up_close{
	position: absolute;
	top: 55px;
	right: 30px;
	font-size: 21px;
	cursor: pointer;
  }
  
  .pop_up_body textarea{
	display: block;
	margin: 25px auto 0px auto;
	width: 330px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	/* border-radius: 18px; */
	border: none;
	color: #89909F;
	font-weight: 500;
	font-size: 18px;
  }
  @media screen and (max-width: 770px){
	.pop_up_body{
			margin: auto;
			width: 300px;
			background-color: #fff;
			/* border-radius: 10px; */
			text-align: center;
			padding: 80px 15px 80px 15px;
			position: relative;
	}
	.pop_up_body input{
		box-shadow: 0 0 15px #22262d;
		display: block;
		margin: 25px auto 0px auto;
		width: 250px;
		padding: 10px 10px;
		background-color: #E5E5E5;
		/* border-radius: 10px; */
		border: none;
		font-family: serif;
		font-weight: 200;
		font-size: 14px;
		color: #89909F;
	}
	.pop_up_body input:focus{
		outline: none;
	}
  
  
  .pop_up_body textarea{
	display: block;
	margin: 25px auto 0px auto;
	width: 250px;
	padding: 17px 20px;
	background-color: #E5E5E5;
	border-radius: 10px;
	border: none;
	font-family: serif;
	font-weight: 500;
	font-size: 18px;
	color: #89909F;
  }
	
	.pop_up_body button{
		cursor: pointer;
		display: block;
		width: 250px;
		margin: 60px auto 0px auto;
		padding: 20px 0px;
		font-family: serif;
		font-weight: 700;
		font-size: 16px;
		border: none;
		color: #000;
		border-radius: 10px;
		/* background-color: #ff0; */
	}
	
	.pop_up_close{
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 21px;
		cursor: pointer;
	}
  }
  /* ----Btn-------------------------------------------------------- */

  .btn{
	text-decoration: none;
	  cursor: pointer;
	display: block;
	width: 200px;
	padding: 10px 30px;
	margin: 45px auto 10px auto;
	position: relative;
	overflow: hidden;
	border: 2px solid #ffa600;
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	transition: .2s ease-in-out;
	font-size: 14px;
	font-weight: 700;
  }
  
  .btn:before {
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
	height: 50px;
	width: 50px;
	position: absolute;
	top: -8px;
	left: -75px;
	transform: skewX(-45deg);
  }
  .btn:hover {
	background: #ffa600;
	color: #000;
  }
  .btn:hover:before {
	left: 150px;
	transition: .5s ease-in-out;
  }
  
  /* -------------------------------- */

  .heading {
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	color: #ffa600;
	line-height: 1.5;
	padding-left: 1rem;
	border-left: 1rem solid #ffa600;
  }
/* -------------------------------- */


.contact__body{
	padding-top: 90px;
	padding-bottom: 90px;
  
  }
  .contactt {
	position: relative;
	/* background: no-repeat url(../img/TT.jpg); */
	/* height: 140vh; */
  
	/* opacity: 0.95; */
  }
  .contact__container {
  }
  ._container {
  }
  .contact__title {
	font-size: 38px;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 143%;
	text-align:center;
	margin-bottom: 35px;
  }
  .contact__row {
	/* position: relative; */
	display: flex;
	justify-content: space-around;
  }

  @media (max-width: 500px) {
	.contact__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
		
  }

}

  .contact__text {
  }
  .contact__map {
  }
  
  
  .contact__p{
	font-size: 22px;
	line-height: 2;
	font-weight: 500;
	margin-bottom: 5px;
  }

  .p__contact{
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	margin-bottom: 10px;
  }
  
  
  
  .price__line{
  text-decoration: line-through;
  font-weight: 700 !important;
}


.line__price{
 color: #ed1c24 !important;
  font-weight: 700 !important;
 
}
  