/* USER VARIABLES SECTION */

:root {
	--accent: #EEDB9F;
	--text: #fff;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: Manrope, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--swiper-theme-color: rgba(238, 219, 159, 1);
	--swiper-pagination-color: rgba(238, 219, 159, 1);
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-navigation-size: 20px;
	--swiper-navigation-sides-offset: -40px;
	--swiper-pagination-bottom: 0px;

}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/Manrope-Light.woff2") format("woff2"); font-family: "Manrope"; font-weight: 300; font-style: normal; }
@font-face { src: url("../fonts/Manrope-Regular.woff2") format("woff2"); font-family: "Manrope"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/Manrope-Medium.woff2") format("woff2"); font-family: "Manrope"; font-weight: 500; font-style: normal; }
@font-face { src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"); font-family: "Manrope"; font-weight: 600; font-style: normal; }
@font-face { src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"); font-family: "Manrope"; font-weight: 800; font-style: normal; }

/* GENERAL CSS SETTINGS */

::placeholder { color: rgba(161,161,161,1); font-size: 16px;font-weight: 100; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}
h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.container-auto {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
.yellow {
	color: var(--accent);
}
.swiper-button-next,.swiper-button-prev {
	width: 56px;
	height: 56px;
	background: rgba(78, 81, 90, 1);
	border-radius: 50%;
}
.first {
	background-image: url(/images/first-window2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.first::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 116px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 58%, rgba(255,255,255,0) 100%);
	z-index: 0;
}
.first::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 116px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 58%, rgba(255,255,255,0) 100%);
	z-index: 0;
}
.first .after-block {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(11, 11, 9, 0.7);
}
header {
	position: relative;
	z-index: 1;
}
.header-top{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}
.company {
	display: flex;
	gap: 15px;
	align-items: center;
}
.company__logo {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--text);
	font-weight: 800;
	font-size: 32px;
	line-height: 1.2;
}
.company__title {
	font-weight: 300;
	font-size: 16px;
	/* line-height: 1; */
}
.company__name {
	display: flex;
	flex-direction: column;
}
.company__descrip {
	margin-top: 7px;
	align-self: start;
}

.header-address {
	display: flex;
	gap: 10px;
	align-items: center;
}
.header-address svg {
	align-self: start;
	margin-top: 16px;
}
.header-mess {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header-phone {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1.6;
}
.header-phone__time {
	font-size: 12px;
}
.header-phone__tel {
	font-size: 20px;
	color: var(--accent);
	font-weight: 300;
	text-decoration: none;
}
.header-phone__call {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	color: var(--text);
}
.desctop__list {
	display: flex;
	justify-content: space-around;
}
.desctop__list li {
	list-style-type: none;
}
.desctop__list li a {
	text-decoration: none;
	text-transform: uppercase;
	color: var(--text);
}
.title-wrap {
	z-index: 1;
	position: relative;
	padding: 60px 0;
}
.title-wrap {
	display: flex;
	gap: 25px;
}
.title-left {
	flex-basis: calc(75% - 25px/2);
}
.title-right {
	flex-basis: calc(25% - 25px/2);
	display: flex;
	justify-content: flex-end;
	align-items: flex-start; 
}
.title-h1 {
	font-size: 58px;
	font-weight: 300;
}
.title-h1 span {
	font-weight: 800;
	color: var(--accent);
}
.title-descript {
	font-size: 28px;
	font-weight: 300;
	padding: 5px 0;
}
.title-descript span {
	color: var(--accent);
}
.title-list {
	display: grid;
	grid-template-columns: auto auto;
	padding: 20px 0;
	grid-row-gap: 10px;
}
.title-list__item {
	display: flex;
	gap: 15px;
	align-items: center;
}
.title-list__img-wrap {
	max-width: 70px;
}
.title-list__img-wrap img {
	width: 100%;
}
.title-list__text {
	margin: 0;
}
.title-button {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.button {
	padding: 13px 25px;
	background: var(--accent);
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(11, 11, 9, 1);

}
.title-button__text {
	font-size: 14px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
	;
}
.title-button__text span {
	color: var(--text);;
}
.number-wrap {
	max-width: 180px;
	padding: 10px 30px;
	border-radius: 15px;
	background: rgba(11, 11, 9, 0.35);
	position: relative;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-self: center;
}
.number-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	text-align: center;
}
.point {
	align-self: center;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--accent);
	display: block;
	/* position: relative; */
}
.point::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	opacity: 0.5;
	border-radius: 15px;
	animation: pointanimation 3s linear infinite;
}
@keyframes pointanimation {
	60% {
		box-shadow: 0 0 0 0 rgb(238, 219, 159);
	}

	80% {
		box-shadow: 0 0 10px 10px rgb(238, 219, 159);
	}

	100% {
		box-shadow: 0 0 20px 20px transparent;
	}
}
.number-item__number {
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}
.number-item__text {
	line-height: 1.4;
}
.second, .warranty{
	background: rgba(1,1,1);
	text-align: center;
}
.second__slider {
	position: relative;
	min-width: 0;

}
.project-slider {
	overflow: hidden;
}
.project-slider__item {
	border-radius: 40px;
	background-position: center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
.project-slider__item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(11, 11, 9, 0.75);
	z-index: 0;
}
.content-slide {
	position: relative;
	z-index: 1;
	padding: 10px 40px 40px 40px;
	display: flex;
	flex-direction: column;
}
.look-photo {
	display: block;
	text-align-last: left;
	margin-bottom: 5px;
	margin-left: 5px;
}
.wrap-flex-content {
	display: flex;
	gap: 20px;
}
.title-slide {
	font-size: 58px;
	font-weight: 800;
	color: var(--accent);
}
.insert-sliders {
	flex-basis: calc(100%/2 - 20px);
	min-width: 0;
	position: relative;
	overflow: hidden;
	text-align-last: left;
}
.insert-sliders > span {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
	display: block;
}
.descript-slide {
	flex-basis: calc(100%/2 - 20px);
	text-align: left;
	display: flex;
	flex-direction: column;
}
.params-descript {
	display: flex;
	justify-content: space-between;
}
.param-descript__count {
	font-size: 23px;
	font-weight: 800;
}
.param-descript__title {
	margin-bottom: 10px;
}
.insert-sliders__block {
	min-width: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.one-img-item-wr {
	position: relative;
	border-radius: 15px;
}
.one-img-item {
	width: 100%;
	border-radius: 25px;
}
.descript-slide-b {
	display: inline-block;
}
.warranty {
	padding: 30px 0;
}
.warranty h2 {
	margin-bottom: 15px;
}
.warranty-first, .ba {
	position: relative;
	box-shadow: 1px 44px 29px -5px rgba(1,1,1,0.75) inset;
-webkit-box-shadow: 1px 44px 29px -5px rgba(1,1,1,0.75) inset;
-moz-box-shadow: 1px 44px 29px -5px rgba(1,1,1,0.75) inset;
}
.warranty-first::before, .ba::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(1,1,1);
	background: radial-gradient(circle, rgba(1,1,1,0) 72%, rgba(1,1,1,1) 87%);
}
.warranty-first::after, .ba::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 116px;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(1, 1, 1, 1) 7%, rgba(1, 1, 1, 0.8) 38%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}
.warranty-first img {
	width: 100%;
	position: relative;
}
.warranty-first__title {
	z-index: 2;
	width: 100%;
	position: absolute;
	top: 0px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
.warranty-first__title p {
	max-width: 600px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

.warranty-first__solution {
font-weight: 300;
font-size: 48px;
position: absolute;
bottom: 30px;
left: 10px;
z-index: 2;
line-height: 1.4;
display: flex;
flex-direction: column;
align-items: baseline;
}
.warranty-first__solution p {
	margin: 0;
}
.warranty-second {
	display: flex;
	gap: 20px;
	padding: 20px 0;
}
.warranty-second__item {
	flex-basis: calc(100%/4 - 20px);
	position: relative;
}
.warranty-second__item img {
	width: 100%;
}
.warranty-second__title {
	position: absolute;
	bottom: 20px;
	left: 0;
	background-color: rgba(11, 11, 9, 1);
	color: var(--accent);
	padding: 5px 30px;
	border-radius: 0 5px 5px 0;
	font-size: 16px;
}
.steps {
	position: relative;
	background-image: url(../images/bg-step.png);
	/* background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
	background-color: rgba(6, 6, 5, 0.95);
	padding: 20px 0 50px 0;
}
.steps::before, .reviews::before, .team::before, .right-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 216px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 58%, rgba(255,255,255,0) 100%);
	z-index: 0;
}
.steps::after, .reviews::after, .team::after, .right-bg::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 116px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 58%, rgba(255,255,255,0) 100%);
	z-index: 0;
}
.steps h2 {
	z-index: 2;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.steps-subtitle {
	text-align: center;
z-index: 2;
position: relative;
padding: 0 0 20px 0;
}
.steps-wrapp {
	display: flex;
	position: relative;
	z-index: 2;
}
.steps-left {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	flex-basis: calc(100%/3*2 - 30px);
}
.steps-item {
	gap: 30px;
	flex-basis: calc(100%/2 - 50px);
	border-radius: 10px;
	border: 1px solid rgba(238, 219, 159, 1);
	padding: 20px;
	position: relative;
}
.steps-item__title {
	display: flex;
	align-items: center;
	gap: 15px;
}
.steps-item__name {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--accent);
}
.steps-item__num-bg {
	background: linear-gradient(138.51deg, #EEDB9F 12.97%, #27292F 83.48%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: bold;
}
.steps-item__num {
	font-size: 64px;
	font-weight: 800;
}
.steps-item__icon {
	position: absolute;
	bottom: -25px;
	right: -25px;
}
.steps-item__descript {
	font-size: 16px;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.7);
}
.steps-item__descript > span {
	color: var(--text)
}
.steps-right {
	flex-basis: calc(100%/3 - 30px);
}
.steps-right__wrapp{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	background: rgb(1, 1, 1);
	border: 1px solid var(--accent);
	border-radius: 20px;
	text-align: center;
	gap: 10px;
}
.steps-right__cons {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 100;
}
.steps-right__bonus {
	font-size: 24px;
	font-weight: 400;
	color: var(--accent);
	line-height: 1.1;
}
.steps-right__bonus > strong {
	font-size: 64px;
	font-weight: 400;
}
#pres {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px 0;
}
#pres input {
	outline: none;
	border-radius: 5px;
	display: block;
	border: none;
	padding: 7px 20px;
}
#pres button{
	background: rgba(238, 219, 159, 1);
	outline: none;
	border: none;
	border-radius: 5px;
	line-height: 1.4;
	padding: 10px 10px;
	font-weight: 100;
}
.step-right__bonus-star {
	font-size: 14px;
	font-weight: 100;
}
/* default css */
#before-after-slider img {
	width:100%;
	display:block;
  }
#before-after-slider {
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius: 30px;
	/* border:3px solid white; */
  }
  
  #after-image {
	display:block
  }
  
  #before-image {
	position:absolute;
	height:100%;
	width:50%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:2;
  }
  
  #resizer {
	position:absolute;
	display:flex;
	align-items:center;
	z-index:5;
	top:0;
	left:50%;
	height:100%;
	width:4px;
	background:var(--accent);
	/*Stop vertical scrolling on touch*/
	-ms-touch-action: pan-y;
	  touch-action: pan-y;
  }
  
  #resizer-off:after {
	background:linear-gradient(62deg,#c93072 5%,#3365c0);
	font-family: "Font Awesome 5 Free";
	content:'\f337';
	font-weight:900;
	display:flex;
	justify-content:center;
	align-items:center;
	color:white;
	position:absolute;
	margin: 0 0 0 -22px;
	width:40px;
	height:40px;
	border-radius:50%;
	border:3px solid white;
  
  }
  .touch-point {
	background: var(--text);
	display:flex;
	justify-content:space-around;
	align-items:center;
	color:white;
	position:absolute;
	margin: 0 0 0 -34px;
	width:70px;
	height:70px;
	border-radius:50%;
	border:4px solid var(--accent);
	cursor: pointer;
  }
  /* END default css */
  .ba {
	background-image: url(/images/ba-bg-2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgb(1,1,1);
	position: relative;
	padding: 50px 0 100px 0;
  }
  .ba h2 {
	  position: relative;
	  text-align: center;
	  z-index: 2;
	  margin: 0 0 15px;
  }
  .ba-sub-title {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 70%;
	margin: 0 auto 41px;
  }
  .reviews {
	position: relative;
	background-image: url(/images/rev-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}

  .reviews-n {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(1,1,1);
	background: radial-gradient(circle, rgba(1,1,1,0) 72%, rgba(1,1,1,1) 87%);
	z-index: 1;
  }
.reviews-t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(12, 12, 10, 0.8);
}
.reviews .container-auto {
	position: relative;
	z-index: 2;
	text-align: right;
}
.reviews-b {
	display: inline-block;
	max-width: 980px;
	position: relative;
}
.reviews-phone {
	position: absolute;
	bottom: -37px;
	left: -115px;
	max-width: 500px;
}
.reviews-phone img {
	width: 100%;
}
.reviews-title {
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
}
.reviews-logo {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 40px 0 70px;
}
.reviews-logo__img-wraps img {
	width: 100%;
}
.reviews-slider-outer {
	position: relative;
	padding: 60px 0 0px 0;
}
.reviews-slider {
	overflow: hidden;
}
.reviews-slide img {
	width: 100%;
}
.paginations {
	position: relative;
	padding-bottom: 35px;
}
.team {
position: relative;
background-image: url(../images/bg-step.png);
background-color: rgba(6, 6, 5, 0.95);
padding: 20px 0 50px 0;
}
.team .container {
	position: relative;
}
.team h2 {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}
.team-slider {
	overflow: hidden;
}
.team-person-block {
	border-radius: 10px;
	border: 1px solid rgba(238, 219, 159, 1);
}
.team-img-block {
	text-align: center;
	margin-bottom: -30px;
}
.team-img-block img {

}
.team-person-block {
	padding: 20px;
	text-align: center;
}
.person-name{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 15px;
	color: var(--accent);
}
.person-position {
	font-weight: 500;
	margin-bottom: 5px;
}
.person-descript {
	font-size: 16px;
	font-weight: 100;
}
.contact {
	position: relative;
	padding: 0 0 50px 0;
}
.contact h2 {
	text-align: center;
	line-height: 1.3;
	padding-bottom: 20px;
}
.container-bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgb(1, 1, 9);
	display: flex;
}
.right-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/images/ikomfort-map-200b-bw.jpg);
	background-color: rgb(1, 1, 1);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-basis: calc(100%/2);
	font-size: 60px;
	position: relative;
}
.right-bg-n {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(1,1,1);
	background: radial-gradient(circle, rgba(1,1,1,0.2) 0%, rgba(1,1,1,1) 87%);
	z-index: 1;
}
.left-bg {
	flex-basis: calc(100%/2);
}
.container-z {
	z-index: 2;
	position: relative;
}
.contact__wrapp {
	display: flex;
	gap: 30px;
	align-items: center;
}
.contact-item-left {
	flex-basis: calc(100%/3 - 30px);
}
.contact-item-right {
	flex-basis: calc(100%/3 - 30px);
}
.block-footer-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 15px 0;
}
.block-footer-info a {
	text-decoration: none;
	color: var(--text);
}
.phone-icon-footer {
	display: flex;
	gap: 10px;
}
.phone-icon-footer span {
	font-size: 14px;
	font-weight: 400;
}
.block-footer-info a {
	font-size: 20px;
	font-weight: 300;
}
.block-footer-info > span {
	font-size: 20px;
	font-weight: 300;
}
.social-icon {
	display: flex;
	gap: 10px;
}
.contact-item-left h4 {
	font-size: 20px;
	font-weight: 400;
}
.contact-form-wrap {
	border-radius: 10px;
	border: 1px solid var(--accent);
	padding: 30px;
	padding-top: 120px;
	text-align: center;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	background: rgb(1, 1, 1);;
}
.contact-form-wrap ul {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0;
}
.contact-form-wrap-descr {
	padding-bottom: 20px;
}
.contact-form-wrap ul li {
	display: flex;
	gap: 10px;
	text-align: left;
}
.contact-item-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.circle-wrapp {
	--size: 190px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: rgb(1, 1, 1);
	display: flex;
	line-height: 1.3;
	flex-direction: column;
	align-items: center;
	color: var(--text);
	justify-content: center;
	margin-bottom: calc(var(--size)/2 - var(--size));
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(238,219,159,.8);
-moz-box-shadow: 0px 0px 15px 0px rgba(238,219,159,.8);
box-shadow: 0px 0px 15px 0px rgba(238,219,159,.8);
}
.circle-logo {
	font-size: 28px;
	font-weight: 800;
}
.circle-logo-descript {
	font-size: 16px;
	font-weight: 300;
}
#pres-footer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 40px;
}
#pres-footer input {
	outline: none;
	border-radius: 5px;
	display: block;
	border: none;
	padding: 7px 20px;
}
#pres-footer button{
	background: rgba(238, 219, 159, 1);
	outline: none;
	border: none;
	border-radius: 5px;
	line-height: 1.4;
	padding: 10px 10px;
	font-weight: 100;
}
.all {
	transition: .7s ease;
}
.all.active {
	filter: blur(20px);
	--webkit-filter: blur(20px);
	pointer-events: none;
	user-select: none;
}
#popup {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 440px;
	min-width: 320px;
	padding: 30px;
	box-shadow: 0 5px 30px rgba(0,0,0,.30);
	background: rgb(1, 1, 1);
	visibility: hidden;
	opacity: 0;
	transition: .5s ease;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-radius: 5px;
	z-index: 99;
}
#popup.active {
	visibility: visible;
	top: 50%;
	opacity: 1;
	transition: .5s ease;
}
.cross-wrap {
	position: absolute;
	top: 5px;
	right: 10px;
	transition: .5s ease;
}
.cross-wrap img {
	width: 20px;
}

.cross-wrap:hover {
	transform: rotate(45deg);
}
.popup__form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.popup__form input, .popup__form textarea {
	outline: none;
	border: 1px solid rgb(1,1,1);
	border-radius: 5px;
	padding: 10px;
}
.popup__h3 {
	font-size: 18px;
	text-align: center;
}
.popup__form button {
	padding: 15px;
	font-size: 20px;
	border: none;
	background: var(--accent);
	color: rgb(1,1,1);
	transition: .5s ease;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.popup__form button:hover{
	box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
}
.success {
	text-align: center;
	line-height: 1.3;
	color: green;
	display: none;
}
.success.active {
	display: block;
}
