.popup_svett {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: 0.5s ease;
}

.popup_svett.open {
	opacity: 1;
}

.popup_svett .popup {
	background: #fff;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.popup_svett .popup.popup-form {
    max-width: max-content;
    border-radius: 30px;
	overflow-y: auto;
	position: relative;
	max-height: 100%;
}

.popup_svett .popup .popup-in .content_form {
	text-align: center;
}

.popup_svett .popup .popup-in .content_form h3 {
	font-size:40px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.popup_svett .popup .popup-in .content_form > p {
	margin-bottom: 20px;
}

.popup_svett .popup .header_form .header_form__title{
	margin: 0 0 15px;
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	text-transform:uppercase;
}

.popup_svett .popup .header_form .header_form__desc{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-align: center;
}

.popup_svett .popup .popup-in-thanks .header_thanks {
	margin-bottom: 0px;
}

.popup_svett .popup .popup-in-thanks .header_thanks .header_form__title {
	color: #000;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
}

.popup_svett.form_tpl_bg .popup .popup-in-thanks .header_thanks .header_form__title {
	color: #fff;
}

.popup_svett .popup .popup-in-thanks .header_thanks .desc {
	font-size: 16px;
	margin-top: 30px;
	display: block;
}

.popup_svett .popup .popup__close {
	position: absolute;
	top: 30px;
	right: 35px;
	display: flex;
	cursor: pointer;
	background-image: url(../../img/close.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.popup_svett .popup .popup__close svg path {
	stroke: #000;
}

.popup_svett .popup .popup-in form {
    
}

.popup_svett .popup .popup-in form .field input{
	max-width: 100%;
    width: 100%;
}

.popup_svett .popup .popup-in form .field textarea {
	height: 120px;
    background: no-repeat;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 15px 30px;
	max-width: 100%;
    width: 100%;
}

.popup_svett .popup .popup-in form .field:not(:last-child) {
	margin-bottom: 15px;
}

.popup_svett .popup form .fields {
	margin: 0 auto 20px;
}

.popup_svett .popup form .actions .agreement{
	display: flex;
	margin: 20px 0 20px 0;
	justify-content: center;
}

.popup_svett .popup form .actions .wrapp_btn {
	display: flex;
	justify-content: center;
}

.popup_svett .popup form .actions .agreement .custom_checkbox{
	width: 16px;
    height: 16px;
    border: 1px solid #1A1A1A;
    position: relative;
	margin: 0 8px 0 0;
	flex-shrink: 0;
}

.popup_svett .popup form .actions .agreement .custom_checkbox input[name="agreement"] {
	display:none;
}

.popup_svett .popup form .actions .agreement .custom_checkbox input[name="agreement"] + span {
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ff9393;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	transition:.3s ease;
}

.popup_svett .popup form .actions .agreement .custom_checkbox input[name="agreement"]:checked + span {
	opacity:1;
}

.popup_svett .popup form .actions .agreement a{
	color:#000;
	font-size: 16px;
    text-decoration: none;
	text-align: left;
}

.popup_svett div.wpcf7-response-output{
	display:none!important;
}

.popup_svett .wpcf7-form-control-wrap .iti {
	width:100%;
}

.popup_svett .wrapp_btn .cap_new_comment {

}

/**********form_tpl_bg ******/

.popup_svett.form_tpl_bg .popup.popup-form {
	background: #2A5EA9;
	max-width: 410px;
}



.popup_svett.form_tpl_bg .popup .header_form .header_form__title {
	color:#fff;
}

.popup_svett.form_tpl_bg .popup .header_form .header_form__desc {
	color:#fff;
}

.popup_svett.form_tpl_bg .popup .popup__close svg path {
    stroke: #fff;
}

@media (max-width:480px){
	.popup_svett .popup .popup-in .content_form h3 {
		font-size: 20px;
	}
	
	.capp_app .rating-container > input + label {
		width: 40px;
		height: 40px;
		background-size: contain;
	}
	
	.popup_svett .popup form .actions .agreement {
		margin: 20px auto 20px;
		align-items: center;
	}
	
	.popup_svett .popup form .actions .agreement a {
		max-width: 186px;
		font-size: 13px;
	}
	
	.popup_svett .popup.popup-form {
		border-radius: 15px;
	}
	
	.popup_svett .popup .popup__close {
		width: 13px;
		height: 13px;
		top: 15px;
		right: 15px;
	}
}