/* CONTACT FORM 7 */


.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 234px;
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #f35f43;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-top: 30px;
    cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent;
    color: #f35f43;
    border: 1px solid #f35f43;
}

@media (max-width: 1024px) {
	.wpcf7-form-control.wpcf7-submit.has-spinner {
		max-width: 100%;
	}
}

.wpcf7-form-control.wpcf7-checkbox {
    position: relative;
}

.wpcf7-form-control.wpcf7-radio {
    position: relative;
    display: flex;
    flex-direction: column;
}

.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 300;
    color: #3f3938;
    font-family: "Nunito Sans";
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    transition: all 0.2s;
    opacity: .6;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -16px;
    bottom: 0;
    border-radius: 10px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    transition: all 0.2s;
    opacity: .6;
}




.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    border-radius: 10px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -11px;
    bottom: 5px;
    border-radius: 10px;
}

.wpcf7-list-item input {
    display: none;
}

.wpcf7-list-item label {
    padding-left: 15px;
    position: relative;
}


.wpcf7-form-control-wrap input {
    background: transparent;
    border-bottom: 1px;
    padding: 10px 0px 10px 0;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #3f3938;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 100%;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-bottom: 1px;
    padding: 10px 0px 10px 0;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #3f3938;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 100%;
    width: 100%;
    outline: 0;
    outline-offset: 0;
}

.wpcf7-form-control-wrap input {
    outline: 0;
    outline-offset: 0;
}

.wpcf7 .subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Nunito Sans";
    padding-top: 20px;
}

.wpcf7 h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Nunito Sans";
}

/* проверка на checked */
.wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    background: #000;
}

/* проверка на checked */
.wpcf7-form-control.wpcf7-radio input[type=radio]:checked+.wpcf7-list-item-label:after {
    background: #000;
}

/* FIXED SOCIAL BTN */

.fixed-social-btn {
    position: fixed;
    bottom: 120px;
    right: 16px;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
    overflow: hidden;
    z-index: 101;
}

.fixed-social-btn.active .hidden-btn-wrapper {
    opacity: 1;
    margin-bottom: 0;
}

.fix-btn-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff6550;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 300;
}

.fix-btn-wrapper span {
    transform: rotate(45deg) !important;
    transition: 0.5s;
    cursor: pointer;
}


.fixed-social-btn.active svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.fixed-social-btn.active .fix-btn-wrapper span {
    transform: rotate(0deg) !important;
}


.hidden-btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.5s;
    margin-bottom: -130px;
    visibility: visible;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.wa-fix {
    border-radius: 50%;
    background: #4dc247;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s;

}

.wa-fix:hover svg {
    width: 43px;
    height: 43px;
}




.tg-fix {
    border-radius: 50%;
    background: #0087cb;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.tg-fix:hover svg {
    width: 43px;
    height: 43px;
}

.btn {
    max-width: 234px;
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #f35f43;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
}

.btn:hover {
    color: #f35f43;
    background: transparent;
    border: 1px solid #f35f43;
}

.btn-new {
    padding: 14px 24px;
    border-radius: 12px;
    background-color: #F35F42;
    color: #ffffff;
    border-width: 0;

    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    text-align: center;

    white-space: nowrap;
    cursor: pointer;
}

.form-bottom a {
    color: #f35f43;
    text-decoration: none;
}

.form-bottom .wpcf7-acceptance span {
    line-height: 1.5;
}

.modal-phone__number {
    text-decoration: none;
}

#modal-tour form .form-top input[type=tel] {
    width: 100%;
}