.cm p {
    margin: 0;
}

.firm {
    background-color: #EDF2F7;
    position: relative;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

@media (min-width: 979px) {
    .firm {
        padding: 74px 0 85px 0;
    }
}

.firm__logo {
    margin-bottom: 16px;
}

@media (min-width: 979px) {
    .firm__logo {
        margin-bottom: 26px;
    }
}

.firm:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #EDF2F7;
    z-index: -1;
}

.firm__title {
    font-size: 27px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 28px;
}

@media (min-width: 979px) {
    .firm__title {
        font-size: 32px;
        margin-bottom: 26px;
        line-height: 100%;
    }
}

.firm__text {
    font-size: 16px;
    line-height: 19px;
}

.about {
    padding: 50px 10px;
}

@media (min-width: 979px) {
    .about {
        padding: 72px 0;
    }
}

.about__logo {
    display: none;
}

@media (min-width: 979px) {
    .about__logo {
        display: block;
        max-width: 146px;
        margin-left: auto;
        margin-bottom: 14.7px;
    }
}

@media (min-width: 979px) {
    .about__slider {
        width: 50%;
    }
}

.about__slider .slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 99;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transition: .2s background-color;
    display: flex;
}

.about__slider .slick-arrow:hover {
    background-color: #2d435b;
}

.about__slider .slick-arrow:hover i {
    color: #fff;
}

.about__slider .slick-left {
    bottom: 40px;
    left: 13px;
}

.about__slider .slick-right {
    bottom: 40px;
    left: 73px;
}

@media (min-width: 979px) {
    .about__slider .slick-left {
        left: 34px;
    }

    .about__slider .slick-right {
        left: 94px;
    }
}

.about__title {
    font-size: 27px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 32px;
}

@media (min-width: 979px) {
    .about__title {
        font-size: 32px;
    }
}

.about__slide {
    margin-bottom: 15px;
}

.about__slide img {
    width: 100%;
}

@media (min-width: 979px) {
    .about__slide {
        margin-bottom: 0;
    }

    .about__slide img {
        max-height: 648px;
    }
}

.about__description {
    margin-bottom: 30px;
}

.about__description>p:not(:last-child) {
    margin-bottom: 19px;
}

@media (min-width: 979px) {
    .about__description {
        max-width: 552px;
    }
}

.about__text {
    font-size: 16px;
    line-height: 19px;
    color: #363636;
}

@media (min-width: 979px) {
    .about__inner {
        display: flex;
        gap: 50px;
        align-items: center;
    }
}

@media (min-width: 979px) {
    .about__content {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
}

.categories {
    padding: 50px 5px;
    background-color: #EDF2F7;
    position: relative;
}

@media (min-width: 979px) {
    .categories {
        padding: 58px 0 52px 0;
    }
}

.categories:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #EDF2F7;
    z-index: -1;
}

.categories__title {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 979px) {
    .categories__title {
        text-align: left;
        font-size: 32px;
    }
}

.categories__products {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    row-gap: 35px;
}

.categories__products + a:after {
    content: "\F106";
    font-family: 'FontAwesome';
    margin-left: 15px;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.categories__products.--hidden + a:after {
    content: "\F107";
    font-family: 'FontAwesome';
    margin-left: 15px;
    font-size: 1.5rem;
}

@media (min-width: 757px) {
    .categories__products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 979px) {
    .categories__products {
        grid-template-columns: repeat(6, 1fr);
        gap: 65px;
        margin-top: 64px;
    }
}

@media (max-width: 757px) {
    .categories__products.--hidden>a:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 757px) and (max-width: 978px) {
    .categories__products.--hidden>a:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 979px) {
    .categories__products.--hidden>a:nth-child(n+7) {
        display: none;
    }
}

.categories__name {
    text-align: center;
    font-size: 16px;
    margin-top: 32px !important;
    line-height: 100% !important;
    text-decoration: none;
}

.categories__product {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.categories__button {
    margin: 35px auto 0 auto;
    min-width: 191px;
    text-align: center;
    position: relative;
    padding-right: 43px !important;
}

@media (min-width: 979px) {
    .categories__button {
        margin-top: 67px;
    }
}

.collections {
    padding-top: 50px;
    padding: 50px 5px 0 5px;
    color: #363636;
}

@media (min-width: 979px) {
    .collections {
        padding: 72px 0 0 0;
    }
}

.collections__heading {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 32px;
}

@media (min-width: 979px) {
    .collections__heading {
        text-align: center;
        font-size: 32px;
        line-height: unset;
        margin-bottom: 72px;
    }
}

.collections__image picture {
    display: flex;
}

.collections__image img {
    width: 100%;
}

@media (min-width: 979px) {
    .collections__image {
        width: 49%;
    }
}

@media (min-width: 979px) {
    .collections__content {
        width: 50%;
        max-width: 618px;
    }
}

.collections__title {
    font-size: 27px;
    font-weight: 700;
    margin: 24px 0 27px 0;
}

@media (min-width: 979px) {
    .collections__title {
        margin-top: 0;
        font-size: 32px;
        margin-bottom: 32px;
    }
}

.collections__descr p {
    font-size: 16px;
    line-height: 19px;
}

.collections__descr>p:not(:last-child) {
    margin-bottom: 15px;
}

.collections__button {
    margin-top: 25px;
}

.collections__part:not(.--reverse) {
    padding: 50px 5px;
}

@media (min-width: 979px) {
    .collections__part:not(.--reverse) {
        padding: 70px 0;
    }
}

.collections__part.--reverse {
    padding: 50px 5px;
    justify-content: space-between;
}

.collections__part.--reverse {
    flex-direction: row-reverse;
    background-color: #F6F6F6;
    position: relative;
}

.collections__part.--reverse:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #F6F6F6;
    z-index: -1;
}

@media (min-width: 979px) {
    .collections__part {
        display: flex;
        gap: 62px;
        align-items: center;
    }
}

@media (min-width: 979px) and (min-width: 979px) {
    .collections__part.--reverse {
        padding: 50px 0;
    }
}

.collections__inner>div:first-child {
    padding-top: 0 !important;
}

.inspiration {
    background-color: #EEEEEE;
    padding: 50px 5px;
    color: #363636;
    position: relative;
}

@media (min-width: 979px) {
    .inspiration {
        padding: 73px 0 78px;
    }
}

.inspiration:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-color: #EEEEEE;
    z-index: -1;
}

.inspiration__title {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (min-width: 979px) {
    .inspiration__title {
        font-size: 32px;
    }
}

.inspiration__text {
    font-size: 16px;
    line-height: 19px;
    margin-right: 14px;
}

.inspiration__descr {
    margin-bottom: 32px;
}

@media (min-width: 979px) {
    .inspiration__descr {
        max-width: 1033px;
    }
}

.inspiration__logo {
    display: none;
}

@media (min-width: 979px) {
    .inspiration__logo {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 195px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 100px;
        padding-bottom: 20px;
        min-height: 222px;
    }
}

.inspiration__element {
    position: relative;
    overflow: hidden;
}

.inspiration__element img {
    object-fit: cover;
    width: 100%;
}

.inspiration__element:hover .inspiration__addition {
    bottom: 0;
}

.inspiration__element picture {
    display: flex;
    height: 100%;
    width: 100%;
}

.inspiration__addition {
    background-color: rgba(56, 62, 72, 0.8);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    bottom: -100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: bottom 0.4s ease-in-out;
    width: 100%;
}

.inspiration__description {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.inspiration__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (max-width: 979px) {
    .inspiration__inner > div:nth-of-type(n+5) {
        display: none;
    }
}

@media (min-width: 979px) {
    .inspiration__inner {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: 209px;
        grid-auto-columns: 223px;
        gap: 23px;
        margin-top: 123px;
    }

    .inspiration__inner .item1 {
        grid-row: span 3;
        grid-column: span 2;
    }

    .inspiration__inner .item2 {
        grid-row: span 2;
        grid-column: span 2;
    }

    .inspiration__inner .item3 {
        grid-row: span 3;
        grid-column: span 2;
    }

    .inspiration__inner .item4 {
        grid-row: 4 / 6;
        grid-column: 1 / 3;
    }

    .inspiration__inner .item5 {
        grid-row: 3 / 6;
        grid-column: 3 / 5;
    }

    .inspiration__inner .item6 {
        grid-row: 4 / 6;
        grid-column: 5 / 7;
    }
}

.inspiration__button {
    margin: 16px auto 0 auto;
}

@media (min-width: 979px) {
    .inspiration__button {
        margin-top: 42px;
    }
}

.faq {
    padding: 50px 5px;
}

@media (min-width: 979px) {
    .faq {
        padding: 68px 0 90px 0;
    }
}

.faq__title {
    font-weight: 700;
    font-size: 27px;
    color: #091749;
    text-align: center;
    margin-bottom: 32px;
}

@media (min-width: 979px) {
    .faq__title {
        font-size: 32px;
        line-height: 50px;
        margin-bottom: 68px;
    }
}

.faq__inner>div:not(:first-child) .faq__question-title {
    padding-top: 21px;
}

.faq__question-title:before {
    top: 10px;
    right: 4px;
    width: 12px;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 5px;
}

.faq__question-title:after {
    right: 8px;
    top: 4px;
    width: 2px;
    height: 12.6px;
    transform: translateX(-50%);
    border-radius: 5px;
}

.faq__inner>div:not(:first-child) .faq__question-title:before  {
    top: 42.2px;
}

.faq__inner>div:not(:first-child) .faq__question-title:after  {
    top: 36px;
}

@media (min-width: 979px) {
    .faq__inner>div:not(:first-child) .faq__question-title {
        padding-top: 30px;
    }
}

@media (min-width: 979px) {
    .faq__inner {
        max-width: 1000px;
        margin: 0 auto;
    }
}

.faq__question {
    border-bottom: 1px solid #F3F3F3;
}

.faq__question-answer {
    display: none;
    color: #646A69;
    font-size: 16px;
    line-height: 24px;
}

.faq__question-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #363636;
    cursor: pointer;
    padding-bottom: 21px;
    position: relative;
    padding-right: 30px;
}

.faq__question-title:before {
    content: "";
    position: absolute;
    background-color: #363636;
}

.faq__question-title:after {
    content: "";
    position: absolute;
    background-color: #363636;
}

@media (min-width: 979px) {
    .faq__question-title {
        padding-bottom: 30px;
    }
}

.faq__question.--active {
    padding-bottom: 21px;
}

.faq__question.--active .faq__question-title:after {
    display: none;
}

.faq__question.--active .faq__question-answer {
    display: block;
}

.faq__question.--active .faq__question-title {
    padding-bottom: 12px;
}

@media (min-width: 979px) {
    .faq__question.--active .faq__question-title {
        padding-bottom: 17px;
    }
}

@media (min-width: 979px) {
    .faq__question.--active {
        padding-bottom: 30px;
    }
}

.custom-hotspot {
    padding: 50px 0 52px 0;
}

.custom-hotspot .product_wrapper {
    padding: 0 !important;
    margin: 15px !important;
}

.custom-hotspot__outer {
    margin: 0 !important;
}

.custom-hotspot__headline {
    font-size: 27px !important;
    color: #363636;
    margin-bottom: 10px !important;
    text-align: center;
    margin-top: 0 !important;
}

.custom-hotspot .product__icon {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
}

.custom-hotspot .product__icon img {
    max-height: 150px !important; 
}

.custom-hotspot .label_icons {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.custom-hotspot .slick-arrow {
    display: block;
    border-radius: 100%;
    font-size: 1.35em;
    height: 44px;
    width: 44px;
    line-height: 44px;
    margin-top: -18px;
    outline: 0 none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 60;
    background: #2d435b;
    color: #fff;
    top: 50%;
}

.custom-hotspot .slick-left {
    left: 0;
}

.custom-hotspot .slick-right {
    right: 0;
}

@media (min-width: 979px) {
    .custom-hotspot__headline {
        font-size: 32px !important;
        margin-bottom: 45px !important;
    }
}

.cms-btn {
    background-color: #D4776C;
    padding: 13px 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    display: block;
    width: max-content;
    cursor: pointer;
    text-decoration: none;
    transition: .2s background-color;
}

.cms-btn:hover {
    background-color: #2d435b;
    color: #fff;
}

@media (min-width: 757px) {
    aside {
        display: none !important;
    }
}

#content {
    width: 100% !important;
}

.text_menu_txt {
    overflow: visible;
}

.text_menu_txt {
    overflow: visible;
}

.cm {
    overflow: unset;
}

.text_menu_title_header {
    display: none;
}

.container {
    max-width: 1370px;
}