.t-popup__container.t-popup__container-static {
	margin: 0 auto;
}

.btn-submit, .btn-call, .btn-price {
    background: url(../tild6164-3764-4363-b565-346661616361/_.svg);
    background-repeat: no-repeat;
    background-size: cover;
	color: #ffffff;
    height: 80px;
    border-radius: 7px;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 22px;
    width: 385px;
    padding: 0 15px;
    display: block;
    border: none;
    margin-top: 30px;
    position: relative;
}

.btn-submit, 
.btn-call:hover {
	cursor: pointer;
	outline: none;	
}

.btn-submit:after {
	content: '';
    position: absolute;
    width: 85px;
    height: 75px;
    background: url(../tild6236-6338-4036-b965-366538656566/photo.png) no-repeat;
    background-size: cover;
    right: -15px;
    bottom: 5px;
	
}

.btn-price:after {
content: '';
    position: absolute;
    width: 140px;
    height: 115px;
    background: url(../tild3264-3162-4631-b061-376633313531/__2_.png) no-repeat;
    background-size: cover;
    right: -55px;
    bottom: 0px;
	
}

.modal-form::placeholder {
	padding: 20px!important;
}


.modal-overlay {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.modal-overlay.active {
	opacity: 1;
}

.modal-overlay.active .modal-content {
	transform: translateY(0);
}

.modal-content {
	border-radius: 5px;
	padding: 10px;
	position: relative;
	max-width: 480px;
	width: 100%;
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.modal-center {
	position: absolute !important;
	top: 58% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	border-radius: 5px;
	background-color: #fff;
}

.modal-box {
	border-width: 1px;
    border-radius: 5px;
    background-position: center center;
    border-color: #999999;
    border-style: dashed;
	padding: 20px 30px;
}

.modal-input input {
	width: 380px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 21px;
    font-weight: 300;
    height: 55px;
    font-family: 'Gilroy', Arial, sans-serif;
	padding: 5px 15px;
	outline: none;
}

.modal-title {
	margin-bottom: 20px;
	font-size: 22px;
	color: #333;
}

.modal-title p, .modal-title span {
    font-family: 'Gilroy', Arial, sans-serif;
	text-align: center;
	display: block;
}

.modal-title p {
    font-size: 31px;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	text-transform: uppercase;
	color: #000;
}

.modal-title span {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
	color: #000;
}


.modal__call {
	 border: none;
	 padding: 0;
	 width: 100%;
}

.modal__call:hover {
	cursor: pointer;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	background: none;
	border: none;
	color: #333;
	transition: color 0.2s;
}

.close-btn:hover {
	color: #000;
}

.btn {
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s;
}

@media screen and (width <= 480px) {
	.modal-center {
		top: 48%!important;
	}
}

@media screen and (width <= 380px) {
	.modal-center {
		top: 45%!important;
	}
}