/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2025 | 00:10:06 */
/* Форма */

.wpcf7-list-item {
margin: 0 0 0 3.5em !important;
}

.cf7-cb-table {
margin-top: -22px !important;
margin-left: 0px !important;
}

.privacy-text {
margin-left: -10px !important;
margin-top: -2px;

}

input.form-name,
input.form-tel {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFCA8D;
  border-radius: 15px;
  width: 515px;
  height: 68px;
  padding: 0 20px;
	margin-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}

input.form-name::placeholder,
input.form-tel::placeholder {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 1; /* для Safari */
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 395px;
  height: 63px;
  background-color: transparent;
  border: 2px solid #43B6EC;
  border-radius: 15px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
	text-transform: uppercase;
  color: #43B6EC;
  text-align: center;
  line-height: 63px; /* для вертикального центрирования текста */
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
}

/* При наведении — белая обводка и текст */
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
}


.btn-whatsapp {
width: 282px !important;
height: 60px !important;
background-color: transparent;
border: 2px solid #43B6EC;
border-radius: 15px;
font-family: 'Jost', sans-serif;
font-weight: 500;
color: #43B6EC;
text-align: center;
line-height: 3.5em !important;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
display: block !important;
font-size: 16px !important;
text-transform: none;
margin-left: 0px !important;
margin-top: -33px !important;
padding: 0px !important;
}

.btn-whatsapp:hover {
  background-color: #7EC1EC;
}

.cf7-btn-table,
.cf7-cb-table {
  border: none;
  border-collapse: collapse;
  padding: 0;
  margin-top: -10px;
  width: 100%;
}

.cf7-btn-table td,
.cf7-cb-table td {
  border: none;
  padding: 0;
}

/* Центрируем кнопки и выстраиваем в строку */
.cf7-btn-row {
  flex-direction: row !important;
  gap: 20px;
  justify-content: center;     
  align-items: center;         
  flex-wrap: wrap;
}


.btn-whatsapp {
  padding-top: 0 !important;
  display: inline-block;
	margin-left: -45px !important;
}

.btn-submit {
  display: inline-block;
	margin-left: -25px !important;
}

.table-contacts-main {
width: 480px;
height: 260px;
z-index: 999;
}






@media (max-width: 1100px) {
	
.btn-whatsapp {
width: 282px !important;
height: 60px !important;
background-color: transparent;
border: 2px solid #43B6EC;
border-radius: 15px;
font-family: 'Jost', sans-serif;
font-weight: 500;
color: #43B6EC;
text-align: center;
line-height: 4em !important;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
display: block !important;
font-size: 16px !important;
text-transform: none;
margin-left: 0px !important;
margin-top: -35px !important;
padding: 0px !important;
}
}




@media (max-width: 1100px) {
	
.elementor-7 .elementor-element.elementor-element-4f860f9 {
	--display: flex;}
	
.wpcf7-form-control-wrap {
    position: relative;
    justify-content: center !important;
	display: flex !important;
}
	
.wpcf7-not-valid-tip {
		display: none !important;
	}
	
input.form-name, input.form-tel {
    font-size: 18px !important;
    border-radius: 5px !important;
    border: 2px solid #FFCA8D !important;
    text-align: center;
    height: 55px !important;
    display: block;
    max-width: 90% !important;
    margin-left: 0% !important;
}
	
.wpcf7-list-item {
    margin: 0 0 0 1em !important;
}
	    .custom-checkbox input[type="checkbox"] {
        display: flex;
    }
}

.cf7-cb-table {
    margin-left: 0px !important;
}
		
	.privacy-text {
    margin-top: -15px !important;
	font-size: 12px;
    }

	
	.cf7-btn-table{
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
	}
	
	.cf7-btn-row {
  display: flex;
  justify-content: center;     
  align-items: center;         
  flex-wrap: wrap;
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
	
	

  .table-contacts-main {
    width: 100% !important;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }
	
	
	input.form-tel {
		margin-top: -15px !important;
	}

  input.form-name::placeholder,
  input.form-tel::placeholder {
    font-size: 18px;
  }




  .cf7-btn-row {
    flex-direction: column;
    align-items: center;
  }
	
	
	.btn-whatsapp {
		width:282px !important;
    height: 55px;
    background-color: transparent;
    border: 2px solid #43B6EC;
    border-radius: 15px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #43B6EC;
    text-align: center;
    line-height: 3em !important; 
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block !important;
    font-size: 16px !important;
		text-transform: none;
		margin-left: 0px !important;
		margin-top: -45px;
		padding: 0px !important;
  }
	
.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 0px !important;
	margin-top: -5px !important;
	width: 100% !important;
  height: 60px !important;
  border-radius: 15px;
  background-color: #43B6EC;
  box-shadow: 0 10px 20px #43B6EC99;
  color: #FAF3EB;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  cursor: pointer;
}
	
	    .btn-submit {
        margin-left: 0px !important;
        padding-left: 0%;
        padding-right: 0%;
        width: 282px !important;

}
}








/* Обёртка для чекбокса и текста */

/* Сброс стандартного вида чекбокса */
.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; 
  width: 20px;
  height: 20px;
  border: 2px solid #43B6EC;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
}

/* Внутренний кружок (имитация radio-button) */
.custom-checkbox input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.custom-checkbox {
margin-left: 0px !important;
}
}

/* При чекнутом состоянии — заливаем кружок */
.custom-checkbox input[type="checkbox"]:checked::before {
  background-color: #43B6EC;
}

/* Обёртка — чекбокс и текст в строку */
.custom-checkbox {
  display: flex;
  align-items: center;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #FAF3EBCC;
  gap: 10px;
	line-height: 1 !important;
}

/* Стили ссылки */
.custom-checkbox a {
  color: #FAF3EBCC;
  text-decoration: underline;
  font-family: inherit;
  font-size: 18px;
}



@media (max-width: 768px) {
	
.custom-checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px !important;
    line-height: 1.5em !important;
    width: 90%;
    margin: 0 auto 15px auto;
	margin-left: 5px !important;
  }
	
  .custom-checkbox a {
  color: #FAF3EBCC;
  text-decoration: underline;
  font-family: inherit;
  font-size: 12px !important;
}	
	
  .custom-checkbox input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #43B6EC;
    border-radius: 20% !important;
}

  .custom-checkbox input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
  }
	
	.custom-checkbox .wpcf7-list-item-label {
    display: flex;
}
	
}

@media (max-width: 768px) {
	    .custom-checkbox {
        font-size: 12px;
		line-height: 1.5em;
    }
}
}

