

/* Start:/local/templates/alhemer_optik/css/about.css?17773869887611*/
body .timeline-container{
    margin-top: 120px;
}

body .feedback{
    margin-top: 96px;
    padding-left: 40px;
    margin-bottom: 120px;
}

body .form-fields-container{
    padding-right: 40px;
}

.about-banner--content .bx-breadcrumb {
    position: absolute;
    margin: 0;
}
.about-banner--content .bx-breadcrumb .bx-breadcrumb-item{
    margin-right: 0;
}
.about-banner--content .bx-breadcrumb .bx-breadcrumb-item:first-child .icon_row{
    display: none;
}
.about-banner--content .bx-breadcrumb .bx-breadcrumb-item:not(:last-child) span {
    color: #D8CCBA;
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}
.about-banner--content .bx-breadcrumb .bx-breadcrumb-item:not([itemscope]) span {
    color: #fff;
}

@media (min-width: 1921px) {
    body .feedback{
        width: 1920px;
        margin: 96px auto 120px auto;
    }
}

@media (max-width: 1439px) {
    body .feedback{
       padding: 0 24px;
       width: 100%;
    }

    body .form-fields-container{
        padding-right: 0;
    }

    body .field-wrap input[type="text"], .field-wrap textarea {
        width: 100%;
    }

    body .form-action .submit-btn{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about-banner--content .bx-breadcrumb{
        padding-left: 16px;
    }
}

/*history for brand and about*/
.split-layout {
    flex-wrap: wrap;
    min-height: 520px;
    background: #F4EFE6;
    display: flex;
    border-right: 1px solid #e6dfd3;
    padding-top: 96px;
    padding-right: 24px;
    padding-bottom: 112px;
    padding-left: 24px;
    box-sizing: border-box;
    justify-content: space-between;
}

.year-slider {
    flex: 1.4;
    display: flex;
    max-width: 566px;
    gap: 8px;
    max-height: 443px;
}

.slider-header {
    color: #000000;
    font-family: var(--font), sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: -4%;
}

.arrow-btn {
    background: #ffffff;
    border: 1px solid #D8CCBA;
    width: 48px;
    height: 48px;
    border-radius: 60px;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #3a2c1f;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.timeline-container{
    max-width: 1920px;
    margin: auto;
}
.years-list {
    display: flex;
    flex-direction: column;
    max-width: 231px;
    gap: 18.57px;
    max-height: 443px;
    overflow: scroll;
    scrollbar-width: none;
}
.years-list::-webkit-scrollbar {
    display: none;
}

.year-item {
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: 0%;
}

.year-item.active {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.02);
    font-family: var(--font), sans-serif;
    font-weight: 500;
    font-size: 100px;
    line-height: 110.00000000000001%;
    letter-spacing: -4%;
    text-transform: uppercase;
}

.year-item:not(.active):hover {
    color: #8e7c64;
}

.content-panel {
    flex: 0.499;
    display: flex;
    gap: 4px;
    max-width: 698px;
}

.content-card {
    animation: fadeSlide 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    background: #FFF;
    border-radius: 16px;
    padding: 20px;
    width: 59%;
    box-sizing: border-box;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.year-badge {
    color: #C5C5C5;
    margin-bottom: 143px;
    text-transform: uppercase;
    font-family: var(--font), sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: -2%;
    text-align: right;
    display: block;
}

.content-title {
    color: #1e1913;
    font-family: var(--font), sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: -4%;
    display: block;
    margin-bottom: 24px;
}

.content-text {
    color: #3f372d;
    max-width: 90%;
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 122%;
    letter-spacing: -2%;
    display: block;
}
.years-navigation{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.image-placeholder {
    background: #f4efe7;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle at 10% 30%, rgba(199, 163, 92, 0.08) 2%, transparent 2.5%);
    background-size: 22px 22px;
    border: 1px solid #ece3d8;
    transition: all 0.2s;
    overflow: hidden;
    width: 40%;
}

.image-placeholder svg {
    width: 70px;
    height: 70px;
    opacity: 0.55;
}

.image-placeholder .img-text {
    font-size: 0.8rem;
    color: #b49b78;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.leftblock{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 58%;
}
.image-placeholder img{
    max-height: 443px;
}














@media (max-width: 1439px) {
    .split-layout, .year-slider, .content-panel{
        flex-direction: column;
    }
    .leftblock{
        width: 100%;
        gap: 32px;
    }
    .years-navigation, .years-list{
        flex-direction: row;
    }
    .content-panel{
        max-width: 100%;
        width: 100%;
    }
    .content-card, .image-placeholder{
        width: 100%;
    }
    .split-layout{
        padding-bottom: 96px;
        gap: 32px;
    }
    .year-slider{
        gap: 24px;
    }
    .years-list{
        align-items: center;
    }
    .year-item.active{
        font-size: 64px;
    }
    .year-badge{
        margin-bottom: 48px;
    }
    .content-card{
        padding: 24px;
    }
    #prevYearBtn, #nextYearBtn{
        transform: rotate(-90deg);
    }
    .slider-header{
        font-size: 32px;
    }
    .year-slider, .years-list{
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .brands-detail .our-brands-container{
        padding-top: 96px;
    }
    .detail_prev_text{
        font-size: 32px;
        line-height: 100%;
        left: 16px;
        right: unset;
        margin: unset;
        max-width: 325px;
    }
    .main-banner--item{
        margin-bottom: 64px;
    }
    .stat-item{
        height: 88px;
    }
    .stat-label{
        font-weight: 400;
        font-size: 16px;
        line-height: 122%;
        letter-spacing: -2%;
        text-align: center;
    }
    .stat-content{
        font-size: 20px;
        line-height: 122%;
        letter-spacing: -3%;
    }
    .stat-1, .stat-2{
        height: 180px;
        background-size: 120px;
    }
    .stat-content-other{
        font-size: 20px;
        letter-spacing: -2%;
    }
}
@media (max-width: 767px) {
    .company-stats, .company-stats-other{
        flex-wrap: wrap;
    }
    .split-layout{
        gap: 48px;
    }
    .content-title{
        font-size: 20px;
    }
    .year-badge {
        margin-bottom: 10px;
    }
    .content-card{
        padding: 32px 20px;
    }
    .image-placeholder img{
        max-height: 360px;
    }
}
/*history for brand and about*/
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/about_banner/style.css?17773869883345*/
.brands-detail .bx-breadcrumb .bx-breadcrumb-item:not(:last-child) span {
	color: #d1c6b4;
	font-family: var(--font), sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
}

.brands-detail .bx-breadcrumb .bx-breadcrumb-item:not([itemscope]) span {
    color: #fff !important;
}

.about-banner {
    color: var(--white);
    border-radius: var(--border-radius);
}

.about-banner--block {
    position: relative;

}

.about-banner--block-image{
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    filter: brightness(50%);
}

.about-banner--picture{

}

.about-banner--content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 32px 48px 32px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.about-banner--bottom {
    display: flex;
    justify-content: space-between;
}

.about-banner--bottom-left{
    max-width: 432px;
}

.about-banner--bottom-left h1 {
    font-weight: 500;
    font-size: 40px;
    line-height: 110.00000000000001%;
    letter-spacing: -4%;
    display: block;
}

.about-banner--bottom-content{
    color: #EDF4F7A6;
}

.about-banner--bottom-left p {
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2%;
    display: block;
    margin-top: 8px;
}

.about-banner--bottom-right.swiper{
    margin: 0;
    max-width: 578px;
}

.about-banner--bottom-right .block{
    background:  #F4EFE64D;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 24px;
    max-width: 285px;
    margin-left: 8px;
    border-radius: var(--border-radius);
}

.about-banner--bottom-right .title{
    font-weight: 400;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: 0;
    display: block;
}

.about-banner--bottom-right .content{
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2%;
    margin-top: 48px;
    display: block;
}

.swiper-pagination.about-banner-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    top: 91%;
}

.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    height: 6px;
    border-radius: 50px;
    background-color: #D8CCBA;
}

.swiper-pagination-horizontal .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #F4EFE64D;
}

@media (max-width: 1439px) {
    .swiper-pagination.about-banner-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        top: 94%;
    }

    .about-banner--bottom{
        flex-direction: column;
    }

    .about-banner--bottom-left h1{
        font-size: 32px;
    }

    .about-banner--bottom-left{
        max-width: 666px;

    }

    .about-banner--bottom-left p{
        margin-top: 16px;
    }

    .about-banner--bottom-right{
        margin-top: 32px;
    }

    .about-banner--bottom-right.swiper{
        margin: 32px 0 0 0;
        max-width: 578px;
    }

    .block.swiper-slide:first-child{
        margin: 0;
    }
}

@media (max-width: 767px) {
    .about-banner--block-image{
        height: 920px;
        background-position: right;
    }

    .about-banner--content{
        padding: 32px 16px;
    }

    .about-banner--bottom-right .block{
        max-width: unset;
    }
}
/* End */


/* 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/components/bitrix/news.list/statistics_about/style.css?1777386988933*/
.block-name-container.statistics{
	margin-top: 106px;
}

.block-name-container .block-title{
	max-width: 1050px;
}

.statistics-list{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 64px;
}

.statistics-list--item{
	padding: 32px 24px;
	width: calc(25% - 8px);
	background-color: var(--lite-gray);
	border-radius: var(--border-radius);
}

.statistics-list--item_title{
	font-weight: 500;
	font-size: 80px;
	line-height: 110.00000000000001%;
	letter-spacing: -4%;
	text-transform: uppercase;
	color: var(--cherry);
	display: block;
}

.statistics-list--item_content{
	font-weight: 400;
	font-size: 24px;
	line-height: 122%;
	display: block;
}

@media (max-width: 1439px) {
	.statistics-list--item{
		width: calc(50% - 8px);
	}

	.statistics-list--item_title{
		font-size: 64px;
	}
}

@media (max-width: 767px) {
	.statistics-list--item{
		width: calc(100% - 8px);
	}
}
/* End */


/* Start:/local/templates/alhemer_optik/css/mission.css?17773869881381*/
.mission{
    margin-top: 112px;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 400px;
}

.mission--img{
    object-fit: cover;
    width: 100%;
    object-position: right;
    height: 100%;
    filter: brightness(90%);
}

.mission--content_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission .block-name{
    background-color: var(--white);
}

.mission--content{
    max-width: 662px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mission--content-text{
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -3%;
    text-align: center;
    color: var(--white);
    margin-top: 32px;
    display: block;
}

.caviar{
    color: #D8CCBA;
    font-size: 130px;
    font-family: times new roman, SansSerif;
    position: absolute;
    top: 69%;
    left: 94%;
}

.caviar.dmg-180{
    top: -34%;
    left: -12%;
}

@media (max-width: 767px) {
    .mission{
        height: 700px;
    }

    .mission--img{
        object-fit: cover;
        object-position: center;
    }

    .caviar {
        font-size: 73px;
        top: 100%;
        left: 97%;
    }
}

/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/ideals/style.css?17773869881302*/
.ideals {
    margin-top: 112px;
}

.ideals-list {
	margin-top: 64px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: stretch;
}

.ideals-list--item {
	padding: 32px 24px;
	width: calc(33.333% - 8px);
	border-radius: var(--border-radius);
	min-height: 201px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ideals-list--item_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -4%;
    display: block;
}

.ideals-list--item_content{
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2%;
    margin-top: 24px;
    display: block;
}

.ideals-list--item.gray{
    background-color: var(--lite-gray);
}

.ideals-list--item.red{
    background-color: var(--cherry);
    color: var(--white);
}

.ideals-list--item.black{
    background-color: var(--black);
    color: var(--white);
}


@media (max-width: 1439px) {
    .ideals-list--item{
        width: calc(50% - 8px);
    }

    .order1{
        order: 1
    }

    .order2{
        order: 2
    }

    .order4{
        order: 3;
    }

    .order3{
        order: 4;
    }

    .order5{
        order: 5;
    }

    .order6{
        order: 5;
    }
}

@media (max-width: 767px) {
    .ideals-list--item {
        width: calc(100%);
    }
}

/* 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/css/about.css?17773869887611 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/about_banner/style.css?17773869883345 */
/* /local/templates/alhemer_optik/components/bitrix/breadcrumb/.default/style.min.css?1777394320254 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/statistics_about/style.css?1777386988933 */
/* /local/templates/alhemer_optik/css/mission.css?17773869881381 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/ideals/style.css?17773869881302 */
/* /local/templates/alhemer_optik/components/bitrix/form.result.new/feedback/style.css?17773869885418 */
