@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/ict/fonts/OpenSans-Light.woff2') format('woff2'),
    url('/wp-content/themes/ict/fonts/OpenSans-Light.woff') format('woff'),
    url('/wp-content/themes/ict/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/ict/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('/wp-content/themes/ict/fonts/OpenSans-Regular.woff') format('woff'),
    url('/wp-content/themes/ict/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/ict/fonts/OpenSans-Medium.woff2') format('woff2'),
    url('/wp-content/themes/ict/fonts/OpenSans-Medium.woff') format('woff'),
    url('/wp-content/themes/ict/fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@keyframes headerOpacity {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
[data-aos = 'opacity'] {
    opacity: 0;
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'opacity'].aos-animate {
    opacity: 1;
}
[data-aos = 'type1'] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-aos = 'type1'].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.header {
    animation: headerOpacity 2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #F4F2F1;
    z-index: 9;
}
.scroll-custom {
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(181, 181, 181, 0.6);
    background-color: white;
}
.scroll-custom::-webkit-scrollbar {
    width: 3px;
    background-color: white ;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}
body {
    margin: 0;
    padding: 84px 0 0 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    min-width: 320px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    color: #38332E;
    background: #F4F2F1;
}
body.hidden {
    overflow: hidden;
}
a, input, textarea{
    font-family: 'OpenSans', sans-serif;
}
.container {
    width: 1516px;
    margin: auto;
    position: relative;
}
img {
    max-width: 100%;
}
.header__logo {
    width: 180px;
}
.header__logo img {
    width: 152px;
    display: block;
}
.header__content {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.header__box {
    width: calc(100% - 180px);
    display: flex;
    align-items: center;
}
.header__menu {
    width: 50%;
}
.header__menu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header__menu ul li a {
    text-decoration: none;
    color: #38332E;
    font-size: 14px;
    transition: color 0.2s ease-in-out;
}
.header__right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_btn {
    display: flex;
    gap: 8px;
}
.btn-one {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #A59B91;
    background-color: #F4F2F1;
    border-radius: 32px;
    padding: 12px 55px 12px 26px;
    color: #38332E;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #38332E;
    border: 1px solid #38332E;
    border-radius: 32px;
    padding: 12px 55px 12px 26px;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.btn-two__icon,
.btn-one__icon {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #544D45;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-one__icon {
    background-color: #38332E;
}
.btn-one__icon img,
.btn-two__icon svg {
    width: 40%;
}
.header__lang {
    margin-right: 30px;
    position: relative;
}
.header-lang__main {
    color: #38332E;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.header-lang__main svg {
    transition: transform 0.3s ease-in-out;
}
.header-lang__main svg path {
    transition: stroke 0.3s ease-in-out;
}
.header-lang__main.active svg {
    transform: rotate(180deg);
}
.header-lang__select {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 4px;
    z-index: 9;
    top: 38px;
    left: -60px;
    width: 168px;
}
.header-lang__select ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-lang__select ul a {
    display: flex;
    flex-direction: column;
    color: #38332E;
    border-radius: 12px;
    text-decoration: none;
    padding: 10px;
	transition: color 0.3s ease-in-out;
}
.header-lang__select ul a span {
    color: #38332E;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.header-lang__select ul li.current-lang a {
    background-color: #F4F2F1;
}
.header-lang__select.active {
    opacity: 1;
    visibility: visible;
}
.header__search {
    margin-right: 27px;
    cursor: pointer;
    padding: 5px;
    display: flex;
}
.header__search svg path {
    transition: stroke 0.3s ease-in-out;
}
.header-search-close {
    display: none;
}
.header__search.active > svg {
    display: none;
}
.header__search.active .header-search-close {
    display: block;
}
.fixed-search {
    background: linear-gradient(360deg, rgba(244, 242, 241, 0.4) -118.43%, #F4F2F1 100%);
    backdrop-filter: blur(40px);
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.fixed-search.active {
    opacity: 1;
    visibility: visible;
}
.search-block {
    width: 800px;
    margin: auto;
    position: relative;
}
.search-block input {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    outline: none;
    padding: 0 50px;
    border-radius: 16px;
    height: 56px;
    width: 100%;
    font-size: 16px;
    color: #38332E;
}
.search-block input::placeholder {
    color: #38332E;
}
button.search-block-btn {
    position: absolute;
    background: unset;
    border: unset;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.search-block-res-close {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.search-block-res-close.active {
    opacity: 1;
    visibility: visible;
}
.search-info {
    width: 360px;
    margin: 82px auto 0;
}
.search-info__title {
    text-align: center;
    color: #38332E;
    font-size: 20px;
    font-weight: 400;
}
.search-info__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.search-info__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #38332E;
    padding: 12px 18px;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #00000012;
}
.main-section {
    margin: 64px 0;
}
.main-section__content {
    display: flex;
}
.main-section__left {
    width: 55%;
    padding-right: 50px;
}
.main-section__right {
    width: 45%;
    padding-left: 20px;
}
.main-section__right img {
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}
.main-section__title h1 {
    font-size: 48px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
}
.main-section__desc {
    color: #38332E;
    font-size: 20px;
    font-weight: 300;
    margin-top: 22px;
}
.main-section__btn {
    margin-top: 23px;
}
.main-section__btn a {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.main-section__desc-two {
    border-top: 1px solid #D1CCC7;
    margin-top: 32px;
    padding-top: 15px;
    color: #38332E;
    font-size: 14px;
    font-weight: 300;
}
.main-section__btn-two {
    margin-top: 16px;
}
.main-section__btn-two a {
    padding: 16px 55px 16px 26px;
}
.main-section__btn-two a img {
    filter: grayscale(100%);
}
.brands-section {
    margin: 110px 0;
}
.brands-section__content {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 60px;
    align-items: center;
}
.brands-section__item {
    display: flex;
    justify-content: center;
}
.brands-section__content img {
    max-height: 40px;
    filter: grayscale(100%);
}
.services-section {
    margin: 132px 0 40px;
}
.services-section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-section__title {
    color: #38332E;
    font-size: 24px;
}
.services-section__link a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #38332E;
}
.services-section__list {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
a.service-item {
    height: 392px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
a.service-item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.service-item__photo {
    width: 100%;
    height: 100%;
}
.service-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item__bottom {
    position: absolute;
    bottom: 0;
    padding: 32px 24px;
}
.service-item__title {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 18px;
}
.service-item__btn,
.footer-feedback__btn a {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    background-color: unset;
    border-radius: 32px;
    padding: 12px 55px 12px 26px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: border 0.3s ease-in-out;
}
.service-item__icon,
.footer-feedback__btn-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #FFFFFF5C;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item__icon img,
.footer-feedback__btn-icon img {
    width: 40%;
}
.banner-section {
    padding: 60px 0 0;
}
.banner-section__content {
    border-radius: 32px;
    overflow: hidden;
    padding: 108px 80px;
    background-size: cover;
}
.banner-section__title img {
    height: 40px;
}
.banner-section__desc {
    color: #38332E;
    font-size: 20px;
    margin: 25px 0 34px;
    width: 620px;
}
.banner-section__btn a {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.banner-small-section {
    padding: 30px 0 75px;
}
.banner-small-section__content {
    border: 2px solid #EF7C00;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.banner-small-section__image {
    width: 250px;
    height: 188px;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1 / 1;
    -webkit-mask: url('/wp-content/themes/ict/img/banner-small.svg') center / contain no-repeat;
    mask: url('/wp-content/themes/ict/img/banner-small.svg') center / contain no-repeat;
}
.banner-small-section__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-small-section__info {
    width: calc(75% - 250px);
    padding-left: 65px;
}
.banner-small-section__btn {
    width: 25%;
    padding-left: 38px;
}
.banner-small-section__btn a {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.banner-small-section__title {
    color: #38332E;
    font-size: 24px;
}
.banner-small-section__desc {
    color: #38332E;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}
.banner-small-section__desc span {
    font-weight: 400;
}
.about-section {
    background: #FFFFFF;
    padding: 120px 0;
}
.about-section-top {
    display: flex;
}
.about-section-top__title {
    width: 30%;
    color: #38332E;
    font-size: 24px;
}
.about-section-top__right {
    width: 70%;
    padding-left: 40px;
}
.about-section-top__desc {
    color: #38332E;
    font-size: 32px;
    line-height: 1.25;
}
.about-section-top__desc p {
    margin: 0 0 10px 0;
}
.about-section-top__btn {
    margin-top: 40px;
}
.about-section-top__btn a {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.about-section-info {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}
.about-section-info__item {
    border-right: 1px solid #E8E6E3;
    padding: 20px 0 20px 25px;
}
.about-section-info__item:last-child {
    border-right: unset;
}
.about-section-info__item span:nth-child(1) {
    display: block;
    color: #38332E;
    font-size: 56px;
}
.about-section-info__item span:nth-child(2) {
    display: block;
    color: #38332E;
    font-size: 20px;
    margin-top: 15px;
}
.about-section-certificate {
    margin-top: 82px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.about-section-certificate__item {
    background-color: #F4F2F1;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px 30px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #38332E;
    transition: background-color 0.3s ease-in-out;
}
.reviews-section {
    margin: 80px 0;
    overflow: hidden;
}
.reviews-section__title {
    color: #38332E;
    font-size: 32px;
    width: 720px;
    line-height: 1.25;
}
.reviews-section__slider {
    margin-top: 78px;
}
.reviews-section__item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px 30px 130px 30px;
    position: relative;
}
.reviews-section__text {
    height: 145px;
    overflow: hidden;
}
.reviews-section__text p {
    margin: 0;
    color: #0E0D0B;
    font-size: 20px;
}
.reviews-section__bottom {
    display: flex;
    align-items: center;
    gap: 36px;
    position: absolute;
    bottom: 30px;
}
.reviews-section__bottom:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 23px;
    background-image: url("/wp-content/themes/ict/img/comment.svg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 52px;
}
.reviews-section__photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.reviews-section__name {
    color: #38332E;
    font-size: 20px;
}
.reviews-section__pos {
    color: #38332E;
    font-size: 14px;
    font-weight: 300;
}
.reviews-section__container {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.reviews-section__prev,
.reviews-section__next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #A3998F;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reviews-section__pagination {
    width: 60% !important;
    left: 50% !important;
    bottom: 16px !important;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 16px;
}
.swiper-pagination-bullet {
    background: #BAB3AB;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EF7C00;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #EF7C00;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.footer-feedback {
    background: #EF7C00;
    margin: 80px 0 0;
}
.footer-feedback__content {
    display: flex;
    align-items: center;
    padding-top: 36px;
}
.footer-feedback__left {
    width: 55%;
}
.footer-feedback__right {
    width: 45%;
    display: flex;
    justify-content: flex-end;
}
.footer-feedback__mask {
    width: 495px;
    height: 306px;
    background-position: center;
    aspect-ratio: 1/1;
    -webkit-mask: url("/wp-content/themes/ict/img/footer-feedback.svg") center/contain no-repeat;
    mask: url("/wp-content/themes/ict/img/footer-feedback.svg") center/contain no-repeat;
    background-size: contain;
    position: relative;
    bottom: -1px;
}
.footer-feedback__title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 300;
    margin-top: -32px;
}
.footer-feedback__desc {
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 180px;
    margin: 18px 0 32px;
}
.footer {
    background: #FFFFFF;
    padding: 66px 0 40px;
}
.footer__top {
    display: flex;
}
.footer__left {
    width: 30%;
}
.footer__menu {
    width: 40%;
    display: flex;
    padding-left: 6px;
    margin-top: -2px;
    gap: 200px;
}
.footer__menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer__menu ul li {
    margin-bottom: 13px;
}
.footer__menu ul li a {
    color: #38332E;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.footer__right {
    width: 40%;
    padding-left: 170px;
}
.footer__name-l {
    color: #38332E;
    font-size: 20px;
}
.footer__email {
    margin-top: 14px;
}
.footer__email a {
    text-decoration: none;
    color: #EF7C00;
    font-size: 14px;
}
.footer__phone {
    margin-top: 12px;
}
.footer__phone a {
    text-decoration: none;
    color: #38332E;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}
.footer__address {
    margin-top: 16px;
    color: #38332E;
    font-size: 14px;
    padding-right: 45px;
}
.footer__address-btn {
    margin-top: 18px;
}
.footer__address-btn a {
    background-color: #ffffff;
}
.footer__logo {
    text-align: center;
    margin-top: 35px;
    opacity: 0.2;
}
.footer-pharmacy__text {
    color: #38332E;
    font-size: 14px;
}
.footer-pharmacy__btn {
    margin-top: 16px;
}
.footer-pharmacy__btn a {
    padding: 15px 55px 15px 26px;
    background-color: #ffffff;
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 75px;
}
.footer-cooping {
    color: #38332E;
    font-size: 12px;
}
.footer-b-menu ul {
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-b-menu ul li a {
    text-decoration: none;
    color: #38332E;
    font-size: 14px;
    transition: color 0.3s ease-in-out;
}
.breadcrumbs {
    padding: 48px 0 40px;
}
.breadcrumbs__list > span {
    display: flex;
    gap: 16px;
}
.breadcrumbs a {
    color: #A59B91;
    text-decoration: none;
}
.breadcrumbs span.breadcrumb_last {
    color: #38332E;
    font-size: 14px;
}
.service-two-section__title h1 {
    margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 56px;
    line-height: 1;
}
.service-two-section__desc {
    color: #38332E;
    font-size: 20px;
    width: 581px;
    margin-top: 34px;
    letter-spacing: -0.35px;
}
.service-two-section__list {
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
a.service-item-two {
    text-decoration: none;
}
.service-item-two__photo {
    height: 392px;
    overflow: hidden;
    border-radius: 16px;
}
.service-item-two__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.service-item-two__title {
    color: #544D45;
    font-size: 24px;
    margin-top: 22px;
}
.service-item-two__desc {
    color: #38332E;
    font-size: 16px;
    margin-top: 18px;
    letter-spacing: -0.3px;
    line-height: 1.45;
    height: 90px;
    overflow: hidden;
}
.service-item-two__btn {
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #A59B91;
    background-color: unset;
    border-radius: 32px;
    padding: 12px 55px 12px 26px;
    color: #38332E;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}
.service-item-two__icon {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #38332E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item-two__icon img {
    width: 40%;
}
.service-two-section {
    padding-bottom: 78px;
}
.image-title-section__image {
    width: 95%;
    max-width: 1920px;
    height: 420px;
    border-radius: 32px;
    overflow: hidden;
    margin: auto;
}
.image-title-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-title-section__text {
    text-align: center;
    color: #38332E;
    margin: 114px 0;
}
.image-title-section__text h1 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}
/* image-text-section: инлайн-редактирование через вложенные блоки */
.image-title-section > .wp-block-image {
    margin: 0 auto;
}
.slider-section-white {
    background-color: #ffffff;
}
.slider-section {
    padding: 10px 0 80px;
    background: #fff;
    overflow: hidden;
    max-width: 1920px;
    margin: auto;
}
.slider-section__item img {
    height: 457px;
    width: 100%;
    object-fit: cover;
}
.slider-section__pagination {
    position: static !important;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 2px;
}
.slider-section__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 1px solid #70665C;
}
.slider-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.slider-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    display: none;
}
.info-section {
    background: #EF7C00;
    padding: 118px 0;
    position: relative;
}
.info-section:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 525px;
    height: 450px;
    background-image: url("/wp-content/themes/ict/img/info-svg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.info-section-top {
    display: flex;
}
.info-section-top__left {
    width: 30%;
    color: #FFFFFF;
    font-size: 40px;
}
.info-section-top__right {
    width: 70%;
    color: #ffffff;
    font-size: 20px;
    padding-left: 40px;
}
.info-section-top__right p {
    margin: 0 0 10px 0;
}
.info-section .about-section-info__item {
    border-right: 1px solid #FFB566;
}
.info-section .about-section-info__item span:nth-child(1),
.info-section .about-section-info__item span:nth-child(2) {
    color: #fff;
}
.info-section .about-section-info__item:last-child {
    border-right: unset;
}
.image-section {
    max-width: 1920px;
    margin: auto;
}
.image-section img {
    width: 100%;
    display: block;
}
.certificate-section .about-section-top__title {
    font-size: 40px;
}
.certificate-section .about-section-top__desc {
    font-size: 20px;
    line-height: 1.4;
}
.certificate-section .about-section-certificate {
    margin-top: 106px;
}
.history-section {
    margin: 125px 0;
    overflow: hidden;
}
.history-section__top {
    display: flex;
}
.history-section__left {
    width: 30%;
    color: #38332E;
    font-size: 40px;
    line-height: 1;
}
.history-section__text {
    width: 70%;
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.4;
}
.history-section__text p {
    margin: 0 0 10px 0;
}
.history-slider {
    margin-top: 72px;
    border-top: 1px solid #D1CCC7;
}
.history-slider__item {
    padding: 45px 0;
    position: relative;
    height: unset;
}
.history-slider__item:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 45px;
    bottom: 45px;
    width: 1px;
    background-color: #D1CCC7;
}
.history-slider__item:last-child:before {
    display: none;
}
.history-slider__name {
    color: #38332E;
    font-size: 32px;
}
.history-slider__desc {
    color: #38332E;
    font-size: 20px;
    margin-top: 20px;
}
.scrollbar-custom {
    top: -4px;
    width: 100% !important;
    left: 0 !important;
    background-color: unset !important;
    height: 6px !important;
}
.swiper-scrollbar-drag {
    background-color: #EF7C00;
}
.sustainability-section {
    background: #FFFFFF;
    overflow: hidden;
}
.sustainability-section__content {
    display: flex;
    align-items: center;

}
.sustainability-section__left {
    width: 50%;
}
.sustainability-section__left img {
    width: 120%;
    max-width: unset;
    position: relative;
    left: -20%;
    display: block;
}
.sustainability-section__right {
    width: 50%;
    padding-left: 80px;
}
.sustainability-section__title {
    color: #38332E;
    font-size: 40px;
}
.sustainability-section__text {
    margin-top: 40px;
    color: #38332E;
    font-size: 20px;
}
.sustainability-section__text p {
    margin: 0 0 10px 0;
}
.team-section {
    background-color: #ffffff;
    padding: 80px 0;
}
.team-section__title {
    color: #38332E;
    font-size: 48px;
    text-align: center;
}
.team-section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}
.team-section__item {
    width: 25%;
    margin-bottom: 60px;
}
.team-section__name {
    color: #A3998F;
    font-size: 32px;
}
.team-section__position {
    color: #A3998F;
    font-size: 16px;
}
.error-page {
    margin: 100px 0;
}
.error-page__title {
    text-align: center;
    font-size: 140px;
    font-weight: 500;
    letter-spacing: 10px;
}
.error-page__desc {
    text-align: center;
    font-size: 26px;
}
.error-page__btn {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.career-archive__title h1,
.career-archive__title {
    margin: 0;
    color: #38332E;
    font-size: 56px;
    font-weight: 400;
}
.career-archive__desc {
    color: #38332E;
    font-size: 20px;
    width: 445px;
    margin-top: 21px;
    letter-spacing: -0.4px;
}
.career-archive__content {
    display: flex;
    margin-top: 95px;
}
.career-archive__left {
    width: 350px;
}
.career-archive__right {
    width: calc(100% - 350px);
    padding-left: 50px;
}
.career-archive__left a {
    color: #38332E;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 32px;
    display: block;
    position: relative;
}
.single-title h1 {
    margin: 0;
    color: #38332E;
    font-size: 40px;
    font-weight: 400;
}
.single-content {
    letter-spacing: -0.3px;
}
.single-content h1 {
    color: #38332E;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
}
.single-content h2 {
    color: #38332E;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
}
.single-content h3 {
    color: #38332E;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 25px 0 20px;
}
.single-content h4 {
    color: #38332E;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
}
ul.single-list {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
}
ul.single-list li {
    position: relative;
    padding-left: 40px;
    color: #38332E;
    margin-bottom: 17px;
}
ul.single-list li:before {
    content: "";
    position: absolute;
    background-color: #EF7C00;
    top: 7px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
ol.single-list {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
    counter-reset: my-awesome-counter
}
ol.single-list li {
    position: relative;
    padding-left: 40px;
    color: #38332E;
    margin-bottom: 17px;
    counter-increment: my-awesome-counter
}
ol.single-list li:before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    color: #EF7C00;
    top: 4px;
    left: 16px;
    line-height: 1;
}
.single-content a {
    color: #EF7C00;
}
.single-apply-block {
    margin-top: 64px;
    border: 2px solid #EF7C00;
    background: #FFFFFF;
    backdrop-filter: blur(40px);
    border-radius: 24px;
    padding: 36px 38px;
    display: flex;
}
.single-apply-block__left {
    width: 65%;
}
.single-apply-block__title {
    color: #38332E;
    font-size: 32px;
}
.single-apply-block__desc {
    color: #38332E;
    margin-top: 12px;
    line-height: 1.5;
}
.single-apply-block__right {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.single-apply-block__right button {
    background-color: #EF7C00;
    padding: 14px 55px 13px 26px;
    border: 1px solid #EF7C00;
}
.policies-section__content {
    display: flex;
}
.policies-section__left {
    width: 400px;
}
.policies-section__left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.policies-section__left ul li a {
    color: #38332E;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    margin-bottom: 20px;
    display: inline-flex;
}
.policies-section__left ul li.active a {
    color: #EF7C00;
    border-bottom: 3px solid #EF7C00;
}
.policies-section__right {
    width: calc(100% - 400px);
}
.single-contact-top {
    display: flex;
    align-items: flex-end;
    margin-top: 74px;
    padding-bottom: 40px;
}
.single-contact-top__left {
    width: 50%;
}
.single-contact-top__right {
    width: 50%;
    padding-left: 60px;
    line-height: 1.5;
}
.single-contact-top__title h1 {
    margin: 0;
    color: #38332E;
    font-size: 32px;
    font-weight: 400;
}
.single-contact-top__mail {
    margin-top: 10px;
}
.single-contact-top__mail a {
    color: #EF7C00;
    font-size: 14px;
    text-decoration: none;
}
.single-contact-top__phone {
    margin-top: 14px;
}
.single-contact-top__phone a {
    color: #38332E;
    font-size: 14px;
    text-decoration: none;
}
.single-contact-top__address {
    color: #38332E;
    font-size: 14px;
    margin-top: 16px;
}
.single-contact-top__btn {
    margin-top: 16px;
}
.single-contact-top__right p {
    margin: 0;
}
body.single-contact
.single-contact-info {
    display: flex;
    height: 538px;
    width: 1920px;
    margin: 40px auto 0;
}
.single-contact-info__map {
    width: 50%;
}
.single-contact-info__photo {
    width: 50%;
}
.single-contact-info__map iframe,
.single-contact-info__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.other-contact {
    background-color: #ffffff;
    padding: 120px 0;
}
.other-contact__con {
    display: none;
    width: 100%;
    padding: 15px 0;
}
.other-contact__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 32px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #F4F2F1;
    transition: background-color 0.3s ease-in-out;
}
.other-contact__item:before {
    content: "";
    position: absolute;
    right: 32px;
    width: 10px;
    height: 5px;
    background-image: url("/wp-content/themes/ict/img/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
}
.other-contact__name {
    color: #38332E;
    font-size: 24px;
    width: 100%;
    position: relative;
}
.other-contact__desc {
    letter-spacing: -0.28px;
}
.other-contact__left {
    width: 75%;
}
.other-contact__right {
    width: 23%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.other-contact__item:has(+ .other-contact__item.active) {
    border-bottom: unset;
}
.other-contact__item.active {
    background: #F4F2F1;
    border-radius: 16px;
    padding: 32px;
}
.other-contact__item.active:before {
    transform: rotate(180deg);
}
.other-contact__con.active {
    display: flex;
}
.contact-form {
    margin: 90px 0;
}
.contact-form__content {
    display: flex;
}
.contact-form__left {
    width: 50%;
}

.contact-form__title {
    color: #38332E;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}
.contact-form__desc {
    color: #38332E;
    font-size: 20px;
    font-weight: 300;
    margin-top: 32px;
    padding-right: 135px;
}
.contact-form__right {
    width: 50%;
    padding-left: 14px;
    margin-top: -8px;
}
.contact-form__right p {
    margin: 0;
}
.form-select label {
    display: block;
    margin-bottom: 4px;
}
.form-select {
    margin-bottom: 18px;
}
.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #fff;
    border-radius: 8px;
    background:
            url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
            no-repeat right 12px center / 16px,
            #fff;
    box-shadow: unset;
    font-family: 'OpenSans', sans-serif;
    color: #38332E;
    font-size: 16px;
    line-height: 1.2;
    transition: border-color .2s, box-shadow .2s;
}
.form-select select:focus {
    outline: none;
    border-color: #8ab4f8;
}
.form-select select:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.form-input {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.form-input label,
.form-load label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
.form-input span {
    width: 100%;
}
.form-input input {
    outline: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: #38332E;
    font-size: 16px;
    padding: 0 24px;
}
.form-input textarea {
    outline: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    width: 100%;
    border-radius: 8px;
    color: #38332E;
    font-size: 16px;
    padding: 24px;
    height: 150px;
    resize: none;
}
.form-load {
    margin-bottom: 20px;
}
.form-load .codedropz-upload-handler {
    border: 1px dashed #A59B91;
}
.form-load .codedropz-upload-inner {
    overflow: unset;
}
.form-load .codedropz-upload-inner:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/themes/ict/img/load_file.svg");
    background-size: cover;
    width: 15px;
    height: 20px;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}
.form-load .codedropz-upload-container {
    padding: 55px 20px 20px;
}
.form-load .codedropz-upload-inner h3 {
    color: #38332E;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.form-load .codedropz-upload-inner > span {
    display: none;
}
.form-load .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #EF7C00;
    font-size: 16px;
    margin-top: 14px;
    display: block;
}
.form-load .dnd-upload-status .dnd-upload-details .name em {
    display: none;
}
.form-load .dnd-upload-status .dnd-upload-details .name {
    color: #38332E;
}
.form-load .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 3px;
    background-color: #38332E;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background-color: #EF7C00;
}
.custom-checkbox {
    margin-bottom: 16px;
}
.custom-checkbox input {
    position: absolute;
    left: -9999px;
}
.custom-checkbox span {
    display: block;
    padding-left: 4px;
    color: #38332E;
    font-size: 16px;
    line-height: 1.5;
}
.custom-checkbox span a {
    letter-spacing: 0.6px;
    color: #EF7C00;
    text-decoration: none;
    border-bottom: 1px solid #EF7C00;
}
.custom-checkbox span:before {
    content: '';
    position: absolute;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    border: 1px solid #A3998F;
    left: 0;
    top: 0;
    background: unset;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-checkbox input:checked+span:before {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
}
.custom-checkbox input:checked+span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/ict/img/check.svg");
}
.custom-checkbox p {
    margin: 0;
}
.form-send {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EF7C00;
    background-color: #EF7C00;
    border-radius: 32px;
    padding:12px 46px 12px 0;
    color: #38332E;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px;
}
.form-send input {
    position: absolute;
    inset: 0;
    background: unset;
    border: unset;
    color: #38332E;
    font-size: 16px;
    text-align: left;
    padding: 0 25px;
    font-weight: 400;
    cursor: pointer;
}
.footer-contact-modal,
.footer-apply-modal {
    position: fixed;
    inset: 0;
    z-index: 91;
    background: linear-gradient(360deg, rgba(244, 242, 241, 0.4) -118.43%, #F4F2F1 100%);
    backdrop-filter: blur(40px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.footer-contact-modal.active,
.footer-apply-modal.active {
    opacity: 1;
    visibility: visible;
}
.footer-contact-modal__scroll {
    padding: 80px 0;
    max-height: 100vh;
    overflow: auto;
}
.footer-contact-modal:before,
.footer-apply-modal:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 490px;
    height: 490px;
    background-image: url("/wp-content/themes/ict/img/dekors.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.footer-contact-modal__content {
    display: flex;
}
.footer-contact-modal__close {
    width: 48px;
    height: 48px;
    border: 1px solid #A3998F;
    background: #F4F2F1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 8;
}
.footer-contact-modal__left {
    width: 50%;
}
.footer-contact-modal__right {
    width: 50%;
    padding-left: 15px;
}
.footer-contact-modal__logo img {
    width: 152px;
}
.footer-contact-modal__title {
    color: #38332E;
    font-size: 48px;
    line-height: 1;
    margin-top: 28px;
}
.footer-contact-modal__desc {
    color: #38332E;
    font-size: 20px;
    margin-top: 31px;
    letter-spacing: -0.4px;
    width: 460px;
}
.footer-contact-modal__desc a {
    color: #EF7C00;
}
.services-photos {
    position: relative;
    width: 98%;
    margin: auto;
    overflow: hidden;
}
.services-photos__item {
    height: 457px;
    border-radius: 24px;
    overflow: hidden;
}
.services-photos__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-photos__prev {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 4;
}
.services-photos__next {
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 4;
}
.services-photos__pagination {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 25px;
}
.services-content {
    margin-top: 60px;
    padding-bottom: 82px;
}
.services-content__flex {
    display: flex;
}
.services-content__left {
    width: 65%;
    padding-right: 40px;
}
.services-content__right {
    width: 35%;
    padding-left: 20px;
}
.services-content__stick {
    position: sticky;
    top: 120px;
}
.services-contact__title {
    color: #38332E;
    font-size: 24px;
    line-height: 1;
}
.services-contact__btn {
    margin-top: 28px;
}
.services-contact__btn button {
    background-color: #EF7C00;
    border: 1px solid #EF7C00;
    padding: 14px 55px 14px 26px;
}
.services-contact__desc {
    border-top: 1px solid #E8E6E3;
    margin-top: 26px;
    padding-top: 25px;
}
.services-contact__phone {
    margin-top: 14px;
}
.services-contact__phone a {
    color: #EF7C00;
    font-size: 32px;
    text-decoration: none;
}
.services-content__back {
    margin-top: 12px;
}
.services-content__back a {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #38332E;
    line-height: 1;
}
.services-content__title {
    margin-top: 38px;
}
.services-content__title h1 {
    color: #38332E;
    font-weight: 400;
    font-size: 48px;
    margin: 0;
}
.services-content__desc {
    margin-top: 20px;
    font-size: 24px;
}
.services-content__text {
    margin-top: 42px;
    color: #38332E;
    font-size: 20px;
    font-weight: 300;
}
.services-content__text a {
    color: #EF7C00;
    font-weight: 500;
}
.services-certificate {
    margin-top: 38px;
}
.services-certificate__title {
    color: #38332E;
    font-size: 24px;
}
.services-certificate__list {
    margin-top: 40px;
}
a.services-certificate__item {
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 23px 24px;
    position: relative;
    text-decoration: none;
    margin-bottom: 10px;
    color: #38332E;
}
.services-certificate__icon {
    width: 40px;
}
.services-certificate__icon img {
    display: block;
}
.services-certificate__name {
    width: calc(100% - 90px);
    padding-left: 16px;
    font-size: 14px;
}
.services-certificate__arrow {
    width: 40px;
    height: 40px;
    background: #E8E6E3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 26px;
    transition: background-color 0.3s ease-in-out;
}
.services-certificate__arrow img {
    width: 40%;
    filter: invert(1);
}
.product-show {
    margin-top: 40px;
}
.product-show__title {
    color: #38332E;
    font-size: 24px;
}
.product-show__search {
    position: relative;
    margin-top: 40px;
    width: 100%;
    height: 56px;
    border-radius: 16px;
    overflow: hidden;
}
.product-show__search button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: unset;
    border: unset;
}
.product-show__search input {
    width: 100%;
    height: 100%;
    outline: none;
    border: unset;
    background-color: #ffffff;
    color: #38332E;
    font-size: 16px;
    padding-left: 52px;
}
.product-show__res {
    color: #38332E;
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;
}
.faq {
    background: #FFFFFF;
    padding: 84px 0;
}
.faq__title {
    color: #38332E;
    font-size: 32px;
    text-align: center;
    line-height: 1;
}
.faq__list {
    width: 800px;
    margin: 84px auto 0;
}
.faq-item {
    border-radius: 0;
    padding: 24px 40px;
    border-bottom: 1px solid #E8E6E3;
    transition: background-color 0.3s ease-in-out;
}
.faq-item:last-child {
    border-bottom: unset;
}
.faq-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #38332E;
    font-size: 20px;
    cursor: pointer;
}
.faq-item__name {
    width: calc(100% - 80px);
    transition: color 0.3s ease-in-out;
}
.faq-item__arrow {
    display: flex;
    width: 18px;
}
.faq-item__arrow svg {
    transition: transform 0.3s ease-in-out;
}
.faq-item__arrow svg path {
    transition: fill 0.3s ease-in-out;
}
.faq-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.faq-item__content-text {
    margin-top: 22px;
    color: #663500;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}
.faq-item.active {
    border-radius: 16px;
    background-color: #FFF3E5;
    border: unset;
}
.faq-item:has(+ .faq-item.active) {
    border-bottom: unset;
}
.faq-item.active .faq-item__arrow svg {
    transform: rotate(180deg);
}
.faq-item.active .faq-item__arrow svg path {
    fill: #EF7C00;
}
.faq-item.active > .faq-item {
    border: unset;
}
.search-result__line {
    display: flex;
    color: #38332E;
    font-size: 16px;
}
.search-result__line span {
    font-weight: 700;
}
.search-result__content {
    margin-top: 30px;
    max-height: 400px;
    overflow: auto;
    padding-right: 20px;
    width: calc(100% + 20px);
}
.search-result__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #D1CCC7;
}
.search-result__item:last-child {
    border-bottom: unset;
}
.search-result_prod {
    color: #544D45;
    font-size: 14px;
    margin-top: 2px;
}
.search-result__right {
    color: #38332E;
}
.search-result__text {
    margin-top: 25px;
    font-size: 14px;
}
.search-result__not {
    margin-top: 30px;
}
.product-show__close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.product-show__close.active {
    opacity: 1;
    visibility: visible;
}
.services-photos-item {
    height: 457px;
    border-radius: 24px;
    overflow: hidden;
    width: 98%;
    margin: auto;
}
.services-photos-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__right-xs {
    display: none;
}
.search-section {
    margin-top: 30px;
}
.search-section__title {
    font-size: 38px;
}
.search-page__result {
    font-size: 18px;
    margin-top: 12px;
}
.search-page__form {
    display: flex;
    margin-top: 35px;
}
.search-section__list {
    margin-top: 60px;
}
.search-section__list a {
    color: #38332E;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 32px;
    display: block;
    position: relative;
}
.policies-section__title h1 {
    margin: 0;
    font-weight: 400;
    color: #000;
    font-size: 56px;
    line-height: 1;
}
.policies-section__text {
    margin-top: 34px;
}
.policies-section__text p {
    color: #38332E;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
.policies-section__text a {
    color: #EF7C00;
    font-weight: 300;
    text-decoration: underline;
}
.policies-section__text h1 {
    margin: 40px 0;
    font-weight: 400;
    color: #000;
    font-size: 56px;
    line-height: 1;
}
.policies-section__text h2 {
    margin: 40px 0;
    font-weight: 400;
    color: #000;
    font-size: 48px;
    line-height: 1;
}
.policies-section__text h3 {
    margin: 40px 0;
    font-weight: 400;
    color: #000;
    font-size: 40px;
    line-height: 1;
}
.policies-section__text h4 {
    margin: 30px 0;
    font-weight: 400;
    color: #000;
    font-size: 32px;
    line-height: 1;
}
.policies-section__text h5 {
    margin: 30px 0;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    line-height: 1;
}
.policies-section__text h6 {
    margin: 30px 0;
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 1;
}
.no-career__desc {
    font-size: 20px;
}
.no-career__btn {
    margin-top: 50px;
}
.no-career__btn button {
    padding: 14px 60px 13px 30px;
}
.cky-btn-revisit-wrapper {
    background-color: #EF7C00 !important;
}
.cky-btn-accept,
.cky-btn-preferences,
.cky-btn-reject {
    color: #38332E !important;
    background: #EF7C00 !important;
    border: 2px solid #EF7C00 !important;
}
.cky-btn-customize {
    color: #38332E !important;
    border: 2px solid #EF7C00 !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
    color: #EF7C00 !important;
}

/* Cookie consent bar */
.cookie-revisit {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9998;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #A59B91;
    border-radius: 50%;
    background: #FFFFFF;
    color: #38332E;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(56, 51, 46, 0.18);
    transition: transform 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.cookie-revisit:hover {
    transform: scale(1.08);
    color: #000000;
    border-color: #38332E;
}
.cookie-revisit svg {
    display: block;
}
/* Hide cookie UI while a fullscreen modal / burger menu is open */
body.hidden .cookie-revisit,
body.hidden .cookie-consent {
    display: none;
}
@media (max-width: 640px) {
    .cookie-revisit {
        left: 14px;
        bottom: 14px;
        width: 40px;
        height: 40px;
    }
}
.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #FFFFFF;
    border-top: 1px solid #A59B91;
    box-shadow: 0 -8px 30px rgba(56, 51, 46, 0.12);
    padding: 20px 0;
    transform: translateY(105%);
    transition: transform 0.4s ease-in-out;
}
.cookie-consent.is-visible {
    transform: translateY(0);
}
.cookie-consent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cookie-consent__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #38332E;
}
.cookie-consent__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.cookie-consent__more {
    color: #38332E;
    font-size: 14px;
    text-decoration: underline;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out;
}
.cookie-consent__more:hover {
    opacity: 0.6;
}
.cookie-consent__agree,
.cookie-consent__decline {
    border-radius: 32px;
    padding: 12px 32px;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.cookie-consent__agree {
    border: 1px solid #EF7C00;
    background: #EF7C00;
    color: #FFFFFF;
}
.cookie-consent__agree:hover {
    background: transparent;
    color: #EF7C00;
}
.cookie-consent__decline {
    border: 1px solid #A59B91;
    background: transparent;
    color: #38332E;
}
.cookie-consent__decline:hover {
    border-color: #38332E;
}
@media (max-width: 910px) {
    .cookie-consent__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .cookie-consent__actions {
        width: 100%;
        flex-wrap: wrap;
    }
    .cookie-consent__more {
        margin-right: auto;
    }
}
@media (max-width: 640px) {
    .cookie-consent {
        padding: 16px 0;
        max-height: 70vh;
        overflow-y: auto;
    }
    .cookie-consent__text {
        font-size: 13px;
    }
    .cookie-consent__more {
        width: 100%;
        margin-right: 0;
    }
    .cookie-consent__agree,
    .cookie-consent__decline {
        flex: 1 1 auto;
        text-align: center;
        padding: 11px 20px;
    }
}