
/* Video 360 */
.video-360-container {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
}

.video-360-container a-scene {
    height: 100%;
}

html body .video-360-container a-scene canvas {
    height: 100% !important;
    width: 100% !important;
    max-height: 600px;
    position: absolute!important;
}

/* Infobanner */
.banner-content *{
    color:inherit!important;
}
.full-width-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    /*transform: translateX(-50%);*/

    background-size: cover;
    /*background-repeat: no-repeat;*/
    background-position: center;

    transition: max-height 0.5s ease-in-out;
}

.banner-content .tn-banner-button{
    color: initial!important;
}

.banner-content{
    max-width: 1220px;
    margin: 0 auto;
    padding: 40px 10px;
    position: relative;
    z-index: 2;
}

.banner-content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

/*.banner-content *{*/
/*    color:#ffffff;*/
/*}*/

.banner-content h1,
.banner-content h2,
.banner-content h3,
.banner-content h4{
    font-family: Mulish;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

.banner-content.font-size-changed h1,
.banner-content.font-size-changed h2,
.banner-content.font-size-changed h3,
.banner-content.font-size-changed h4{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}



.tn-banner-button{
    border: 1px solid;
    padding: 14.5px 31.6px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.btn-animation {
    overflow: hidden;
    position: relative;
}

.btn-animation span {
    z-index: 20;
}

.btn-animation::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-animation:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.banner-overlay{
    background-color: #141414;
    opacity: 0.8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}


/* News Shortcode */
.news-carousel{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.news.title{
    margin-top: 30px;
}

.news-slide{
    flex: 1;
    min-width: 250px;
    height: 300px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position:relative;

    display: flex;
    align-items: end;

    padding: 35px 20px;

    transition: all 0.5s ease-in-out;
}

.news-overlay{
    background-color: #141414;
    opacity: 0.4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.news-content{
    position: relative;
    z-index: 2;
    height: 189px;
}

.news-content > *{
    color: #ffffff;
}

.news-content a{
    width: 100%;
    display: inline-block;
    text-align: right;

}
.news-slide{
    cursor: pointer;
    position:relative;
}

.news-slide:hover{
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}
.news-content a:after{
    content: "";
    display: block;
    width: 35px;
    height: 17px;
    margin-left: auto;
    background: url(../img/arrow.svg) center no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.news-slide:after {
    z-index: 1;
    top: -30px;
    bottom: -30px;
    right: -50px;
    left: -50px;
    box-shadow: inset 0 -120px 80px #000;
    transform: translateY(60px);
}

.news-slide:hover a:after{
    transform: translateX(-10px);
}

.news-slide:hover:before {
    transform: rotate(30deg) translateY(-550px);
    transition: all 1s ease-in-out;
}
.news-slide:before {
    z-index: 2;
    top: 50%;
    right: -150px;
    left: -150px;
    height: 110px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 70px rgba(255, 255, 255, 0.2);
    transform: rotate(30deg) translateY(400px);
}
.news-slide:before, .news-slide:after {
    content: "";
    display: block;
    position: absolute;
}

/* Title Functional */
.simple-page.hidden-title{
    padding-top: 0;
}

.simple-page.hidden-title .inner > h1.title{
    display: none;
}

/* Featurued list */
.featured_list_container{
    margin: 90px 0;
}
.featured_list_container .title{
    margin-bottom: 80px;
    width: 100%;
}
.featured_list_container_inner{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.featurued_list_item {
    display: flex;
    flex: 1 1 calc(33.33% - 40px);
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(33.33% - 40px);
}

.featurued_list_item .icon-wrapper{
    height: 87px;
    margin-bottom: 25px;
}

.featurued_title {
    margin-top: 0;
    width: 100%;
    text-align: left;
}

.featurued_text {
    width: 100%;
    text-align: left;
}

/* Hardware Selection */
/* Таби */
.product-tabs {
    margin-bottom: 20px;
}

.product-tabs .tabs {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.product-tabs .tabs li {
    display: inline-block;
    margin-right: 10px;
}

.product-tabs .tabs li a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
}

.product-tabs .tabs li a:hover,
.product-tabs .tabs li a.active {
    background-color: #ddd;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Product carousel */

.product_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
}

/* Kostily */
.products-carousel .slick-slide{
    margin-right: 15px;
}
.products-carousel .slick-track{
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/
    padding: 5px;
}
.products_carousel .slick-list{
    padding-left: 3px;
}
/* END Kostily */

.product{
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
}

.product_info_part {
    text-align: left;
}

.product_info_part h3 {
    margin: 0 0 10px 0;
    color: #333;
}

.product_info_part .under-title {
    color: #555;
    font-size: 14px;
    margin: 0;
}

.btn_wrapper-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn_wrapper-row button {
    background-color: #0071e3;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn_wrapper-row button:hover {
    background-color: #0056b3;
}

.product_image_wrapper {
    width: 200px;
}

.product_image_wrapper img {
    width: 100%;
    height: auto;
}

.product_characteristic {
    background-color: #f9f9f9;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

/* Assuming you're using slick-carousel for .products-carousel */
.products-carousel {
    max-width: 100%;
}

.slick-prev, .slick-next {
    color: #333;
    background-color: #fff;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 42px;
    font-weight: 100;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 3px 1px grey;
    border-radius: 3px;
    color: grey;
}

.right.slick-arrow{
    right: -50px;
}
.left.slick-arrow{
    left: -50px;
}




/* Media queries */
@media screen and (max-width: 1367px), screen and (max-height: 769px) {
    .full-width-banner{
        max-height: 440px!important;
    }
    body .banner-content.font-size-changed h1,
    body .banner-content.font-size-changed h2,
    body .banner-content.font-size-changed h3,
    body .banner-content.font-size-changed h4{
        font-size: 20px !important;
        line-height: 28px !important;
    }
}

@media (max-width: 768px) {
    .product_header {
        flex-direction: column;
    }

    .product_info_part, .product_image_wrapper {
        width: 100%;
        text-align: center;
    }

    .btn_wrapper-row {
        flex-direction: column;
    }

    .btn_wrapper-row button {
        width: 100%;
        margin-bottom: 10px;
    }
}

