

/* Start:/local/templates/alhemer_optik/css/home.css?17773869882302*/
.our-brands-container {
    width: 600px;
    margin: 100px auto 0 auto;
}

.our-brands {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

.our-brands--content {
    font-weight: 400;
    font-size: 20px;
    line-height: 122%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--lite-black);
}

.cooperation {
    color: var(--white);
    margin: 112px 0;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.cooperation-img {
    height: 400px;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    filter: brightness(50%);
    position: absolute;
    z-index: 50;
}

.cooperation-content_wrapper {
    position: relative;
    z-index: 100;
    top: 52px;
    left: 32px;
}

.cooperation--title {
    font-weight: 500;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: -4%;
    display: block;
}

.cooperation--content {
    margin-top: 24px;
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2%;
    display: block;
    position: relative;
    z-index: 100;
}

.cooperation-btn {
    padding: 10px 16px;
    font-size: 17px;
    margin-top: 61px;
    display: block;
}

@media (max-width: 1279px){
    body .main-banner--content {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .main-banner--btn.white-btn {
        margin-top: 16px;
    }

    .our-brands--content {
        font-weight: 400;
        font-size: 20px;
        line-height: 122%;
        letter-spacing: -2%;
        text-align: center;
    }

    .cooperation {
        background-position: right;
    }

    .cooperation--title {
        font-size: 32px;
    }

    .cooperation--content {
        font-weight: 400;
        font-size: 16px;
        line-height: 122%;
        letter-spacing: -2%;
    }
}

@media (max-width: 767px) {
    .our-brands-container {
        width: unset;
    }

    .our-brands--content {
        font-size: 14px;
    }

    .cooperation {
        width: 100%;
        height: 772px;
    }

    .cooperation-img {
        height: 772px;
        width: 100%;
        object-position: right;
    }

}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/main_banner/style.css?17773869881026*/
.main-banner--item{
	position: relative;
	width: 100%;
	height: auto;
}

video{
	border-radius: var(--border-radius);
	filter: brightness(50%);
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.main-banner--content{
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 0 0 53px 31px;
	width: calc(100% - 64px);
}

.main-banner--text{
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}

.main-banner--text_title{
	font-weight: 500;
	font-size: 40px;
	line-height: 110.00000000000001%;
	letter-spacing: -4%;
	color: var(--white);
	margin: 0;
}

.main-banner--text_content{
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -2%;
	color: #EDF4F7A6;
}

.main-banner--btn{
	padding: 11px 31.5px;
	font-weight: 600;
	letter-spacing: 0;
}

@media (max-width: 767px){
	.main-banner--content{
		padding: 0 24px 58px 24px;
	}

	.main-banner--text_title{
		font-size: 32px;
	}

	.main-banner--text_content{
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/brands/style.css?17773869882277*/
.brands-page h1{
    font-weight: 500;
    font-size: 40px;
    line-height: 110.00000000000001%;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 46px;
}

.brands-list {
    display: flex;
    gap: var(--gap);
    align-items: center;
    flex-wrap: wrap;
    margin-top: 64px;
    padding: 0 18px;
}

.brands--item {
    width: calc(20% - -14px);
    position: relative;
    background-color: var(--lite-gray);
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.brands--item:hover {
    background-color: var(--black);
}

.brands--item:hover .brands--item-logo {
    filter: brightness(0) invert(1);
}

.brands--item-logo {
    max-width: 226px;
    display: block;
    width: calc(100% - 50px);
}

.brands--item-detail {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 12px;
    border-radius: 50px;
}

.brands--item-detail_white {
    background-color: var(--white);
}

.brands--all {
    width: calc(20% - 88px);
    background-color: var(--black);
    color: var(--white);
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    position: relative;
}

.brands--all:hover {
    background-color: var(--cherry);
}

.brands--all-text {
    font-weight: 600;
    line-height: 122%;
    letter-spacing: -0.5px;
    text-align: center;
}

.brands--all-detail {
    filter: brightness(0) invert(1);
}


.brands--item_25.brands--item{
    width: calc(25% - 8px);
}

.brands--pager{
    margin: 32px 0 94px 0;
}


@media (max-width: 1439px) and (min-width: 768px) {
    .brands-list{
        padding: 0;
    }

    .brands--item{
        width: calc(50% - 8px);
    }

    .brands--all{
        width: 100%;
    }

    .brands--item_25.brands--item{
        width: calc(50% - 8px);
    }

    .body h1{
        margin-top: 30px;
    }
}

@media (max-width: 767px) and (min-width: 320px) {
    .brands-list{
        padding: 0;
    }

    .brands--item{
        width: 100%;
        height: 206px;
    }

    .brands--all{
        width: 100%;
        height: 145px;
    }

    .brands--item_25.brands--item{
        width: calc(100%);
    }
}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/news.list/work_process/style.css?17773869882431*/
.work-process_container{
    margin-top: 110px;
    background-color: var(--cherry);
    color: var(--white);
    padding: 40px 24px 24px 21px;
    transition: all .5s ease-in-out;
    border-radius: 24px;
}

.work-process_container .block-name{
    color: var(--white);
    border-color: var(--white);
}

.work-process_container .block-title{
    color: var(--white);
}

.work-process{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap);
    transition: all .5s ease-in-out;
    margin-top: 62px;
}

.work-process--item{
    background-color: #F4EFE64D;
    border-radius: var(--border-radius);
    padding: 24px;
    width: calc(25% - 8px);
    transition: all .3s ease-in-out;
    min-height: 335px;
}

.work-process--item:hover, .work-process--item.active{
    background-color: var(--white);
    color: var(--black);
}

.work-process--item:hover .work-process--item_icon,
.work-process--item.active .work-process--item_icon
{
    filter: brightness(0) saturate(100%) invert(13%) sepia(97%) saturate(3028%) hue-rotate(342deg) brightness(89%) contrast(101%);
}

.work-process--item:hover .work-process--item_content,
.work-process--item.active .work-process--item_content{
    color: var(--black);
}

.work-process--item:hover .work-process--item_btn,
.work-process--item.active .work-process--item_btn{
    display: block;
}

.work-process--item_icon{
    padding: 12px;
    background-color: var(--lite-gray);
    border-radius: 99px;
}

.work-process--item_title{
    font-weight: 500;
    font-size: 28px;
    line-height: 122%;
    letter-spacing: -3%;
    display: block;
    margin-top: 16px;
}

.work-process--item_content{
    font-weight: 400;
    line-height: 122%;
    letter-spacing: -2%;
    display: block;
    margin-top: 21px;
    color: #EDF4F7A6;
}

.work-process--item_btn{
    padding: 12px 22.5px;
    margin-top: 51px;
    font-family: var(--Suisse-Intl), sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -2%;
    display: none;
}

@media (max-width: 1439px) and (min-width: 768px){
    .work-process--item{
        width: calc(50% - 8px);
    }
}

@media (max-width: 767px) {

    .work-process{
        margin-top: 48px;
    }

    .work-process--item
    {
        width: 100%;
    }

    .work-process--item_title{
        font-size: 20px;
    }

    .work-process--item_content{
        font-size: 16px;
    }
}


/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/catalog.section.list/home_offers/style.min.css?17773940442528*/
.card-bg,body .card{background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}.bento-grid-top{margin-top:112px}.bento-grid{display:grid;grid-template-columns:repeat(4,minmax(343px,auto));grid-template-rows:repeat(2,minmax(351px,auto));gap:7px;width:100%;margin-top:64px}body .card{position:relative;border-radius:var(--border-radius);text-decoration:none;color:#000;overflow:hidden;display:flex;flex-direction:column;font-weight:500;font-size:28px;line-height:122%;letter-spacing:-3%}.card-bg{width:100%;height:100%;transition:.5s}.card-content-container{width:100%;height:100%;position:absolute;left:32px;top:32px}.arrow-icon_img{transition:.5s ease-in-out}body .card:hover .card-bg{transform:scale(1.2)}.arrow-icon_black{transition:.3s ease-in-out}.card:hover .arrow-icon_black{background:var(--cherry)}.arrow-icon-white img,.card:hover .arrow-icon_img{filter:brightness(0) invert(1)}.card-optical{grid-column:1/3;grid-row:1/2}.card-frames{grid-column:3/5;grid-row:1/3}.card-sun{grid-column:1/2;grid-row:2/3}.bento-grid .card.card-red{grid-column:2/3;grid-row:2/3;background-color:var(--cherry);color:#fff;justify-content:center;align-items:center}.bento-grid .card.card-red h3{font-size:14px}.product-img{position:absolute;bottom:0;right:0;max-height:80%;object-fit:contain}.arrow-icon{position:absolute;bottom:64px;left:0;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.card-red .arrow-icon{top:17px;right:16px;left:auto;bottom:auto;background:0 0}.bento-grid .card.card-red:hover{background-color:var(--black)!important}@media (max-width:1439px) and (min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:20px}.card-optical{grid-column:1/3;grid-row:1/2;min-height:320px}.card-sun{grid-column:1/2;grid-row:2/3;min-height:280px}.bento-grid .card.card-red{grid-column:2/3;grid-row:2/3;min-height:280px}.card-frames{grid-column:1/3;grid-row:3/4;min-height:500px;background-position:center 20%!important}body .card{padding:30px}.card h2,.card h3{font-size:24px;max-width:200px}.arrow-icon{bottom:20px;left:20px}.card-red .arrow-icon{top:20px;right:20px}}@media (max-width:767px) and (min-width:320px){.bento-grid{display:flex;flex-direction:column;gap:var(--gap)}.card{height:294px}.card-optical{order:1}.card-sun{order:2}.bento-grid .card.card-red{order:3;height:140px;min-height:unset}.card.card-frames{order:4;height:400px;min-height:unset}.products-list{margin-top:48px}}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/catalog.section/bestsellers/style.min.css?1777394265401*/
.products-list{display:flex;align-items:center;gap:var(--gap);justify-content:space-between;margin-top:64px}.products-list .products-item-container{width:calc(25% - 8px)}.besseler-btn{padding:12px 34px;max-width:150px;margin:48px auto 0;display:block}@media (max-width:1439px){.catalog-section{overflow:hidden}}@media (max-width:767px){.products-list{margin-top:48px}.besseler-btn{margin:56px auto 0}}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/catalog.item/.default/style.min.css?1777394170484*/
.product-item--images_main,.product-item--images_side{max-height:150px;max-width:340px;width:calc(100%)}.product-item--images{height:340px;background-color:#f4eFE64D;display:flex;align-items:center;justify-content:center}.product-item--images_side{display:none}.product-item:hover .product-item--images_main{display:none}.product-item:hover .product-item--images_side{display:block}.product-item--name{font-weight:600;line-height:122%;letter-spacing:-2%;margin-top:16px;display:block}
/* End */


/* Start:/local/templates/alhemer_optik/components/bitrix/catalog.section/bestsellers/themes/blue/style.min.css?1777386988706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* 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/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/home.css?17773869882302 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/main_banner/style.css?17773869881026 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/brands/style.css?17773869882277 */
/* /local/templates/alhemer_optik/components/bitrix/news.list/work_process/style.css?17773869882431 */
/* /local/templates/alhemer_optik/components/bitrix/catalog.section.list/home_offers/style.min.css?17773940442528 */
/* /local/templates/alhemer_optik/components/bitrix/catalog.section/bestsellers/style.min.css?1777394265401 */
/* /local/templates/alhemer_optik/components/bitrix/catalog.item/.default/style.min.css?1777394170484 */
/* /local/templates/alhemer_optik/components/bitrix/catalog.section/bestsellers/themes/blue/style.min.css?1777386988706 */
/* /local/templates/alhemer_optik/css/contact.css?17773869883043 */
/* /local/templates/alhemer_optik/components/bitrix/form.result.new/feedback/style.css?17773869885418 */
