* {
    box-sizing: border-box;
    text-decoration: none;
}
body {
    margin: 0;
    font-family: 'Roboto';
    text-decoration: none;
}

.header .header__nav {
    display: none !important;
}
.ferro-container {
    padding: 0 3vw;
}
.ferro-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-top: 1px solid #BFBFBF;
    background: #FAFAFA;
}
.ferro-nav__txt, .ferro-nav__txt a {
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.ferro-nav__txt a::after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 100%;
    margin: 0 10px;
}

.ferro-main-banner {
    position: relative;
}
.ferro-main-banner__mov {
    width: 100%;
}
.ferro-main-banner .ferro-main-banner__btn {
    position: absolute;
    right: 5.5vw;
    bottom: 33px;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: all .3s;
}
.ferro-main-banner:hover .ferro-main-banner__btn {
    opacity: 1;
}
.ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__voice {
    width: 21px;
    height: 22px;
    right: 3vw;
    bottom: 31px;
    background: url(https://peninsula.ua/catalog/view/theme/default/image/everest-img/volume-2.svg) center center / 100% no-repeat;
}
.ferro-main-banner.ferro-main-banner_meteor .ferro-main-banner__btn {
    right: 7.5vw;
}
.ferro-main-banner.ferro-main-banner_meteor .ferro-main-banner__btn.ferro-main-banner__voice {
    right: 5vw;
}
.ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__voice_on {
    background: url(https://peninsula.ua/catalog/view/theme/default/image/everest-img/volume-1.svg) center center / 100% no-repeat;
}
.ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__pause {
    width: 14px;
    height: 17px;
    background: url(https://peninsula.ua/catalog/view/theme/default/image/everest-img/pause-1.svg) center center / 100% no-repeat;
}
.ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__pause_on {
    background: url(https://peninsula.ua/catalog/view/theme/default/image/everest-img/play.svg) center center / 100% no-repeat;
}

.ferro-category {
    margin-top: 40px;
}
.ferro-category__title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.ferro-category__row {
    display: flex;
    justify-content: space-between;
}
.ferro-category__item {
    width: 19.3vw;
    height: auto;
    padding: 0 30px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 23vw;
}
.ferro-category__img {
    width: 100%;
    height: auto;
    margin-top: 16px;
}
.ferro-category__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #626262;
    margin: 0px 0 20px;
    align-self: flex-start;
    border-top: 1px solid #EAE9E9;
    padding-top: 15px;
    width: 100%;
}

.ferro-carbon {
    margin-top: 60px;
}
.ferro-carbon__about {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 60px;
}
.ferro-carbon__row {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.ferro-carbon__img {
    width: 61vw;
}
.ferro-carbon__box {
    width: 39vw;
    height: auto;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.ferro-carbon__title {
    font-family: Bricolage Grotesque;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 18px;
    color: #000;
}
.ferro-carbon__descr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 32px;
    color: #000;
}
.ferro-carbon__link {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    width: 308px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
.ferro-carbon__link:hover {
    color: #000;
    background: transparent;
}

.ferro-carbon_meteorite {
    margin-top: 100px;
}
.ferro-carbon_meteorite .ferro-carbon__row {
    flex-direction: row-reverse;
}


.ferro-package {
    margin: 100px 0 0;
}
.ferro-package__title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}
.ferro-package__descr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin: 10px 0 35px;
}
.ferro-package__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.ferro-package__img {
    width: auto;
    height: 34vw;
}


.ferro-service {
    margin: 64px 0 0;
}
.ferro-service__title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 56px;
}
.ferro-service__row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 60px;
}
.ferro-service__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    text-align: center;
}
.ferro-service__descr {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin: 0;
}
.ferro-service__img {
    max-width: 64px;
    display: block;
    margin: 0px 0 13px;
}


.ferro-popular-coll {
    margin: 95px 0 100px;
}
.ferro-popular-coll__title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #000;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.ferro-popular-coll__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ferro-popular-coll__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ferro-popular-coll__img {
    display: block;
    width: 24.2vw;
    height: auto;
}
.ferro-popular-coll__descr {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    max-width: 24vw;
    color: #000;
    margin: 20px 0 0;
}


.ferro-products .land-grid-wrapper, .meteor-products .land-grid-wrapper {
    padding: 0 3vw;
}
.ferro-products .land-grid-products, .meteor-products .land-grid-products {
    width: 100%;
}
.meteor-products .land-grid-products {
    flex-wrap: wrap;
}
.ferro-products .land-grid-product {
    min-width: 14.6vw;
    max-width: 14.6vw;
    margin: 0 10px;
}
.ferro-products h2.like-more {
    font-size: 24px;
    line-height: 25px;
    margin: 40px 0 20px;
    text-align: left;
    padding: 0 3vw;
}
.ferro-products .miniProduct, .meteor-products .miniProduct {
    width: 100%;
    margin: 0;
}
.ferro-products a.look-colection {
    color: #000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: none;
    width: 308px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}
.ferro-products a.look-colection:hover {
    color: #fff;
    background: #000;
}
.ferro-products a.look-colection img {
    display: none;
}
.product-landing .ferro-products .miniProduct__image img, .product-landing .meteor-products .miniProduct__image img {
    max-width: 100%;
}

.instashop .location-image {
    line-height: 0;
    overflow: hidden;
}
.instashop .location-image img {
    filter: blur(0px);
    transition: filter 0.3s ease-in;
    transform: scale(1.1);
}
.instashop .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instashop__box ~ .regular1.slider.slick-slider .slick-dots {
    bottom: -27px;
}


/* Meteorite page */

.meteor-main-banner {
    position: relative;
}
.meteor-main-banner .meteor-main-banner__img {
    width: 100%;
    height: auto;
}
.meteor-main-banner__descr {
    position: absolute;
    top: 50%;
    left: 10.7vw;
    transform: translateY(-50%);
}
.meteor-main-banner__title {
    font-family: Bricolage Grotesque;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 11px;
}
.meteor-main-banner__descr p {
    margin: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    text-transform: uppercase;
}
.ferro-carbon.ferro-carbon_meteor {
    margin-top: 40px;
}
.ferro-carbon.ferro-carbon_meteor .ferro-carbon__about {
    max-width: 773px;
    margin: 0 auto 40px;
}

.meteor-products .land-grid-product {
    min-width: calc(25% - 21px);
    max-width: calc(25% - 21px);
        margin: 0 10px;
    }

.ferro-main-banner.ferro-main-banner_meteor {
    padding: 100px 3vw 0;
}

/* /Meteorite page */



/* Carbon page */

.meteor-main-banner.meteor-main-banner_carbon {
    margin-bottom: 60px;
}
.carbon-video-banner {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.carbon-video-banner .ferro-main-banner {
    width: 50%;
}
.carbon-video-banner__descr {
    width: 50%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    max-width: 472px;
    margin: 0 auto;
}
.carbon-video-banner .ferro-main-banner .ferro-main-banner__btn {
    right: 8%;
}
.carbon-video-banner .ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__voice {;
    right: 3%;
}
.ferro-package_carbon .ferro-package__img {
    height: 35.2vw;
}
.ferro-package_carbon .ferro-package__title {
    margin: 0 0 30px;
}
.meteor-products.meteor-products_carbon {
    display: flex;
    margin: 30px 0;
}
.meteor-products.meteor-products_carbon .land-grid-wrapper {
    width: 56%;
}
.meteor-products.meteor-products_carbon img.meteor-products_carbon-img {
    padding-right: 3vw;
    width: 44%;
}
.meteor-products.meteor-products_carbon .land-grid-product {
    min-width: calc(47% - 21px);
    max-width: calc(47% - 21px);
}

/* /Carbon page */





.ferro_mob {
    display: none;
}


@media (max-width: 1600px) {
    .ferro-category__item {
        padding: 0 23px;
    }
    .ferro-carbon__about {
        font-size: 14px;
        line-height: 28px;
        max-width: 670px;
    }    
    .ferro-carbon__title {
        font-size: 36px;
        line-height: 43px;
    }
    .ferro-carbon__descr {
        font-size: 14px;
        line-height: 17px;
    }
    .ferro-popular-coll__descr {
        font-size: 14px;
        line-height: 17px;
        max-width: 246px;
    }
    .ferro-products .land-grid-product {
        min-width: 18.1vw;
        max-width: 18.1vw;
        margin: 0 5px;
    }
    .ferro-popular-coll {
        margin: 95px 0 70px;
    }
    
    
    /* Meteorite page */
    
    .ferro-carbon.ferro-carbon_meteor .ferro-carbon__about {
        max-width: 680px;
    }
    /* /Meteorite page */
    
}

@media (max-width: 800px) {
    .ferro_desk {
        display: none;
    }
    .ferro_mob {
        display: block;
    }

.ferro-container {
    padding: 0 15px;
}

    .ferro-products .land-grid-product {
        min-width: auto;
        max-width: 100%;
        margin: 0 3px;
    }
    .ferro-products .land-grid-wrapper {
        padding: 0 15px;
    }
    .ferro-products h2.like-more {
        font-size: 18px;
        margin: 30px 0 10px;
    }
    .ferro-products .land-grid-products {
        display: block;
    }
    .ferro-products ul.slick-dots {
        margin: 0px;
    }
    .ferro-products a.look-colection {
        margin-top: 20px;
    }
    .ferro-products .slick-dotted .slick-dots li {
        width: 4px;
        height: 4px;
        border: none;
    }
    .slick-dotted .slick-dots li.slick-active {
        width: 6px;
        height: 6px;
        background-color: #434343;
    }
    .slick-dotted .slick-dots li.slick-active button {
        background-color: #434343;
    }
    
    
    .ferro-nav {
        justify-content: flex-start;
        height: 25px;
        padding: 0 15px;
        border: none;
    }
    .ferro-nav__txt, .ferro-nav__txt a {
        font-size: 9px;
        line-height: 11px;
    }


    .ferro-main-banner .ferro-main-banner__btn {
        opacity: 1;
    }
    .ferro-main-banner .ferro-main-banner__btn {
        right: 49px;
        bottom: 20px;
    }
    .ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__pause {
        width: 12px;
        height: 16px;
    }
    .ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__voice {
        width: 18px;
        height: 18px;
        right: 15px;
        bottom: 19px;
    }
    .ferro-main-banner.ferro-main-banner_meteor .ferro-main-banner__btn {
        right: 58px;
    }
    .ferro-main-banner.ferro-main-banner_meteor .ferro-main-banner__btn.ferro-main-banner__voice {
        right: 29px;
    }

    .ferro-category {
        margin-top: 30px;
    }
    .ferro-category__title {
        font-size: 18px;
        margin: 0 0 10px;
        padding: 0 15px;
    }
    .ferro-category__row {
        flex-wrap: wrap;
    }
    .ferro-category__item {
        padding: 0 15px;
        width: 48.6vw;
        height: 57vw;
        margin: 0 0 10px;
    }
    .ferro-category__item.ferro_mob {
        display: flex;
    }
    .ferro-category__img {
        margin-top: 9px;
    }
    .ferro-category__text {
        margin: 0px 0 4px;
        padding-top: 2px;
        font-size: 13px;
    }


    .ferro-carbon {
        margin-top: 55px;
    }
    .ferro-carbon__about {
        line-height: 24px;
        width: 100%;
        text-align: justify;
        padding: 0 15px;
    }
    .ferro-carbon__row {
        flex-direction: column;
    }
    .ferro-carbon__img, .ferro-carbon__box {
        width: 100%;
    }
    .ferro-carbon__title {
        font-size: 28px;
        line-height: 33px;
        margin: 24px 0 18px;
    }
    .ferro-carbon__link {
        margin-bottom: 28px;
    }


    .ferro-carbon_meteorite {
        margin-top: 70px;
    }
    .ferro-carbon_meteorite .ferro-carbon__row {
        flex-direction: column;
    }
    .ferro-carbon_meteorite .ferro-carbon__descr {
        max-width: 345px;
    }
    .ferro-carbon_meteorite .ferro-carbon__link {
        margin-bottom: 40px;
    }


    .ferro-package {
        margin: 60px 0 0;
        padding: 0;
    }
    .ferro-package__title, .ferro-package__descr {
        padding: 0 15px;
    }
    .ferro-package__title {
        font-size: 18px;
        line-height: 25px;
    }
    .ferro-package__descr {
        font-size: 13px;
        line-height: 15px;
        margin: 2px 0 20px;
    }
    .ferro-package__row {
        flex-direction: column;
    }
    .ferro-package__img {
        width: 100%;
        height: auto;
    }
    .ferro-service__title {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 40px;
    }

    .ferro-service__box {
        max-width: max-content;
        min-width: 161px;
    }
    .ferro-service__row {
        overflow-x: scroll;
        width: 100%;
        justify-content: flex-start;
        gap: 0;
        padding: 0 0 28px;
    }
    .ferro-service__row::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background: #F2F2F2;
    }
    .ferro-service__row::-webkit-scrollbar-thumb {
        width: 2px;
        height: 2px;
        background: #DBDBDB;
    }
    .ferro-service__descr {
        font-size: 12px;
        line-height: 20px;
    }


    .ferro-popular-coll {
        margin: 60px 0;
        overflow: hidden;
    }
    .ferro-popular-coll__title {
        font-size: 18px;
        margin: 0 0 6px;
    }
    .ferro-popular-coll__descr {
        line-height: 20px;
        margin: 19px auto 0;
    }
    .ferro-popular-coll__img {
        width: 100%;
    }
    .ferro-popular-coll__row {
        padding-right: 60px;
    }
    .ferro-popular-coll__row .slick-list.draggable {
        overflow: visible;
    }
    .ferro-popular-coll__box {
        margin-right: 13px;
    }


/* Meteorite page */

.meteor-main-banner__descr {
    position: static;
    transform: none;
    padding: 25px 11px;
}
.meteor-main-banner__title {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin: 0 0 11px;
    text-align: center;
}
.meteor-main-banner__descr p {
    color: #000;
    text-align: center;
}



.meteor-products .land-grid-products {
    flex-wrap: wrap;
    justify-content: space-between;
}
.meteor-products .land-grid-wrapper {
    padding: 0 5px;
}
.meteor-products .land-grid-product {
        min-width: auto;
        max-width: 48%;
        margin: 0;
    }
.ferro-main-banner.ferro-main-banner_meteor {
    padding: 25px 15px 0;
}


/* /Meteorite page */


/* Carbon page */

.meteor-main-banner.meteor-main-banner_carbon {
    margin-bottom: 0px;
}
.carbon-video-banner {
    flex-wrap: wrap;
    margin: 30px 0 45px;
}
.carbon-video-banner .ferro-main-banner, .carbon-video-banner__descr {
    width: 100%;
}
.carbon-video-banner__descr {
    margin: 25px auto 0;
}
.carbon-video-banner .ferro-main-banner .ferro-main-banner__btn.ferro-main-banner__voice {
    right: 6%;
}
.carbon-video-banner .ferro-main-banner .ferro-main-banner__btn {
    right: 15%;
}
    .ferro-package_carbon .ferro-package__img {
        width: 100%;
        height: auto;
    }
    .ferro-package_carbon .ferro-package__title {
    margin: 0 0 15px;
}
.meteor-products.meteor-products_carbon {
    margin: 0 0 20px;
    flex-direction: column;
}
.meteor-products.meteor-products_carbon img.meteor-products_carbon-img {
    padding: 0 15px;
    width: 100%;
}
.meteor-products.meteor-products_carbon .land-grid-wrapper {
    width: 100%;
}
.meteor-products.meteor-products_carbon .land-grid-product {
    min-width: auto;
    max-width: 48%;
}

/* /Carbon page */

}






