
/* Section Contacts */

.azs-section-contacts__wrapper {
    box-sizing: border-box;
    padding: 53px 32px 56px;
    gap: 64px;
    background-image: url("../images/bg-net2.png");
    background-position: bottom right;
    background-size: auto 100%;
    background-repeat: no-repeat;
	overflow: hidden;
}

.azs-section-left,
.azs-section-contacts__left {
    max-width: 160px;
    padding-top: 10px;
    box-sizing: border-box;
}

.azs-section-contacts-right {
    width: calc(100% - 160px);
}

.azs-section-contacts-right__title {
    margin-bottom: 35px;
}

.azs-section-contacts-form {
    gap: 16px;
    max-width: 752px;
    width: 100%;
}

.azs-section-contacts-form.popup-form {
	max-width: unset;
}

.azs-section-contacts-form-checkbox__label {
    margin-top: 7px;
    position: relative;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding-left: 32px;
}
.azs-section-contacts-form-checkbox__input {
    display: none;
}

.azs-section-contacts-form-checkbox__label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.azs-section-contacts-form-checkbox__input:checked + span:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-color: #0F694B;
    border-radius: 4px;
    position: absolute;
    left: 2px;
    top: 3px;
    cursor: pointer;
}

.checkbox_theme_green .azs-section-contacts-form-checkbox__input:disabled + span a,
.checkbox_theme_green .azs-section-contacts-form-checkbox__input:disabled + span {
	color: rgba(255, 255, 255, 0.20);
}

.azs-section-contacts-form__label {
	position: relative;
}

.azs-section-contacts-form__label .error_block {
	display: none;
}

.azs-section-contacts-form__label.error .error_block {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="%23D00000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 13.3333H10.0083V13.3416H10V13.3333Z" stroke="%23D00000" stroke-width="2.25" stroke-linejoin="round"/><path d="M10 10.0001V6.66675" stroke="%23D00000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color:rgba(208, 0, 0, 1);
	cursor: pointer;
	top: 50%;
	margin-top: -10px;
	right: 32px;
}

.azs-section-contacts-form__label.error-white.error .error_block {
	background-color: transparent;
}

.azs-section-contacts-form__label.error .error_block span {
	display: none;
}

.azs-section-contacts-form__label.error .error_block:hover span {
	display: block;
	position: absolute;
	right: 50%;
	top: calc(100% + 2px);
	border-radius: 4px 0px 4px 4px;
	padding: 10px 20px;
	font-size: 12px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	z-index: 10;
	white-space: nowrap;
}

.azs-section-contacts-form__label.error .azs-section-contacts-form__input {
	color: rgba(208, 0, 0, 1);
}

.azs-section-contacts-form__label.error input.azs-section-contacts-form__input::placeholder {
	color: rgba(208, 0, 0, 1);
}

@media (max-width: 1295px) {
	.azs-section-contacts__wrapper {
        background-position: 13% calc(100% + 120px);
    }

    .azs-section-contacts-right__title.h1 {
        font-size: 44px;
    }
}

@media (max-width: 980px) {
	 .azs-section-contacts__wrapper {
        gap: 30px;
        flex-direction: column;
    }
    .azs-section-contacts__right {
        width: 100%;
    }
	
}

@media (max-width: 768px) {
	.azs-section-contacts__left {
		max-width: unset;
	}
	
	.azs-section-contacts__wrapper {
		padding: 40px 20px 32px;
	}
	
	.azs-section-contacts {
		margin-bottom: 32px;
	}
	
}
@media (max-width: 480px) {
    .azs-section-contacts-right__title.h1 {
        font-size: 32px;
        line-height: 95%;
    }
	
	.azs-section-contacts__left {
        max-width: 100%;
        padding-top: 0;
    }

    .azs-section-contacts__left p {
        font-size: 14px;
    }

    .azs-section-contacts__wrapper {
        padding: 40px 20px 30px;
    }

    .azs-section-contacts-form__input {
        padding: 8px 8px 8px 16px;
        box-sizing: border-box;
        height: 46px;
        font-size: 14px;
    }

    .azs-section-contacts-form {
        gap: 12px;
    }

    .azs-section-contacts-form-checkbox__label {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .azs-section-contacts-form__buttons .button {
        width: 100%;
		height: 46px;
    }
	
	.azs-section-contacts__wrapper {
        background-position: 41% 101%;
        background-size: 200%;
    }
	
	.azs-section-contacts-form-checkbox__text .link-color-white,
    .azs-section-contacts-form-checkbox__text {
        line-height: 115%;
    }
}