/*================ Техническая разметка ================*/


/*================= PRIVATE STYLE ======================*/
.wrap-cart{
	max-width: 450px;
    height: fit-content;
	margin: 0 auto;
	padding-left: 25px;
    padding-right: 25px;
}

.wrap-cart form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

a.popup-close {
    color: white;
	font-size: 30px;
    display: flex;
    justify-content: flex-end;
	cursor: pointer;
}







a.popup-close:hover{
    color: #ffde3c;
}

.wrap-cart h3 {
    font-size: 30px;
	color: #ffde3c;
    margin-bottom: 16px;
}

.wrap-cart p {
    font-size: 15px;
    margin-bottom: 20px;
}


.wrap-cart textarea {
	height: 120px;
    text-indent: unset;
    padding: 12px 10px;
	margin-bottom: 20px;
	
    background-color: transparent !important;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.wrap-cart .for_email_responce  {
    color: #ffd203;
	text-align: center;
}

.wrap-cart .agreement {
    justify-content: center;
}


.wrap-cart input.stage {
	outline: none;
	border: 1px solid #ebebeb;
    background-color: transparent !important;
	color: #ebebeb !important;
}


.wrap-cart input.stage::placeholder, .wrap-cart textarea::placeholder {
    background-color: transparent !important;
	color: #ebebeb !important;
}


.wrap-cart #message::-webkit-textarea-placeholder {color: #ffffff !important;}
.wrap-cart .color-text-placeholder {color: #ffffff!important; }


.wrap-cart a:hover {
    color: #ffd203;
    opacity: unset;
 
}


/*================= ГАЛОЧКА ПОДТВЕРЖДЕНИЯ ПЕРЕДАЧИ ПЕРСОНАЛЬНЫХ ДАННЫХ ======================

.agreement p input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    vertical-align: middle;
}


.agreement label {
    position: relative;
    display: inline-block;
    padding-left: 29px;
	font-size: 12px;
}

.agreement input[type="checkbox"]:checked + label:before {
    background: black;
}

.agreement label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.agreement input[type="checkbox"]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.agreement label:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

*/


@media (max-width: 375px) { 

 .wrap-cart h3 {
    font-size: 21px;}

 .wrap-cart p {
    font-size: 10px;}	

	
}





