

/* Start:/local/templates/alhemer_optik/components/bitrix/breadcrumb/.default/style.min.css?1777394320254*/
.bx-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:32px}.bx-breadcrumb .bx-breadcrumb-item,.bx-breadcrumb .bx-breadcrumb-item span{font-weight:400;color:#d8ccba}.bx-breadcrumb .bx-breadcrumb-item.end span{color:var(--brown)}
/* End */


/* Start:/local/templates/alhemer_optik/css/contact.css?17773869883043*/
.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 63px;
}

.map {
    border-radius: var(--border-radius);
    width: calc(66% - 8px);
    height: 592px;
    background: #eee;
    filter: grayscale(100%) contrast(1.1);
    border: none;
    overflow: hidden;
}

body .block-title {
    font-size: 40px;
    margin-top: 48px;
}

.contact {
    border-radius: var(--border-radius);
    width: calc(34% - 8px);
    background-color: var(--lite-gray);
    padding: 40px 32px;
    height: 592px;
}

.contact-image {
    width: 48px;
    height: 48px;
    display: block;
}

.contact-categories-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -2%;
    margin-top: 16px;
    display: block;
    color: var(--lite-black);
}

.contact--address-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: 0;
    margin-top: 4px;
    display: block;
}

.contact--address-btn {
    margin-top: 32px;
    padding: 11px 31.5px;
    display: block;
}

.contact--feedback {
    margin-top: 46px;
}

.contact-categories-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin-top: 7px;
    letter-spacing: -3%;
    color: var(--cherry);
}

.mt-24 {
    margin-top: 24px;
}

@media (max-width: 1439px) and (min-width: 768px) {
    .contacts {
        flex-direction: column-reverse;
        gap: 4px;
    }

    .contact {
        width: 100%;
        height: 100%;
    }

    .contact--address,
    .contact--feedback {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .map {
        width: 100%;
    }

}

@media (max-width: 767px) and (min-width: 320px) {

    .contacts {
        flex-direction: column-reverse;
        gap: 4px;
    }

    .contact {
        width: 100%;
        height: 100%;
    }

    .contact--address,
    .contact--feedback {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact--address {
        flex-direction: column;
        gap: 32px;
        align-items: start;

    }

    .contact--address-item {
        display: flex;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .contact--address-text {
        font-size: 20px;
    }

    .contact--address-btn {
        margin-top: 0;
    }

    .contact--feedback {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .contact--feedback-item {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .contact-categories-text {
        font-size: 20px;
    }

    .contact--address-text {
        width: 84%;
    }

    .map {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/staff/style.css?17773869881922*/
.card-list{
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 64px;
}

.card {
	display: flex;
	background: #fdf8f5;
	border-radius: 20px;
	padding: 24px;
	width: calc(33.33% - 8px);
	transition: all .5s ease-in-out;
}

.card-avatar {
	width: 120px;
	height: 120px;
	border-radius: 15px;
	object-fit: cover;
	margin-right: 17px;
}

.card-name {
	font-weight: 500;
	font-size: 28px;
	line-height: 122%;
	letter-spacing: -3%;
	display: block;
	margin-bottom: 45px;
}

.info-group {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	gap: 16px;
}

.body .info-text-content{
	margin-top: 8px;
	font-weight: 400;
	font-size: 20px;
	line-height: 122%;
	letter-spacing: -2%;
}

.info-text-title{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -2%;
	color: #363636;
	display: block;
}

body .info-text-content{
	margin-top: 8px;
	font-weight: 400;
	font-size: 20px;
	line-height: 122%;
	letter-spacing: -2%;
	display: block;
}

body .our-staff--title{
	margin-top: 115px;
	font-weight: 500;
	font-size: 48px;
	line-height: 110.00000000000001%;
	letter-spacing: -4%;
	text-align: center;
}

.our-staff--content {
	font-weight: 400;
	font-size: 24px;
	line-height: 122%;
	letter-spacing: -2%;
	text-align: center;
	color: var(--lite-black);
	margin-top: 24px;
	max-width: 563px;
}

.role{
	position: relative;
}

.role-text{
	top: 48px;
	position: absolute;
	padding: 0 8px;
}

.block-name{
	display: none;
}

@media (max-width: 1439px) and (min-width: 768px) {
	.card {
		width: calc(50% - 8px);
		flex-direction: column;
		gap: 16px;
	}

	.body .block-title{
		margin-top: 32px;
	}

	.our-brands--content{
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	body .our-staff--title{
		font-size: 32px;
	}

	.our-staff--content{
		font-size: 20px;
	}

	.card {
		width: 100%;
		flex-direction: column;
		gap: 16px;
	}

	body .block-title{
		margin-top: 32px;
	}
}

/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/form.result.new/feedback/style.css?17773869885418*/
.feedback{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 120px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 112px;
}

.feedback--text-title{
	font-weight: 500;
	font-size: 48px;
	line-height: 110%;
	display: block;
    width: 73%;
}

.feedback--text-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -2%;
    display: block;
    max-width: 369px;
    margin-top: 24px;
}

.form-result-new {
    max-width: 676px;
}

.field-wrap input[type="text"]::placeholder {
    color: var(--brown);
}

.field-wrap input[type="text"],
.field-wrap textarea {
    width: 100%;
    background: #D9D9D933;
    border: 1px solid #D9D9D933;
    border-radius: 50px;
    padding: 13px 25px;
    font-size: 16px;
    margin-bottom: 8px;
    outline: none;
    transition: 0.3s;
    font-weight: 400;
    line-height: 122%;
}

.field-wrap input[type="text"]:focus {
    border-color: var(--brown);
    color: var(--black);
}

.checkbox-wrap {
    margin-bottom: 8px;
}

.custom-check {
    display: flex;
    align-items: start;
    gap: var(--gap);
}

.check-text {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    cursor: pointer;
}

.check-text a {
    color: #A69083;
    text-decoration: none;
    border-bottom: 1px solid rgba(166, 144, 131, 0.4);
}

body .submit-btn {
    width: 100%;
    background: var(--black);
    color: var(--white);
    padding: 12px 0;
    cursor: pointer;
    border-radius: 50px;
    border: none;
    font-size: 17px;
}

.custom-check input:first-of-type + label {
    display: none;
}

.custom-check input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin: 0;
}

.custom-check input[type=checkbox]::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--cherry);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 10px;
    transition: all 0.2s ease;
    background-color:  var(--cherry);
    margin: 4px 0;
}
input[type=checkbox].is-checked::before {
    border: 1px solid #8B2A2A;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2 1L4.5 8.7L1 5.2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-fields-container input[type=text].is-invalid {
    border-color: #FF4D4F;
    background-color: var(--white);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23FF4D4F'/%3E%3Cpath d='M15 9L9 15M9 9L15 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding-right: 48px;
    background-size: 16px;
}

.form-fields-container input[type=text].is-valid {
    border-color: #52C41A;
    background-color: var(--white);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2352C41A'/%3E%3Cpath d='M8 12L11 15L16 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    padding-right: 48px;
    background-size: 16px;
}

.note-text {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

.note-text h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    display: block;
}

.note-text p {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
    display: block;
}

@media (max-width: 1439px){
    .feedback{
        flex-direction: column;
        gap: 40px;
        margin-top: 96px;
        padding: 0;
    }

    .form-result-new{
        max-width: unset;
    }

    .feedback--text{
        text-align: center;
        width: 100%;
    }

    .feedback--text-title{
        font-weight: 500;
        font-size: 32px;
        line-height: 110.00000000000001%;
        letter-spacing: -4%;
        text-align: center;
        margin: 0 auto;
    }

    .feedback--text-content{
        font-weight: 400;
        line-height: 122%;
        letter-spacing: -2%;
        text-align: center;
        font-size: 16px;
        max-width: 416px;
        margin: 24px auto 0 auto;
    }
}

@media (max-width: 767px){

    .feedback{
        flex-direction: column;
        gap: 40px;
        margin-top: 96px;
    }

    .feedback--text-content{
        font-weight: 400;
        line-height: 122%;
        letter-spacing: -2%;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }

    .feedback--text-title {
        text-align: left;
    }

    .feedback--text-content {
        text-align: left;
    }

    .feedback--text-content{
        margin: 24px 0 0 0 ;
    }

    .feedback--text-title{
        margin: 0;
    }
}







/* End */
/* /local/templates/alhemer_optik/components/bitrix/breadcrumb/.default/style.min.css?1777394320254 */
/* /local/templates/alhemer_optik/css/contact.css?17773869883043 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/staff/style.css?17773869881922 */
/* /local/templates/alhemer_optik/components/bitrix/form.result.new/feedback/style.css?17773869885418 */
