@font-face {
    font-family: 'SuisseIntl-Bold';
    src: url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.eot');
    src: local('â˜º'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.woff') format('woff'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.ttf') format('truetype'), url('/local/templates/main/fonts/SuisseIntl-Bold/SuisseIntl-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:before,
*:after {
    transition: all .3s linear;
}

.inner .header {
    background: #fff;
}

h2.section-title {
    font-size: 64px;
    line-height: 64px;
    font-weight: 800;
    font-family: 'SuisseIntl-Bold';
}

p.section-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    font-family: 'SuisseIntl-Bold';
}

.section-subtext {
    font-size: 25px;
    line-height: 30px;
    max-width: 830px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    h2.section-title {
        font-size: 29px;
        line-height: 29px;
    }

    p.section-title {
        font-size: 15px;
        line-height: 17px;
    }

    p.section-subtext {
        font-size: 15px;
        line-height: 17px;
    }

    .text-block p.section-title {
        font-size: 29px;
        line-height: 29px;
    }

    .about-block p.section-title {
        font-size: 15px;
        line-height: 17px;
    }
}

.wrap-images {
    position: relative;
}

.wrap-images .section-title {
    position: absolute;
    bottom: 12px;
    left: 8px;
    color: #fff;
}

.omay-designer__images {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
    .omay-designer__images {
        margin-bottom: 50px;
    }
}

.wrap-images__accessory {
    margin-bottom: 110px;
}

.wrap-images__accessory .omay-designer__images {
    margin-bottom: 36px;
}

.wrap-images__accessory .omay-designer__link {
    max-width: 100%;
    grid-column: 5/13;
}

@media screen and (max-width: 1200px) {
    .wrap-images__accessory .omay-designer__link {
        grid-column: 3/11;
    }
}

@media screen and (max-width: 992px) {
    .wrap-images__accessory .omay-designer__link {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .wrap-images__accessory .omay-designer__link {
        grid-column: -1/1;
        font-size: 21px;
        line-height: 21px;
        height: 70px;
    }
}


/* big slider */
.omay-big__slider-block {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 8px;
    margin-bottom: 110px;
}

.omay-big__slider-block#acc {
    margin-bottom: 20px;
}

.omay-big__slider-block picture {
    grid-column: 5/13;
}

.omay-big__slider-block picture.first-half {
    grid-column: 5/9;
}

.omay-big__slider-block picture.second-half {
    grid-column: 9/13;
}

.omay-big__slider-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;

}

.omay-big__slider-body {
    grid-column: 1/5;
}

.omay-big__slider-title {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-family: 'SuisseIntl-Bold';
    max-width: 500px;
    width: 100%;
}

.omay-big__slider-text {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .omay-big__slider-body {
        grid-column: 3/11;
    }

    .omay-big__slider-title {
        max-width: 100%;
    }

    .omay-big__slider-block picture {
        grid-column: 3/11;
    }
}

@media screen and (max-width: 767px) {
    .omay-big__slider-body {
        position: relative;
        margin-top: 8px;
        left: initial;
        bottom: initial;
    }

    .omay-big__slider-body,
    .omay-big__slider-block picture {
        grid-column: -1/1;
    }

    .omay-big__slider-block {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 576px) {
    .omay-big__slider-title {
        font-size: 15px;
        line-height: 17px;
    }
}

/* /big slider */


.wrapper {
    gap: 18px;
}

/* PRODUCT */
.omay-product .wrapper {
    position: relative;
}

.omay-product__wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    grid-gap: 8px;
}

.omay-product .text-block__cont {
    position: relative;
    z-index: 20;
}

.omay-product .text-block {
    margin: 40px 0 50px 0;
}

.omay-product__parallax {
    position: relative;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.omay-product__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    opacity: 0;
    z-index: 1;
    font-weight: 600;
}

.omay-product__more {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 16px 43px 16px 22px;
    font-size: 15px;
    line-height: 16px;
}

.omay-product__parallax:hover .omay-product__title {
    opacity: 1;
}

.omay-product__parallax:hover .omay-product__img {
    transform: scale(1.1);
}

.omay-product__parallax-1 {
    grid-column: 1/7;
}

.omay-product__parallax-2 {
    grid-column: 7/13;
}

.omay-product__parallax-3 {
    grid-column: 1/5;
}

.omay-product__parallax-4 {
    grid-column: 5/9;
}

.omay-product__parallax-5 {
    grid-column: 9/13;
}

.omay-product__parallax-6 {
    grid-column: 10/13;
}

.omay-product__img {
    object-fit: cover;
    width: 100%;
    height: 430px;
    display: block;
    object-position: bottom;
}

@media screen and (max-width: 1440px) {
    .omay-product .omay-about__subtext br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .omay-product {
        margin-top: 100px !important;
    }

    .omay-product .omay-about__subtext {
        max-width: 100%;
    }

    .omay-product .wrapper {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .omay-product__parallax {
        position: relative;
        width: 100%;
        height: auto;
    }

    .omay-product__title {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .omay-product {
        margin-top: 50px !important;
    }

    .omay-product__title {
        font-size: 15px;
        line-height: 17px;
    }

    .omay-product__wrap {
        align-items: initial;
    }

    .omay-product__parallax-1 {
        grid-column: 1/7 !important;
    }

    .omay-product__parallax-2 {
        grid-column: 7/13 !important;
    }

    .omay-product__parallax-3 {
        grid-column: 1/7 !important;
    }

    .omay-product__parallax-4 {
        grid-column: 7/13 !important;
    }

    .omay-product__parallax-5 {
        grid-column: 1/7 !important;
    }

    .omay-product__parallax-6 {
        grid-column: 7/13 !important;
    }

    .omay-product__parallax-7 {
        grid-column: 1/7 !important;
    }

    .omay-product__parallax-8 {
        grid-column: 7/13 !important;
    }

    .omay-product__parallax-9 {
        grid-column: 1/7 !important;
    }

    .omay-product__parallax-10 {
        grid-column: 7/13 !important;
    }

    .omay-product__parallax-6 .omay-product__img {
        height: 100%;
    }

    .omay-big__slider-block picture.first-half {
        grid-column: 1/7;
    }

    .omay-big__slider-block picture.second-half {
        grid-column: 7/13;
    }

    .flexity .omay-mounting__block-img {
        width: 100%;
        height: 250px;
    }

}

@media screen and (max-width: 576px) {
    .omay-product__parallax {
        height: auto;
    }

    .omay-product__img {
        height: 100%;
    }
}

/* /PRODUCT */

/* MATERIALS */
.omay-materials__block {
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
    padding: 34px 0;
}

.omay-materials__block:last-child {
    border-bottom: 1px solid #000;
}

.omay-materials__block:hover .omay-materials__block-download {
    opacity: 1;
}

.omay-materials__block-title {
    font-size: 25px;
    line-height: 30px;
    max-width: 200px;
    width: 100%;
}

.omay-materials__block-3d {
    display: flex;
    align-items: center;
}

.omay-materials__block-3d svg {
    width: 32px;
    height: 42px;
}

.omay-materials__block-3d span {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
}

.omay-materials__block-ies {
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: auto;
}

.omay-materials__block-ies svg {
    width: 42px;
    height: 46px;
}

.omay-materials__block-ies span {
    margin-left: 20px;
    font-size: 25px;
    line-height: 30px;
}

.omay-materials__block-download {
    opacity: 0;
}

@media screen and (max-width: 992px) {
    .omay-materials__block-download {
        opacity: 1;
    }

    .omay-materials__block-title {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .omay-materials__list {
        margin-top: 20px;
    }

    .omay-materials__block {
        padding: 20px 0;
    }

    .omay-materials__block-title,
    .omay-materials__block-3d span,
    .omay-materials__block-ies span {
        font-size: 15px;
        line-height: 16px;
    }

    .omay-materials__block-3d svg {
        width: 23px;
        height: 31px;
    }

    .omay-materials__block-ies svg {
        width: 25px;
        height: 28px;
    }

    .omay-materials__block-download {
        width: 25px;
        height: 28px;
    }

}

/* /MATERIALS */

.omay-buy {
    margin: 200px 0 !important;
}

.omay-buy .omay-materials__block-title {
    max-width: 70%;
    margin-right: auto;
}

.series-button {
    margin-top: 30px;
    margin-bottom: 50px;
    width: auto;
}

@media screen and (max-width: 767px) {
    .omay-buy {
        margin: 50px 0 !important;
    }
}


/* MOUNING */
.omay-mounting {
    border-top: 1px solid #000;
    margin-top: 90px;
    margin-bottom: 110px;
    padding: 18px 0;
}

.omay-mounting__links {
    max-width: 330px;
    width: 100%;
}

.omay-mounting__link {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    color: #B9B9B9;
    font-family: 'SuisseIntl-Bold';
    margin-bottom: 15px;
}

.omay-mounting__link:hover,
.omay-mounting__link.active {
    color: #000;
}

.omay-mounting__slider {
    width: 100%;
}

.omay-mounting__slider-thumbs {
    width: 100%;
}

.omay-mounting__slider-thumbs-max {
    width: 100%;
}

.omay-mounting__block {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.omay-mounting__block-text {
    font-size: 15px;
    line-height: 20px;
    max-width: 350px;
    width: 100%;
}

.omay-mounting__block-text>div {
    min-height: 80px;
}

.omay-mounting__block-text svg {
    margin-top: 52px;
    display: block;
}

.omay-mounting__block-img {
    width: 900px;
    height: 350px;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 1500px) {
    .omay-mounting__block-links {
        margin-left: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .omay-mounting__block-links {
        margin: 0 30px;
    }
}

@media screen and (max-width: 1200px) {
    .omay-mounting .text-block__title {
        overflow-x: auto;
    }

    .omay-mounting__max .omay-mounting__links {
        display: flex;
        max-width: 1200px;
        width: 1200px;
    }

    .omay-mounting__links {
        display: flex;
        max-width: 1100px;
        width: 1100px;
    }

    .omay-mounting__link {
        margin-right: 14px;
    }

    .omay-mounting__link:last-child {
        margin-right: 0;
    }

    .omay-mounting__block {
        flex-direction: column-reverse;
    }

    .omay-mounting__block-text {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .omay-mounting__block-text svg {
        margin: 20px 0;
    }

    .omay-mounting__block-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .omay-mounting {
        margin-bottom: 50px;
    }

    .omay-mounting__links {
        max-width: 520px;
        width: 520px;
        margin: 0 auto;
    }

    .omay-mounting__link {
        font-size: 15px;
        line-height: 17px;
    }
}

/* /MOUNING */


.omay .text-block__cont {
    grid-column: 5/13;
}

@media screen and (max-width: 1200px) {
    .omay .text-block__cont {
        grid-column: 3/11;
    }
}

@media screen and (max-width: 767px) {
    .text-block__cont {
        grid-column: -1/1 !important;
    }
}

/* UNITY */
.omay-unity__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.omay-unity__block {
    display: block;
    position: relative;
    height: 469px;
    width: 100%;
    overflow: hidden;
}

.omay-unity__block-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 1;
    text-align: center;
    font-weight: 600;
}

.omay-unity__block-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.omay-unity__block:hover .omay-unity__block-text {
    opacity: 1;
}

.omay-unity__block:hover .omay-unity__block-img {
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .omay-unity__wrap {
        flex-direction: column;
    }

    .omay-unity__block-text {
        opacity: 1;
    }

    .omay-unity__block {
        height: 300px;
    }
}

@media screen and (max-width: 576px) {
    .omay-unity__block-text {
        font-size: 29px;
        line-height: 29px;
    }
}

@media screen and (max-width: 480px) {
    .omay-unity__block {
        height: 147px;
    }

    .omay-unity__block-img {
        height: 147px;
    }
}

/* /UNITY */

/* PROJECTS */
.omay-projects__swiper .swiper-pagination {
    display: none;
}

.omay-projects__block {
    display: block;
}

.omay-projects__img {
    width: 100%;
    height: 676px;
    display: block;
    object-fit: cover;
}

.omay-projects__block-text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
}

@media screen and (max-width: 767px) {
    .omay-projects__swiper .swiper-pagination {
        display: block;
    }

    .omay-projects__swiper {
        padding-bottom: 50px;
    }

    .omay-projects__img {
        height: 357px;
    }
}

/* /PROJECTS */

/* ACCORDION */
.accordion,
.accordion-btn {
    color: #B9B9B9;
    cursor: pointer;
    padding: 10px 0;
    border: none;
    outline: none;
    font-size: 15px;
    line-height: 16px;
    display: flex;
    align-items: center;
    background: #fff;
    transition: 0.5s;
}

.accordion-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    background: #fff;
}

.accordion svg,
.accordion-btn svg {
    margin-left: 4px;
    width: 14px;
    height: 8px;
    display: block;
}

.accordion svg path,
.accordion-btn svg path {
    stroke: #B9B9B9;
}

.accordion.active,
.accordion:hover,
.accordion-btn.active,
.accordion-btn:hover {
    color: #000;
}

.accordion.active svg,
.accordion-btn.active svg {
    transform: rotate(180deg);
}

.accordion.active svg path,
.accordion:hover svg path,
.accordion-btn.active svg path,
.accordion-btn:hover svg path {
    stroke: #000;
}

.accordion-wrap__top {
    display: grid;
    grid-column: 1/5;
    grid-column-gap: 20px;
    align-items: center;
    max-width: 450px;
    width: 100%;
}

.accordion-wrap__body {
    grid-column: 1/13;
    margin-top: 20px;
}

.panel {
    padding: 0 18px;
    color: #212121;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    grid-column-gap: 8px;
    grid-row-gap: 50px;
}

.panel-block__img {
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
    margin-bottom: 8px;
}

.panel-block__title {
    font-size: 16px;
    line-height: 16px;
}

.panel-block:last-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 16px 43px 16px 22px;
    font-size: 15px;
    line-height: 16px;
}

@media screen and (max-width: 1200px) {
    .accordion-wrap__top {
        grid-column: 3/11;
    }
}

@media screen and (max-width: 992px) {
    .panel {
        grid-template-columns: repeat(3, 1fr);
    }

    .accordion-wrap__top {
        grid-column-gap: 8px;
    }
}

@media screen and (max-width: 767px) {
    .panel-block__img {
        height: 200px;
    }
}

@media screen and (max-width: 576px) {
    .panel {
        grid-template-columns: repeat(2, 1fr);
    }

    .panel-block__img {
        height: 148px;
    }
}

/* /ACCORDION */

.omay-kinds__down {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px 8px;
}

.omay-designer__link {
    background: #000;
    max-width: 700px;
    width: 100%;
    color: #fff;
    height: 121px;
    font-size: 42px;
    line-height: 40px;
    padding: 15px 10px 66px 15px;
    position: relative;
    display: inline-block;
    grid-column: 5/11;
}

.omay-designer__link:hover {
    background: #3A0D55;
}

.omay-designer__link:after {
    position: absolute;
    content: '';
    background: url('/local/templates/main/img/big-arrow-white.svg') no-repeat;
    background-size: contain;
    width: 240px;
    height: 38px;
    bottom: 23px;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .omay-designer__link {
        grid-column: 3/11;
    }
}

@media screen and (max-width: 992px) {
    .omay-designer__link {
        grid-column: 3/11;
    }

    .omay-designer__link:after {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .omay-designer__link {
        grid-column: 1/13;
        font-size: 21px;
        line-height: 21px;
        padding: 11px 11px 32px 11px;
        height: 63px;
    }

    .omay-designer__link:after {
        height: 16px;
        bottom: 12px;
        right: 0;
        width: 128px;
    }
}

/* CONTROL */
.control-list {
    display: grid;
    grid-template-columns: repeat(5, 167px);
    grid-column-gap: 72px;
    justify-content: center;
    margin-top: 110px;
    margin-bottom: 100px;
}

.control-block__img {
    display: block;
    width: 167px;
    height: 167px;
    object-fit: contain;
    margin-bottom: 20px;
}

.control-block__text {
    font-size: 15px;
    line-height: 20px;
}

.control-bottom {
    max-width: 410px;
    margin: 0 auto;
}

.control-bottom__top {
    display: grid;
    grid-template-columns: repeat(2, 167px);
    grid-column-gap: 72px;
    justify-content: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .control-list {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 30px;
    }

    .control-block__img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .control-list {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 20px;
        margin: 50px 0;
    }

    .control-block__img {
        width: 167px;
        height: 167px;
    }
}

@media screen and (max-width: 576px) {
    .control-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }

    .control-bottom__top {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    }

    .control-block__img {
        width: 167px;
        height: 167px;
    }
}

@media screen and (max-width: 480px) {
    .control-block__img {
        width: 80px;
        height: 80px;
    }
}

/* /CONTROL */

/* VIDEO */
.omay-about__video {
    margin-top: 20px;
    margin-bottom: 70px;
}

/* /VIDEO */

/* FILTER ACCORDION */
.filter-accordion {
    margin-bottom: 110px;
    border-bottom: 1px solid #000;
}

.filter-accordion .accordion-wrap {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
}

.filter-accordion .accordion-wrap__top {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
}

.filter-accordion .accordion-btn {
    font-size: 25px;
    line-height: 25px;
    color: #000;
}

.filter-accordion .panel {
    padding: 0;
    display: block;
}

.accordion-table {
    width: 100%;
}

.accordion-table {
    width: 100%;
}

.accordion-table th {
    font-weight: 400;
    text-align: left;
    padding: 8px;
}

.accordion-table td {
    padding: 8px;
}

.accordion-table__bold {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
}

@media screen and (max-width: 767px) {
    .filter-accordion .accordion-wrap {
        grid-template-columns: 100%;
        grid-row-gap: 50px;
    }

    .filter-accordion {
        border-bottom: none;
    }

    .filter-accordion__left,
    .filter-accordion__right {
        border-bottom: 1px solid #000;
    }
}

.text-block__cont_padding {
    padding-top: 50px;
}

/* /FILTER ACCORDION */
.flexity .omay-mounting,
.basity .omay-mounting {
    border: none;
}

.flexity .omay-mounting__block-img {
    width: 33%;
    height: unset;
}

.flexity .omay-product__parallax-1,
.basity .omay-product__parallax-1 {
    grid-column: 1/9;
}

.flexity .omay-product__parallax-2,
.basity .omay-product__parallax-2 {
    grid-column: 9/13;
}

.flexity .omay-product__parallax-3,
.flexity .omay-product__parallax-6,
.flexity .omay-product__parallax-8,
.basity .omay-product__parallax-3,
.basity .omay-product__parallax-6,
.basity .omay-product__parallax-8 {
    grid-column: 1/5;
}

.flexity .omay-product__parallax-4,
.flexity .omay-product__parallax-9,
.basity .omay-product__parallax-4,
.basity .omay-product__parallax-9 {
    grid-column: 5/9;
}

.flexity .omay-product__parallax-5,
.flexity .omay-product__parallax-10,
.basity .omay-product__parallax-5,
.basity .omay-product__parallax-10 {
    grid-column: 9/13;
}

.flexity .omay-product__parallax-7,
.basity .omay-product__parallax-7 {
    grid-column: 5/13;
}

.flexity .omay-big__slider .accordion-wrap {
    border-bottom: 1px solid #000;
}

.flarity .omay-big__slider-body {
    grid-column: 1/7;
}

.flarity .omay-big__slider-block picture.one-third {
    grid-column: 7/9;
}

.flarity .omay-big__slider-block picture.two-third {
    grid-column: 9/11;
}

.flarity .omay-big__slider-block picture.three-third {
    grid-column: 11/13;
}

.flarity .omay-big__slider-block picture.first-half {
    grid-column: 7/10;
}

.flarity .omay-big__slider-block picture.second-half {
    grid-column: 10/13;
}

.flarity .omay-big__slider-block picture {
    grid-column: 7/13;
}

.flarity .omay-product__parallax-1,
.flarity .omay-product__parallax-8 {
    grid-column: 1/9;
}

.flarity .omay-product__parallax-2,
.flarity .omay-product__parallax-9 {
    grid-column: 9/13;
}

.flarity .omay-product__parallax-3,
.flarity .omay-product__parallax-6 {
    grid-column: 1/5;
}

.flarity .omay-product__parallax-4 {
    grid-column: 5/9;
}

.flarity .omay-product__parallax-5,
.flarity .omay-product__parallax-10 {
    grid-column: 9/13;
}

.flarity .omay-product__parallax-7 {
    grid-column: 5/13;
}

.flarity .omay-mounting {
    border-bottom: 1px solid #000;
}

.axity .omay-product__parallax-1 {
    grid-column: 1/9;
}

.axity .omay-product__parallax-2 {
    grid-column: 9/13;
}

.axity .omay-product__parallax-3 {
    grid-column: 1/5;
}

.axity .omay-product__parallax-4 {
    grid-column: 5/13;
}

.axity .omay-big__slider .accordion-wrap {
    border-bottom: 1px solid #000;
}

.axity .omay-big__slider-block {
    margin-bottom: 20px;
}

.omay-mounting {
    border-bottom: 1px solid #000;
}

.omay-types {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    overflow-x: hidden;
}

.omay-type {
    display: block;
    position: relative;
    max-height: 569px;
    width: 100%;
    overflow: hidden;
}

.omay-type__block {
    display: flex;
    margin: 20px 0;
}

.omay-type__title {
    font-weight: bold;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .flexity .omay-mounting__block {
        display: flex;
        flex-direction: row;
    }

    .flexity .omay-mounting__block-img {
        width: 33%;
        height: 250px;
    }

}

.elasity .omay-product__parallax-1,
.elasity .omay-product__parallax-6 {
    grid-column: 1/5;
}

.elasity .omay-product__parallax-2,
.elasity .omay-product__parallax-7 {
    grid-column: 5/9;
}

.elasity .omay-product__parallax-3,
.elasity .omay-product__parallax-8 {
    grid-column: 9/13;
}

.elasity .omay-product__parallax-4 {
    grid-column: 1/9;
}

.elasity .omay-product__parallax-5 {
    grid-column: 9/13;
}

.omay-big__slider-block .gabarites-pic {
    position: relative;
    display: grid;
    grid-column: 5 / 13;

    grid-template-columns: repeat(12, 1fr);
    grid-gap: 16px 8px;
}

.omay-big__slider-block picture.first-gabarit {
    grid-column: 1 / 5;
}

.omay-big__slider-block picture.second-gabarit {
    grid-column: 5 / 9;
}

.omay-big__slider-block picture.third-gabarit {
    grid-column: 9 / 13;
}

.levity.basity .omay-product__parallax-6 {
    grid-column: 1 / 9;
}

.levity.basity .omay-product__parallax-7 {
    grid-column: 9 / 13;
}

.levity.basity .omay-product__parallax-8 {
    grid-column: 1 / 5;
}

.levity.basity .omay-product__parallax-9 {
    grid-column: 5 / 13;
}

.levity-mounting .text-block .text-block__title {
    grid-column: span 5;
}

.levity-mounting .text-block .text-block__title .omay-mounting__links {
    max-width: 100%;
}

.omay .levity-mounting .text-block__cont {
    grid-column: 6 / 13;
}

.levity .omay-mounting__block-img {
    width: 80%;
}

.levity-mounting .wrapper {
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 18px 0 0;
}

@media screen and (max-width: 1200px) {
    .levity-mounting .text-block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .levity-mounting .text-block .text-block__title {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .levity-mounting .text-block .text-block__title .omay-mounting__link {
        display: flex;
        flex-wrap: nowrap;
        margin-right: 24px;
        width: auto;
        text-wrap: nowrap;
        font-size: 24px;
    }

    .levity-mounting .text-block .text-block__cont {
        width: 100%;
        position: relative;
    }

    .levity .omay-mounting__block-img {
        width: 100%;
    }
}

.gabarite-list-number {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gabarite-list-number li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}

.gabarite-list-number li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000000;
}

.levity-gabarite.gabarites-pic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    grid-column: 5 / 13;
}

.levity-gabarite.gabarites-pic picture {
    grid-column: auto;
}


@media screen and (max-width: 1200px) {
    .levity .omay-big__slider-block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .levity .omay-big__slider-body,
    .levity-gabarite.gabarites-pic {
        width: 100%;
        grid-column: auto;
    }
}

.text-block__arrow {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
}

@media screen and (max-width: 1200px) {
    .text-block__arrow {
        gap: 12px;
    }
}

.track-system-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 1520px;
    padding: 0 8px;
    margin: 64px auto 0;
}

.track-system-carousel .swiper-wrapper {
    padding-bottom: 24px;
}

.swiper-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    position: relative;
    display: flex;
    margin-bottom: 24px;
}

.swiper-control .swiper-button-next,
.swiper-control .swiper-button-prev {
    position: relative;
    margin: 0;
    padding: 0;
}

.swiper-control .swiper-button-next::after,
.swiper-control .swiper-button-prev::after {
    display: none;
}

.track-system-carousel .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.track-system-carousel .swiper-pagination {
    bottom: 0;
}

@media screen and (max-width: 1024px) {
    .track-system-wrapper {
        padding: 0 8px;
        margin-top: 32px;
    }
}